Lines Matching refs:ELFCLASS32
707 ehdr->e_ident[EI_CLASS] == ELFCLASS32 ? "ELF32" in print_ehdr()
838 if (ehdr->e_ident[EI_CLASS] == ELFCLASS32) in print_shdr()
894 ehdr->e_ident[EI_CLASS] == ELFCLASS32 ? 8 : 16, shdr->sh_addr, in print_shdr()
895 ehdr->e_ident[EI_CLASS] == ELFCLASS32 ? 6 : 8, shdr->sh_offset, in print_shdr()
896 ehdr->e_ident[EI_CLASS] == ELFCLASS32 ? 6 : 8, shdr->sh_size, in print_shdr()
914 if (ehdr->e_ident[EI_CLASS] == ELFCLASS32) in print_phdr()
942 ehdr->e_ident[EI_CLASS] == ELFCLASS32 ? 8 : 16, phdr->p_vaddr, in print_phdr()
943 ehdr->e_ident[EI_CLASS] == ELFCLASS32 ? 8 : 16, phdr->p_paddr, in print_phdr()
1244 printf ("%#0*" PRIx64, class == ELFCLASS32 ? 10 : 18, d_val); in print_flags()
1304 class == ELFCLASS32 ? 10 : 18, shdr->sh_addr, in handle_dynamic()
1401 class == ELFCLASS32 ? 10 : 18, dyn->d_un.d_val); in handle_dynamic()
1521 fputs_unlocked (class == ELFCLASS32 in handle_relocs_rel()
1542 class == ELFCLASS32 ? 10 : 18, rel->r_offset, in handle_relocs_rel()
1553 class == ELFCLASS32 ? 10 : 18, rel->r_offset, in handle_relocs_rel()
1561 class == ELFCLASS32 ? 10 : 18, sym->st_value, in handle_relocs_rel()
1572 class == ELFCLASS32 ? 10 : 18, rel->r_offset, in handle_relocs_rel()
1584 class == ELFCLASS32 ? 10 : 18, rel->r_offset, in handle_relocs_rel()
1591 class == ELFCLASS32 ? 10 : 18, sym->st_value, in handle_relocs_rel()
1652 fputs_unlocked (class == ELFCLASS32 in handle_relocs_rela()
1674 class == ELFCLASS32 ? 10 : 18, rel->r_offset, in handle_relocs_rela()
1686 class == ELFCLASS32 ? 10 : 18, rel->r_offset, in handle_relocs_rela()
1694 class == ELFCLASS32 ? 10 : 18, sym->st_value, in handle_relocs_rela()
1706 class == ELFCLASS32 ? 10 : 18, rel->r_offset, in handle_relocs_rela()
1719 class == ELFCLASS32 ? 10 : 18, rel->r_offset, in handle_relocs_rela()
1726 class == ELFCLASS32 ? 10 : 18, sym->st_value, in handle_relocs_rela()
1810 unsigned int nsyms = data->d_size / (class == ELFCLASS32 in handle_symtab()
1829 fputs_unlocked (class == ELFCLASS32 in handle_symtab()
1855 class == ELFCLASS32 ? 8 : 16, in handle_symtab()
2071 class == ELFCLASS32 ? 10 : 18, shdr->sh_addr, in handle_verneed()
2139 class == ELFCLASS32 ? 10 : 18, shdr->sh_addr, in handle_verdef()
2416 class == ELFCLASS32 ? 10 : 18, shdr->sh_addr, in handle_versym()
2482 gelf_getclass (ebl->elf) == ELFCLASS32 ? 10 : 18, in print_hash_info()
4082 digits, n, ehdr->e_ident[EI_CLASS] == ELFCLASS32 ? 10 : 18, in print_debug_aranges_section()
4107 size_t address_size = ehdr->e_ident[EI_CLASS] == ELFCLASS32 ? 4 : 8; in print_debug_ranges_section()
4687 = elf_getident (ebl->elf, NULL)[EI_CLASS] == ELFCLASS32 ? 4 : 8; in print_debug_line_section()
4968 size_t address_size = ehdr->e_ident[EI_CLASS] == ELFCLASS32 ? 4 : 8; in print_debug_loc_section()
5414 Elf_Data *d = (gelf_getclass (core) == ELFCLASS32 in convert()
5464 type = gelf_getclass (core) == ELFCLASS32 ? ELF_T_WORD : ELF_T_XWORD; in handle_core_item()