Searched refs:ELFCLASS32 (Results 1 – 25 of 34) sorted by relevance
12
60 #define ELFCLASS32 1 macro62 static int e_class = ELFCLASS32;95 #define E_PHOFF (e_class == ELFCLASS32 ? 28 : 32)97 #define E_PHNUM (e_class == ELFCLASS32 ? 44 : 56)98 #define E_HSIZE (e_class == ELFCLASS32 ? 52 : 64)105 #define PH_OFFSET (e_class == ELFCLASS32 ? 4 : 8)107 #define PH_HSIZE (e_class == ELFCLASS32 ? 32 : 56)176 if (e_class == ELFCLASS32) in main()181 if (e_class == ELFCLASS32) in main()199 if (e_class == ELFCLASS32) in main()[all …]
60 elf32->e_ident[EI_CLASS] == ELFCLASS32 && in parse_elf32()
135 #define ELFCLASS32 1 macro
28 #define ELF_CLASS ELFCLASS32138 do { set_compat_task((ex).e_ident[EI_CLASS] == ELFCLASS32); \
229 #define ELF_CLASS ELFCLASS32246 if ((ex).e_ident[EI_CLASS] == ELFCLASS32) { \313 ((x)->e_machine == EM_PARISC && (x)->e_ident[EI_CLASS] == ELFCLASS32)
91 elf32 = ehdr->e32.e_ident[EI_CLASS] == ELFCLASS32; in arch_elf_pt_proc()151 elf32 = ehdr->e32.e_ident[EI_CLASS] == ELFCLASS32; in arch_check_elf()173 ielf32 = iehdr->e32.e_ident[EI_CLASS] == ELFCLASS32; in arch_check_elf()
11 #define ELF_CLASS ELFCLASS32
62 #define ELF_CLASS ELFCLASS32
23 #define ELF_CLASS ELFCLASS32
53 #define ELF_CLASS ELFCLASS32
226 #define ELF_CLASS ELFCLASS32287 if (__h->e_ident[EI_CLASS] != ELFCLASS32) \399 if ((ex).e_ident[EI_CLASS] == ELFCLASS32) \
170 #define ELF_CLASS ELFCLASS32216 if (__h->e_ident[EI_CLASS] != ELFCLASS32) \
105 #define ELF_CLASS ELFCLASS32
204 do { if ((ex).e_ident[EI_CLASS] == ELFCLASS32) \
122 #define ELF_CLASS ELFCLASS32
34 #define ELF_CLASS ELFCLASS32
64 case ELFCLASS32: in main()
77 #define ELF_CLASS ELFCLASS32
54 #define ELF_CLASS ELFCLASS32
112 #define ELF_CLASS ELFCLASS32
89 if ((ex).e_ident[EI_CLASS] == ELFCLASS32) \
85 #define ELF_CLASS ELFCLASS32
156 if (inhdr->e_ident[EI_CLASS] != ELFCLASS32) in main()
240 if ((ex).e_ident[EI_CLASS] == ELFCLASS32) { \
Completed in 43 milliseconds