Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/bfd/
Delf.c1948 asection *target_sect; in bfd_section_from_shdr() local
2021 target_sect = bfd_section_from_elf_index (abfd, hdr->sh_info); in bfd_section_from_shdr()
2022 if (target_sect == NULL) in bfd_section_from_shdr()
2025 if ((target_sect->flags & SEC_RELOC) == 0 in bfd_section_from_shdr()
2026 || target_sect->reloc_count == 0) in bfd_section_from_shdr()
2027 hdr2 = &elf_section_data (target_sect)->rel_hdr; in bfd_section_from_shdr()
2031 BFD_ASSERT (elf_section_data (target_sect)->rel_hdr2 == NULL); in bfd_section_from_shdr()
2034 elf_section_data (target_sect)->rel_hdr2 = hdr2; in bfd_section_from_shdr()
2038 target_sect->reloc_count += NUM_SHDR_ENTRIES (hdr); in bfd_section_from_shdr()
2039 target_sect->flags |= SEC_RELOC; in bfd_section_from_shdr()
[all …]