Lines Matching defs:name
13 * 4. Neither the name of the University nor the names of its contributors
41 * and the equivalent assembly language names. CNAME is given a name as
43 * language name.
55 #define GEN_ENTRY(name) ALIGN_TEXT; .globl CNAME(name); \
56 .type CNAME(name),@function; CNAME(name):
57 #define NON_GPROF_ENTRY(name) GEN_ENTRY(name)
60 #define END(name) .size name, . - name
102 #define ALTENTRY(name) GEN_ENTRY(name) ; MCOUNT ; MEXITCOUNT ; jmp 9f
107 #define ENTRY(name) GEN_ENTRY(name) ; 9: ; MCOUNT
110 #define MCOUNT_LABEL(name) GEN_ENTRY(name) ; nop ; ALIGN_TEXT
125 #define ALTENTRY(name) GEN_ENTRY(name)
128 #define ENTRY(name) GEN_ENTRY(name)
131 #define MCOUNT_LABEL(name)
149 #define IDTVEC(name) ALIGN_TEXT; .globl __CONCAT(X,name); \
150 .type __CONCAT(X,name),@function; __CONCAT(X,name):
215 #define ELFNOTE(name, type, desctype, descdata...) \
216 .pushsection .note.name ; \
221 1:.asciz #name ; \
227 #define ELFNOTE(name, type, desctype, descdata) \
228 .pushsection .note.name ; \
233 1:.asciz "name" ; \