Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/binutils/bfd/
H A Delf.c258 i_shdrp = elf_elfsections (abfd); in bfd_elf_get_str_section()
303 hdr = elf_elfsections (abfd)[shindex]; in bfd_elf_string_from_elf_section()
482 hdr = elf_elfsections (abfd) [ghdr->sh_link]; in group_signature()
995 i_shdrp = elf_elfsections (abfd); in bfd_elf_find_section()
1896 dynsymhdr = elf_elfsections (abfd)[i]; in bfd_section_from_shdr()
2006 elf_elfsections (abfd)[shindex] = hdr; in bfd_section_from_shdr()
2134 elf_elfsections (abfd)[shindex] = hdr2; in bfd_section_from_shdr()
3155 elf_elfsections (abfd) = i_shdrp; in assign_section_numbers()
4711 i_shdrpp = elf_elfsections (abfd); in assign_file_positions_for_non_load_sections()
4975 i_shdrp = elf_elfsections (abfd); in prep_headers()
[all …]
H A Delfcode.h751 elf_elfsections (abfd) = bfd_alloc (abfd, amt); in elf_object_p()
752 if (!elf_elfsections (abfd)) in elf_object_p()
761 elf_elfsections (abfd)[shindex] = shdrp++; in elf_object_p()
763 elf_elfsections (abfd)[shindex] = i_shdrp; in elf_object_p()
766 elf_elfsections (abfd)[shindex] = shdrp++; in elf_object_p()
1060 i_shdrp = elf_elfsections (abfd); in elf_write_shdrs_and_ehdr()
H A Delf-bfd.h1476 #define elf_elfsections(bfd) (elf_tdata(bfd) -> elf_sect_ptr) macro
H A Delflink.c3474 shlink = elf_elfsections (abfd)[elfsec]->sh_link; in elf_link_add_object_symbols()
9186 elf_shdrp = elf_elfsections (s->owner); in elf_get_linked_section_vma()
9261 && elf_elfsections (sub)[elfsec]->sh_flags & SHF_LINK_ORDER) in elf_fixup_link_order()
10233 hdr = elf_elfsections (abfd)[i]; in bfd_elf_final_link()
H A Delf32-arm.c7892 elf_shdrp = elf_elfsections (sub); in elf32_arm_gc_mark_extra_sections()
9212 = elf_elfsections (output_bfd)[i]; in elf32_arm_finish_dynamic_sections()
H A 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
H A Delfxx-mips.c9209 for (i = 1, hdrpp = elf_elfsections (abfd) + 1; in _bfd_mips_elf_final_write_processing()
/freebsd-12.1/contrib/binutils/binutils/
H A Dobjcopy.c818 Elf_Internal_Shdr *symhdr = elf_elfsections (abfd) [ghdr->sh_link]; in group_signature()