Home | History | Annotate | Download | only in string

Lines Matching defs:name

15     * Neither the name of Intel Corporation nor the names of its contributors
50 # define ENTRY(name) \
51 .type name, @function; \
52 .globl name; \
54 name: \
59 # define END(name) \
61 .size name, .-name