Home
last modified time | relevance | path

Searched refs:elf_numsections (Results 1 – 8 of 8) sorted by relevance

/freebsd-10-stable/contrib/binutils/bfd/
Delf.c260 || shindex >= elf_numsections (abfd) in bfd_elf_get_str_section()
300 if (elf_elfsections (abfd) == NULL || shindex >= elf_numsections (abfd)) in bfd_elf_string_from_elf_section()
444 && isym->st_shndx < elf_numsections (abfd) in bfd_elf_sym_name()
511 shnum = elf_numsections (abfd); in setup_group()
1002 max = elf_numsections (abfd); in bfd_elf_find_section()
1874 if (hdr->sh_link > elf_numsections (abfd) in bfd_section_from_shdr()
1893 num_sec = elf_numsections (abfd); in bfd_section_from_shdr()
1938 num_sec = elf_numsections (abfd); in bfd_section_from_shdr()
2020 num_sec = elf_numsections (abfd); in bfd_section_from_shdr()
2046 unsigned int num_sec = elf_numsections (abfd); in bfd_section_from_shdr()
[all …]
Delfcode.h749 elf_numsections (abfd) = num_sec; in elf_object_p()
801 if (! valid_section_index_p (i_ehdrp->e_shstrndx, elf_numsections (abfd))) in elf_object_p()
848 num_sec = elf_numsections (abfd); in elf_object_p()
Delf-bfd.h1477 #define elf_numsections(bfd) (elf_tdata(bfd) -> num_elf_sections) macro
Delflink.c9260 && elfsec < elf_numsections (sub) in elf_fixup_link_order()
9667 if (elf_numsections (abfd) > SHN_LORESERVE) in bfd_elf_final_link()
9670 amt = 2 * max_sym_count + elf_numsections (abfd) + 1000; in bfd_elf_final_link()
9705 for (i = 1; i < elf_numsections (abfd); i++) in bfd_elf_final_link()
10229 for (i = 1; i < elf_numsections (abfd); i++) in bfd_elf_final_link()
DChangeLog-0001229 (elf_numsections): Define.
231 * elf.c (setup_group): Use elf_numsections rather than header e_shnum.
238 symtab_shndx_section and elf_numsections. Exclude reserved
242 (assign_file_positions_except_relocs): Use elf_numsections rather
245 (_bfd_elf_assign_file_positions_for_relocs): Use elf_numsections.
248 first. Use elf_section_data if available. Use elf_numsections.
261 (elf_object_p): Set elf_numsections, and use instead of e_shnum.
275 other buffers. Use elf_numsections instead of e_shnum. Adjust
324 elf_numsections rather than header e_shnum.
330 hold section index. Use elf_numsections rather than e_shnum.
[all …]
Delf32-arm.c9181 for (i = 1; i < elf_numsections (output_bfd); i++) in elf32_arm_finish_dynamic_sections()
Delfxx-mips.c9210 i < elf_numsections (abfd); in _bfd_mips_elf_final_write_processing()
/freebsd-10-stable/contrib/binutils/binutils/
Dobjcopy.c815 if (ghdr->sh_link < elf_numsections (abfd)) in group_signature()