Searched refs:HIDENAME (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/boot/sys/amd64/include/
H A Dasm.h49 * CNAME and HIDENAME manage the relationship between symbol names in C
52 * language name. HIDENAME is given an assembly-language name, and expands
56 #define HIDENAME(asmsym) .asmsym macro
66 call PIC_PLT(HIDENAME(mcount)); \
71 call PIC_PLT(HIDENAME(mcount)); \
/illumos-gate/usr/src/boot/sys/i386/include/
H A Dasm.h61 * CNAME and HIDENAME manage the relationship between symbol names in C
64 * language name. HIDENAME is given an assembly-language name, and expands
68 #define HIDENAME(asmsym) .asmsym macro
80 call PIC_PLT(HIDENAME(mcount)); \
85 call PIC_PLT(HIDENAME(mcount)); \

Completed in 57 milliseconds