Lines Matching defs:name
15 * Neither the name of Intel Corporation nor the names of its contributors56 # define ENTRY(name) \57 .type name, @function; \58 .globl name; \60 name: \65 # define END(name) \67 .size name, .-name