Searched defs:CNAME (Results 1 - 5 of 5) 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
50 * and the equivalent assembly language names. CNAME is given a name as
55 #define CNAME(csym) csym macro
61 .globl CNAME(x); .type CNAME(x),@function; CNAME(x):
87 .weak CNAME(alias); \
88 .equ CNAME(alias),CNAME(sym)
H A Dasmacros.h40 * CNAME is used to manage the relationship between symbol names in C
41 * and the equivalent assembly language names. CNAME is given a name as
45 #define CNAME(csym) csym macro
55 #define GEN_ENTRY(name) ALIGN_TEXT; .globl CNAME(name); \
56 .type CNAME(name),@function; CNAME(name):
/illumos-gate/usr/src/boot/sys/i386/include/
H A Dasm.h61 * CNAME and HIDENAME manage the relationship between symbol names in C
62 * and the equivalent assembly language names. CNAME is given a name as
67 #define CNAME(csym) csym macro
74 .globl CNAME(x); .type CNAME(x),@function; CNAME(x):
101 .weak CNAME(alias); \
102 .equ CNAME(alias),CNAME(sym)
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Donce.h76 #define CNAME "/usr/share/lib/ccs/ncform" macro
/illumos-gate/usr/src/cmd/awk/
H A Dawk.h190 #define CNAME 3 macro

Completed in 97 milliseconds