Searched refs:target_sect (Results 1 – 1 of 1) sorted by relevance
2044 asection *target_sect; in bfd_section_from_shdr() local2118 target_sect = bfd_section_from_elf_index (abfd, hdr->sh_info); in bfd_section_from_shdr()2119 if (target_sect == NULL) in bfd_section_from_shdr()2122 if ((target_sect->flags & SEC_RELOC) == 0 in bfd_section_from_shdr()2123 || target_sect->reloc_count == 0) in bfd_section_from_shdr()2124 hdr2 = &elf_section_data (target_sect)->rel_hdr; in bfd_section_from_shdr()2128 BFD_ASSERT (elf_section_data (target_sect)->rel_hdr2 == NULL); in bfd_section_from_shdr()2131 elf_section_data (target_sect)->rel_hdr2 = hdr2; in bfd_section_from_shdr()2135 target_sect->reloc_count += NUM_SHDR_ENTRIES (hdr); in bfd_section_from_shdr()2136 target_sect->flags |= SEC_RELOC; in bfd_section_from_shdr()[all …]