Searched refs:is_32bit_elf (Results 1 – 2 of 2) sorted by relevance
211 static int is_32bit_elf; variable286 (is_32bit_elf ? get_32bit_elf_symbols (file, section, sym_count) \382 if (is_32bit_elf) in print_vma()783 if (is_32bit_elf) in slurp_rela_relocs()881 if (is_32bit_elf) in slurp_rel_relocs()971 if (is_32bit_elf) in get_reloc_type()993 return is_32bit_elf ? ELF32_R_SYM (reloc_info) : ELF64_R_SYM (reloc_info); in get_reloc_symindex()1037 if (is_32bit_elf) in dump_relocations()1086 if (is_32bit_elf) in dump_relocations()1460 unsigned int width = is_32bit_elf ? 8 : 14; in dump_relocations()[all …]
1189 than is_32bit_elf.