Go to the documentation of this file.
26 #if defined (__APPLE__) && defined (__APPLE_CC__)
31 #define GLOB_SYMB(f) _ ## f
33 #define DEF_FUNC_HEAD(f)
37 #elif !defined (__ELF__)
43 #define GLOB_SYMB(f) _ ## f
45 #define DEF_FUNC_HEAD(f) \
46 .def GLOB_SYMB(f); .scl 2; .type 32; .endef
54 #define GLOB_SYMB(f) f
56 #define DEF_FUNC_HEAD(f) \
57 .type GLOB_SYMB(f),@function \
59 #define FUNC_TAIL(f) \
61 .size GLOB_SYMB(f),.Lfe1-GLOB_SYMB(f)