Searched refs:ELFSIZE (Results 1 – 3 of 3) sorted by relevance
39 #ifndef ELFSIZE40 #define ELFSIZE 32 macro57 #if (defined(NLIST_ELF32) && (ELFSIZE == 32)) || \58 (defined(NLIST_ELF64) && (ELFSIZE == 64))60 #define __ELF_WORD_SIZE ELFSIZE61 #if (ELFSIZE == 32)67 #elif (ELFSIZE == 64)78 #define ELFNAME(x) CONCAT(elf,CONCAT(ELFSIZE,CONCAT(_,x)))80 #define ELFNAMEEND(x) CONCAT(x,CONCAT(_elf,ELFSIZE))83 #define ELFCLASS CONCAT(ELFCLASS,ELFSIZE)[all …]
39 #define ELFSIZE 64 macro
372 #if !defined(ELFSIZE) && defined(ARCH_ELFSIZE)373 #define ELFSIZE ARCH_ELFSIZE macro