Home
last modified time | relevance | path

Searched refs:elf_elfsections (Results 1 – 19 of 19) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delf.c284 i_shdrp = elf_elfsections (abfd); in bfd_elf_get_str_section()
330 if (elf_elfsections (abfd) == NULL || shindex >= elf_numsections (abfd)) in bfd_elf_string_from_elf_section()
333 hdr = elf_elfsections (abfd)[shindex]; in bfd_elf_string_from_elf_section()
488 iname = elf_elfsections (abfd)[isym->st_shndx]->sh_name; in bfd_elf_sym_name()
525 hdr = elf_elfsections (abfd) [ghdr->sh_link]; in group_signature()
565 Elf_Internal_Shdr *shdr = elf_elfsections (abfd)[i]; in setup_group()
591 Elf_Internal_Shdr *shdr = elf_elfsections (abfd)[i]; in setup_group()
660 dest->shdr = elf_elfsections (abfd)[idx]; in setup_group()
781 this_hdr = elf_elfsections (abfd)[elfsec]; in _bfd_elf_setup_sections()
1250 shlink = elf_elfsections (abfd)[elfsec]->sh_link; in _bfd_elf_print_private_bfd_data()
[all …]
Delfcode.h691 elf_elfsections (abfd) = (Elf_Internal_Shdr **) bfd_alloc (abfd, amt); in elf_object_p()
692 if (!elf_elfsections (abfd)) in elf_object_p()
697 elf_elfsections (abfd)[shindex] = shdrp++; in elf_object_p()
995 i_shdrp = elf_elfsections (abfd); in elf_write_shdrs_and_ehdr()
1046 Elf_Internal_Shdr **i_shdrp = elf_elfsections (abfd); in elf_checksum_contents()
Delf32-m68hc1x.c472 hdr = elf_elfsections (input_bfd)[sym->st_shndx]; in elf32_m68hc11_size_stubs()
Delf32-v850.c2640 switch (elf_elfsections (abfd)[indx]->sh_type) in v850_elf_symbol_processing()
2737 switch (elf_elfsections (abfd)[indx]->sh_type) in v850_elf_add_symbol_hook()
Delf-bfd.h1702 #define elf_elfsections(bfd) (elf_tdata(bfd) -> elf_sect_ptr) macro
Delflink.c3511 shlink = elf_elfsections (abfd)[elfsec]->sh_link; in elf_link_add_object_symbols()
6986 shlink = elf_elfsections (abfd)[elfsec]->sh_link; in bfd_elf_get_bfd_needed_list()
10240 elf_shdrp = elf_elfsections (s->owner); in elf_get_linked_section_vma()
10315 && elf_elfsections (sub)[elfsec]->sh_flags & SHF_LINK_ORDER in elf_fixup_link_order()
10316 && elf_elfsections (sub)[elfsec]->sh_link < elf_numsections (sub)) in elf_fixup_link_order()
11336 hdr = elf_elfsections (abfd)[i]; in bfd_elf_final_link()
Delf32-avr.c3162 hdr = elf_elfsections (input_bfd)[shndx]; in elf32_avr_size_stubs()
Delf64-sh64.c2270 o_shdrp = elf_elfsections (obfd); in sh_elf64_copy_private_data_internal()
Delf32-metag.c4101 hdr = elf_elfsections (input_bfd)[shndx]; in elf_metag_size_stubs()
Delf32-tic6x.c1929 elf_shdrp = elf_elfsections (sub); in elf32_tic6x_gc_mark_extra_sections()
DChangeLog-20082644 (group_signature): Range check before accessing elf_elfsections.
2662 accesssing elf_elfsections.
Delf32-nds32.c14616 isec = elf_elfsections (abfd)[shndx]->bfd_section; in nds32_elf_ex9_replace_instruction()
14655 isec = elf_elfsections (abfd)[shndx]->bfd_section; in nds32_elf_ex9_replace_instruction()
15405 isec = elf_elfsections (abfd)[shndx]->bfd_section; in nds32_elf_ex9_build_hash_table()
Delf32-nios2.c1875 hdr = elf_elfsections (input_bfd)[shndx]; in nios2_elf32_size_stubs()
DChangeLog-000162 * elfcode.h (elf_slurp_symbol_table): Test elf_elfsections for NULL,
262 Initialialise reserved elf_elfsections to point at shdr[0]. Remove
546 from the first section header. Allocate space in elf_elfsections
549 header. Skip reserved sections in elf_elfsections. Remove
Delf32-spu.c273 Elf_Internal_Shdr *shdr = elf_elfsections (abfd)[j]; in spu_elf_object_p()
Delf32-arm.c13054 elf_shdrp = elf_elfsections (sub); in elf32_arm_gc_mark_extra_sections()
14473 = elf_elfsections (output_bfd)[i]; in elf32_arm_finish_dynamic_sections()
Delfnn-aarch64.c3591 hdr = elf_elfsections (input_bfd)[sym->st_shndx]; in elfNN_aarch64_size_stubs()
Delfxx-mips.c11972 for (i = 1, hdrpp = elf_elfsections (abfd) + 1; in _bfd_mips_elf_final_write_processing()
/toolchain/binutils/binutils-2.25/binutils/
Dobjcopy.c1027 Elf_Internal_Shdr *symhdr = elf_elfsections (abfd) [ghdr->sh_link]; in group_signature()