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

/freebsd-11-stable/contrib/binutils/bfd/
H A Delf.c2049 asection *target_sect;
2123 target_sect = bfd_section_from_elf_index (abfd, hdr->sh_info);
2124 if (target_sect == NULL)
2127 if ((target_sect->flags & SEC_RELOC) == 0
2128 || target_sect->reloc_count == 0)
2129 hdr2 = &elf_section_data (target_sect)->rel_hdr;
2133 BFD_ASSERT (elf_section_data (target_sect)->rel_hdr2 == NULL);
2136 elf_section_data (target_sect)->rel_hdr2 = hdr2;
2140 target_sect->reloc_count += NUM_SHDR_ENTRIES (hdr);
2141 target_sect
2044 asection *target_sect; local
[all...]

Completed in 148 milliseconds