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 45 of file config_bfin.h.
| #define DEFUN_END | ( | fname | ) | .size _ff_bfin_ ## fname, . - _ff_bfin_ ## fname |
Definition at line 52 of file config_bfin.h.
| #define mL1 mL3 |
Definition at line 41 of file config_bfin.h.
| #define mL3 .text |
Definition at line 36 of file config_bfin.h.
| #define RELOC | ( | reg, | ||
| got, | ||||
| obj | ||||
| ) | reg.L = obj; reg.H = obj |
Definition at line 58 of file config_bfin.h.
1.7.1