HomeSort by relevance Sort by last modified time
    Searched refs:irelbase (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/bfd/
elf32-ip2k.c 32 Elf_Internal_Rela * irelbase; member in struct:misc
579 Elf_Internal_Rela *irel, *irelend, *irelbase; local
590 irelbase = elf_section_data (sec)->relocs;
591 irelend = irelbase + sec->reloc_count;
593 for (irel = irelbase; irel < irelend; irel++)
631 irelbase = elf_section_data (stab)->relocs;
632 irelend = irelbase + stab->reloc_count;
652 for (irel = irelbase; irel < irelend; irel++)
811 elf_section_data (sec)->relocs = misc->irelbase;
835 Elf_Internal_Rela *irelend = misc->irelbase + sec->reloc_count
    [all...]
elf32-epiphany.c 34 Elf_Internal_Rela * irelbase; member in struct:misc
234 Elf_Internal_Rela * irelbase ATTRIBUTE_UNUSED;
236 irelbase = _bfd_elf_link_read_relocs (abfd, stab, NULL, NULL,
268 misc.irelbase = internal_relocs;

Completed in 572 milliseconds