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

  /toolchain/binutils/binutils-2.25/bfd/
elf-ifunc.c 117 asection *plt, *gotplt, *relplt; local
191 relplt = htab->srelplt;
202 relplt = htab->irelplt;
218 relplt->size += sizeof_reloc;
219 relplt->reloc_count++;
elf64-x86-64.c 4749 asection *plt, *gotplt, *relplt, *resolved_plt; local
5385 asection *relplt; local
    [all...]
elf32-ppc.c 2808 asection *plt, *relplt, *dynamic, *glink; local
3148 asection *relplt; member in struct:ppc_elf_link_hash_table
    [all...]
elf32-i386.c 4444 asection *plt, *gotplt, *relplt; local
    [all...]
elfnn-aarch64.c 7586 asection *plt, *gotplt, *relplt; local
7741 asection *plt, *gotplt, *relplt; local
    [all...]
elf32-s390.c 3396 asection *plt, *gotplt, *relplt; local
    [all...]
elf32-tic6x.c 1750 asection *plt, *gotplt, *relplt; local
    [all...]
elf64-alpha.c 2858 bfd_boolean relplt; local
    [all...]
elf64-s390.c 3321 asection *plt, *gotplt, *relplt; local
    [all...]
elf.c 10006 asection *relplt; local
    [all...]
elfnn-ia64.c 2983 bfd_boolean relplt = FALSE; local
    [all...]
elf32-arm.c 16057 asection *relplt; local
    [all...]
elf64-ppc.c 3345 asection *dynamic, *glink = NULL, *relplt = NULL; local
    [all...]
elfxx-mips.c 15910 asection *relplt; local
    [all...]
elf32-xtensa.c 1606 bfd_boolean relplt, relgot; local
    [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.cpp 363 LDSection& relplt = file_format->getRelPlt(); local
364 relplt.setLink(&plt);
365 m_pRelPLT = new OutputRelocSection(pModule, relplt);
630 LDSection& relplt = file_format->getRelaPlt(); local
631 relplt.setLink(&plt);
632 m_pRelPLT = new OutputRelocSection(pModule, relplt);