Home
last modified time | relevance | path

Searched refs:elfsec (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Delflink.c3792 unsigned int elfsec; in elf_link_add_object_symbols() local
3802 elfsec = _bfd_elf_section_from_bfd_section (abfd, s); in elf_link_add_object_symbols()
3803 if (elfsec == SHN_BAD) in elf_link_add_object_symbols()
3805 shlink = elf_elfsections (abfd)[elfsec]->sh_link; in elf_link_add_object_symbols()
7243 unsigned int elfsec; in bfd_elf_get_bfd_needed_list() local
7262 elfsec = _bfd_elf_section_from_bfd_section (abfd, s); in bfd_elf_get_bfd_needed_list()
7263 if (elfsec == SHN_BAD) in bfd_elf_get_bfd_needed_list()
7266 shlink = elf_elfsections (abfd)[elfsec]->sh_link; in bfd_elf_get_bfd_needed_list()
10891 int elfsec; in elf_get_linked_section_vma() local
10895 elfsec = _bfd_elf_section_from_bfd_section (s->owner, s); in elf_get_linked_section_vma()
[all …]
Delf.c801 unsigned int elfsec = this_hdr->sh_link; in _bfd_elf_setup_sections() local
805 if (elfsec == 0) in _bfd_elf_setup_sections()
817 if (elfsec < elf_numsections (abfd)) in _bfd_elf_setup_sections()
819 this_hdr = elf_elfsections (abfd)[elfsec]; in _bfd_elf_setup_sections()
830 s->owner, s, elfsec); in _bfd_elf_setup_sections()
1565 unsigned int elfsec; in _bfd_elf_print_private_bfd_data() local
1576 elfsec = _bfd_elf_section_from_bfd_section (abfd, s); in _bfd_elf_print_private_bfd_data()
1577 if (elfsec == SHN_BAD) in _bfd_elf_print_private_bfd_data()
1579 shlink = elf_elfsections (abfd)[elfsec]->sh_link; in _bfd_elf_print_private_bfd_data()
DChangeLog-20062580 * elflink.c (elf_fixup_link_order): Ensure `elfsec' is not a
DChangeLog-98991328 variables `link' and `elfsec'.