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

/freebsd-10.0-release/contrib/binutils/bfd/
H A Delf64-sparc.c64 arelent *relents; local
76 relents = asect->relocation + canon_reloc_count (asect);
83 for (i = 0, relent = relents; i < count;
132 canon_reloc_count (asect) += relent - relents;
H A Delf64-mips.c2419 arelent *relents, asymbol **symbols,
2449 for (i = 0, relent = relents;
2566 asect->reloc_count += (relent - relents) / 3;
2594 arelent *relents;
2633 relents = bfd_alloc (abfd, amt);
2634 if (relents == NULL)
2642 relents,
2649 relents + reloc_count * 3,
2654 asect->relocation = relents;
2411 mips_elf64_slurp_one_reloc_table(bfd *abfd, asection *asect, Elf_Internal_Shdr *rel_hdr, bfd_size_type reloc_count, arelent *relents, asymbol **symbols, bfd_boolean dynamic) argument
2589 arelent *relents; local
H A Delfcode.h1355 arelent *relents,
1387 for (i = 0, relent = relents;
1459 arelent *relents;
1497 relents = bfd_alloc (abfd, amt);
1498 if (relents == NULL)
1503 relents,
1510 relents + reloc_count,
1514 asect->relocation = relents;
1348 elf_slurp_reloc_table_from_section(bfd *abfd, asection *asect, Elf_Internal_Shdr *rel_hdr, bfd_size_type reloc_count, arelent *relents, asymbol **symbols, bfd_boolean dynamic) argument
1456 arelent *relents; local

Completed in 129 milliseconds