Lines Matching refs:sh_entsize
3904 internal->sh_entsize = BYTE_GET (shdrs[i].sh_entsize); in get_32bit_section_headers()
3941 internal->sh_entsize = BYTE_GET (shdrs[i].sh_entsize); in get_64bit_section_headers()
3982 number = section->sh_size / section->sh_entsize; in get_32bit_elf_symbols()
4045 number = section->sh_size / section->sh_entsize; in get_64bit_elf_symbols()
4332 if (section->sh_entsize != expected_entsize) \ in process_section_headers()
4334 i, (unsigned long int) section->sh_entsize, \ in process_section_headers()
4336 section->sh_entsize = expected_entsize; \ in process_section_headers()
4358 num_dynamic_syms = section->sh_size / section->sh_entsize; in process_section_headers()
4497 (unsigned long) section->sh_entsize); in process_section_headers()
4529 if ((unsigned long) section->sh_entsize == section->sh_entsize) in process_section_headers()
4530 printf (" %2.2lx", (unsigned long) section->sh_entsize); in process_section_headers()
4534 print_vma (section->sh_entsize, LONG_HEX); in process_section_headers()
4569 print_vma (section->sh_entsize, LONG_HEX); in process_section_headers()
4589 print_vma (section->sh_entsize, LONG_HEX); in process_section_headers()
4774 size = (section->sh_size / section->sh_entsize) - 1; in process_section_groups()
4974 rel_offset, (unsigned long) (rel_size / section->sh_entsize)); in process_relocs()
4991 nsyms = symsec->sh_size / symsec->sh_entsize; in process_relocs()
5307 aux.nsyms = sec->sh_size / sec->sh_entsize; in ia64_process_unwind()
5722 aux.nsyms = sec->sh_size / sec->sh_entsize; in hppa_process_unwind()
6116 section.sh_entsize = sizeof (Elf32_External_Sym); in process_dynamic_section()
6118 section.sh_entsize = sizeof (Elf64_External_Sym); in process_dynamic_section()
6120 num_dynamic_syms = section.sh_size / section.sh_entsize; in process_dynamic_section()
7464 (unsigned long) (section->sh_size / section->sh_entsize)); in process_symbol_table()
7491 si < section->sh_size / section->sh_entsize; in process_symbol_table()
9088 || section->sh_entsize != sizeof (Elf32_External_Lib)) in process_gnu_liblist()