Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Delf64-sparc.c155 Elf_Internal_Shdr *rel_hdr2; in elf64_sparc_slurp_reloc_table() local
168 rel_hdr2 = d->rela.hdr; in elf64_sparc_slurp_reloc_table()
171 || (rel_hdr2 && asect->rel_filepos == rel_hdr2->sh_offset)); in elf64_sparc_slurp_reloc_table()
184 rel_hdr2 = NULL; in elf64_sparc_slurp_reloc_table()
202 if (rel_hdr2 in elf64_sparc_slurp_reloc_table()
203 && !elf64_sparc_slurp_one_reloc_table (abfd, asect, rel_hdr2, symbols, in elf64_sparc_slurp_reloc_table()
Delfcode.h1488 Elf_Internal_Shdr *rel_hdr2; in elf_slurp_reloc_table() local
1505 rel_hdr2 = d->rela.hdr; in elf_slurp_reloc_table()
1506 reloc_count2 = rel_hdr2 ? NUM_SHDR_ENTRIES (rel_hdr2) : 0; in elf_slurp_reloc_table()
1512 || (rel_hdr2 && asect->rel_filepos == rel_hdr2->sh_offset)); in elf_slurp_reloc_table()
1526 rel_hdr2 = NULL; in elf_slurp_reloc_table()
1542 if (rel_hdr2 in elf_slurp_reloc_table()
1544 rel_hdr2, reloc_count2, in elf_slurp_reloc_table()
Delf64-mips.c3913 Elf_Internal_Shdr *rel_hdr2; in mips_elf64_slurp_reloc_table() local
3930 rel_hdr2 = d->rela.hdr; in mips_elf64_slurp_reloc_table()
3931 reloc_count2 = (rel_hdr2 ? NUM_SHDR_ENTRIES (rel_hdr2) : 0); in mips_elf64_slurp_reloc_table()
3935 || (rel_hdr2 && asect->rel_filepos == rel_hdr2->sh_offset)); in mips_elf64_slurp_reloc_table()
3949 rel_hdr2 = NULL; in mips_elf64_slurp_reloc_table()
3968 if (rel_hdr2 != NULL in mips_elf64_slurp_reloc_table()
3970 rel_hdr2, reloc_count2, in mips_elf64_slurp_reloc_table()
DChangeLog-96974731 (struct bfd_elf_section_data): Add rel_hdr2 field.
4761 section for the section, add the new one to rel_hdr2. Increment
DChangeLog-98991757 _bfd_elf_init_reloc_shdr to initialize rel_hdr2.
DChangeLog-02034193 and rel_hdr2 when initially counting input relocs rather than after