Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delf.c286 || shindex >= elf_numsections (abfd) in bfd_elf_get_str_section()
330 if (elf_elfsections (abfd) == NULL || shindex >= elf_numsections (abfd)) in bfd_elf_string_from_elf_section()
486 && isym->st_shndx < elf_numsections (abfd)) in bfd_elf_sym_name()
523 if (ghdr->sh_link >= elf_numsections (abfd)) in group_signature()
554 shnum = elf_numsections (abfd); in setup_group()
779 if (elfsec < elf_numsections (abfd)) in _bfd_elf_setup_sections()
1586 if (shindex >= elf_numsections (abfd)) in bfd_section_from_shdr()
1607 bfd_zalloc (abfd, elf_numsections (abfd) * sizeof (bfd_boolean)); in bfd_section_from_shdr()
1649 if (hdr->sh_link > elf_numsections (abfd)) in bfd_section_from_shdr()
1683 num_sec = elf_numsections (abfd); in bfd_section_from_shdr()
[all …]
Delfcode.h689 elf_numsections (abfd) = num_sec; in elf_object_p()
751 if (i_ehdrp->e_shstrndx >= elf_numsections (abfd)) in elf_object_p()
798 num_sec = elf_numsections (abfd); in elf_object_p()
1068 num = elf_numsections (abfd); in elf_checksum_contents()
Delf32-m68hc1x.c468 if (sym->st_shndx >= elf_numsections (input_bfd)) in elf32_m68hc11_size_stubs()
Delf32-v850.c2639 if (indx < elf_numsections (abfd)) in v850_elf_symbol_processing()
2736 if (indx < elf_numsections (abfd)) in v850_elf_add_symbol_hook()
Delf-bfd.h1703 #define elf_numsections(bfd) (elf_tdata(bfd) -> num_elf_sections) macro
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 …]
Delflink.c10314 && elfsec < elf_numsections (sub) in elf_fixup_link_order()
10316 && elf_elfsections (sub)[elfsec]->sh_link < elf_numsections (sub)) in elf_fixup_link_order()
10727 if (elf_numsections (abfd) > (SHN_LORESERVE & 0xFFFF)) in bfd_elf_final_link()
10730 amt = 2 * max_sym_count + elf_numsections (abfd) + 1000; in bfd_elf_final_link()
10767 for (i = 1; i < elf_numsections (abfd); i++) in bfd_elf_final_link()
11332 for (i = 1; i < elf_numsections (abfd); i++) in bfd_elf_final_link()
Delf32-avr.c3160 if (shndx < elf_numsections (input_bfd)) in elf32_avr_size_stubs()
Delf32-metag.c4099 if (shndx < elf_numsections (input_bfd)) in elf_metag_size_stubs()
Delf32-tic6x.c1937 && hdr->sh_link < elf_numsections (sub) in elf32_tic6x_gc_mark_extra_sections()
Delf32-nios2.c1873 if (shndx < elf_numsections (input_bfd)) in nios2_elf32_size_stubs()
Delf32-spu.c271 for (j = 1; j < elf_numsections (abfd); j++) in spu_elf_object_p()
Delf32-arm.c13062 && hdr->sh_link < elf_numsections (sub) in elf32_arm_gc_mark_extra_sections()
14470 for (i = 1; i < elf_numsections (output_bfd); i++) in elf32_arm_finish_dynamic_sections()
Delfxx-mips.c11973 i < elf_numsections (abfd); in _bfd_mips_elf_final_write_processing()
/toolchain/binutils/binutils-2.25/binutils/
Dobjcopy.c1024 if (ghdr->sh_link < elf_numsections (abfd)) in group_signature()