Searched refs:elfsec (Results 1 – 4 of 4) sorted by relevance
3498 unsigned int elfsec; in elf_link_add_object_symbols() local3508 elfsec = _bfd_elf_section_from_bfd_section (abfd, s); in elf_link_add_object_symbols()3509 if (elfsec == SHN_BAD) in elf_link_add_object_symbols()3511 shlink = elf_elfsections (abfd)[elfsec]->sh_link; in elf_link_add_object_symbols()6963 unsigned int elfsec; in bfd_elf_get_bfd_needed_list() local6982 elfsec = _bfd_elf_section_from_bfd_section (abfd, s); in bfd_elf_get_bfd_needed_list()6983 if (elfsec == SHN_BAD) in bfd_elf_get_bfd_needed_list()6986 shlink = elf_elfsections (abfd)[elfsec]->sh_link; in bfd_elf_get_bfd_needed_list()10237 int elfsec; in elf_get_linked_section_vma() local10241 elfsec = _bfd_elf_section_from_bfd_section (s->owner, s); in elf_get_linked_section_vma()[all …]
763 unsigned int elfsec = this_hdr->sh_link; in _bfd_elf_setup_sections() local767 if (elfsec == 0) in _bfd_elf_setup_sections()779 if (elfsec < elf_numsections (abfd)) in _bfd_elf_setup_sections()781 this_hdr = elf_elfsections (abfd)[elfsec]; in _bfd_elf_setup_sections()792 s->owner, s, elfsec); in _bfd_elf_setup_sections()1236 unsigned int elfsec; in _bfd_elf_print_private_bfd_data() local1247 elfsec = _bfd_elf_section_from_bfd_section (abfd, s); in _bfd_elf_print_private_bfd_data()1248 if (elfsec == SHN_BAD) in _bfd_elf_print_private_bfd_data()1250 shlink = elf_elfsections (abfd)[elfsec]->sh_link; in _bfd_elf_print_private_bfd_data()
2580 * elflink.c (elf_fixup_link_order): Ensure `elfsec' is not a
1328 variables `link' and `elfsec'.