Lines Matching refs:ELFSIZE
34 #ifndef ELFSIZE
35 #define ELFSIZE 32 macro
56 #if ((ELFSIZE == 32) && defined(BOOT_ELF32)) || \
57 ((ELFSIZE == 64) && defined(BOOT_ELF64))
59 #define ELFROUND (ELFSIZE / 8)
92 #if ELFSIZE == 32 in internalize_ehdr()
106 #elif ELFSIZE == 64 in internalize_ehdr()
121 #error ELFSIZE is not 32 or 64 in internalize_ehdr()
129 #if ELFSIZE == 32 in externalize_ehdr()
143 #elif ELFSIZE == 64 in externalize_ehdr()
158 #error ELFSIZE is not 32 or 64 in externalize_ehdr()
166 #if ELFSIZE == 32 in internalize_phdr()
175 #elif ELFSIZE == 64 in internalize_phdr()
185 #error ELFSIZE is not 32 or 64 in internalize_phdr()
193 #if ELFSIZE == 32 in internalize_shdr()
204 #elif ELFSIZE == 64 in internalize_shdr()
216 #error ELFSIZE is not 32 or 64 in internalize_shdr()
224 #if ELFSIZE == 32 in externalize_shdr()
235 #elif ELFSIZE == 64 in externalize_shdr()
247 #error ELFSIZE is not 32 or 64 in externalize_shdr()