Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Delf64-sparc.c64 arelent *relents; in elf64_sparc_slurp_one_reloc_table() local
76 relents = asect->relocation + canon_reloc_count (asect); in elf64_sparc_slurp_one_reloc_table()
83 for (i = 0, relent = relents; i < count; in elf64_sparc_slurp_one_reloc_table()
134 canon_reloc_count (asect) += relent - relents; in elf64_sparc_slurp_one_reloc_table()
Delfcode.h1387 arelent *relents, in elf_slurp_reloc_table_from_section() argument
1419 for (i = 0, relent = relents; in elf_slurp_reloc_table_from_section()
1491 arelent *relents; in elf_slurp_reloc_table() local
1531 relents = (arelent *) bfd_alloc (abfd, amt); in elf_slurp_reloc_table()
1532 if (relents == NULL) in elf_slurp_reloc_table()
1538 relents, in elf_slurp_reloc_table()
1545 relents + reloc_count, in elf_slurp_reloc_table()
1549 asect->relocation = relents; in elf_slurp_reloc_table()
Delf64-mips.c3741 arelent *relents, asymbol **symbols, in mips_elf64_slurp_one_reloc_table() argument
3771 for (i = 0, relent = relents; in mips_elf64_slurp_one_reloc_table()
3888 asect->reloc_count += (relent - relents) / 3; in mips_elf64_slurp_one_reloc_table()
3916 arelent *relents; in mips_elf64_slurp_reloc_table() local
3955 relents = bfd_alloc (abfd, amt); in mips_elf64_slurp_reloc_table()
3956 if (relents == NULL) in mips_elf64_slurp_reloc_table()
3965 relents, in mips_elf64_slurp_reloc_table()
3971 relents + reloc_count * 3, in mips_elf64_slurp_reloc_table()
3975 asect->relocation = relents; in mips_elf64_slurp_reloc_table()
DChangeLog-98993359 relents. Call bfd_check_format to reinitialize.