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

/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Delf.c1824 asection *target_sect;
1885 target_sect = bfd_section_from_elf_index (abfd, hdr->sh_info);
1886 if (target_sect == NULL)
1889 if ((target_sect->flags & SEC_RELOC) == 0
1890 || target_sect->reloc_count == 0)
1891 hdr2 = &elf_section_data (target_sect)->rel_hdr;
1895 BFD_ASSERT (elf_section_data (target_sect)->rel_hdr2 == NULL);
1898 elf_section_data (target_sect)->rel_hdr2 = hdr2;
1902 target_sect->reloc_count += NUM_SHDR_ENTRIES (hdr);
1903 target_sect
1819 asection *target_sect; local
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Delf.c2031 asection *target_sect;
2105 target_sect = bfd_section_from_elf_index (abfd, hdr->sh_info);
2106 if (target_sect == NULL)
2109 if ((target_sect->flags & SEC_RELOC) == 0
2110 || target_sect->reloc_count == 0)
2111 hdr2 = &elf_section_data (target_sect)->rel_hdr;
2115 BFD_ASSERT (elf_section_data (target_sect)->rel_hdr2 == NULL);
2118 elf_section_data (target_sect)->rel_hdr2 = hdr2;
2122 target_sect->reloc_count += NUM_SHDR_ENTRIES (hdr);
2123 target_sect
2026 asection *target_sect; local
[all...]

Completed in 199 milliseconds