#include "config.h"Go to the source code of this file.
Defines | |
| #define | mL3 .text |
| #define | mL1 mL3 |
| #define | DEFUN(fname, where, interface) |
| #define | DEFUN_END(fname) .size _ff_bfin_ ## fname, . - _ff_bfin_ ## fname |
| #define | RELOC(reg, got, obj) reg.L = obj; reg.H = obj |
| #define DEFUN | ( | fname, | ||
| where, | ||||
| interface | ||||
| ) |
.section where; \
.global _ff_bfin_ ## fname ; \
.type _ff_bfin_ ## fname, STT_FUNC; \
.align 8; \
_ff_bfin_ ## fname
Definition at line 47 of file config_bfin.h.
| #define DEFUN_END | ( | fname | ) | .size _ff_bfin_ ## fname, . - _ff_bfin_ ## fname |
Definition at line 54 of file config_bfin.h.
| #define mL1 mL3 |
Definition at line 43 of file config_bfin.h.
| #define mL3 .text |
Definition at line 38 of file config_bfin.h.
| #define RELOC | ( | reg, | ||
| got, | ||||
| obj | ||||
| ) | reg.L = obj; reg.H = obj |
Definition at line 60 of file config_bfin.h.