Go to the source code of this file.
Defines | |
| #define | GLOB_SYMB(f) _ ## f |
| #define | DEF_FUNC_HEAD(f) .def GLOB_SYMB(f); .scl 2; .type 32; .endef |
| #define | FUNC_TAIL(f) |
| #define DEF_FUNC_HEAD | ( | f | ) | .def GLOB_SYMB(f); .scl 2; .type 32; .endef |
| #define FUNC_TAIL | ( | f | ) |
| #define GLOB_SYMB | ( | f | ) | _ ## f |
1.5.5