ELFSIZE           421 include/sys/elf.h #if !defined(ELFSIZE) && defined(ARCH_ELFSIZE)
ELFSIZE           425 include/sys/elf.h #if defined(ELFSIZE)
ELFSIZE           427 include/sys/elf.h #define ELFNAME(x)	CONCAT(elf,CONCAT(ELFSIZE,CONCAT(_,x)))
ELFSIZE           428 include/sys/elf.h #define ELFNAME2(x,y)	CONCAT(x,CONCAT(_elf,CONCAT(ELFSIZE,CONCAT(_,y))))
ELFSIZE           429 include/sys/elf.h #define ELFNAMEEND(x)	CONCAT(x,CONCAT(_elf,ELFSIZE))
ELFSIZE           430 include/sys/elf.h #define ELFDEFNNAME(x)	CONCAT(ELF,CONCAT(ELFSIZE,CONCAT(_,x)))