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

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/sh64/
gotplt.d 1 #source: gotplt.s
3 #ld: -shared -mshelf32 --version-script=$srcdir/$subdir/gotplt.map
7 # Make sure that gotplt relocations of forced local symbols
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
reloc64.s 207 movabs $xtrn@gotplt, %rax
208 bad add $xtrn@gotplt, %rax
209 bad mov $xtrn@gotplt, %eax
210 bad mov $xtrn@gotplt, %ax
211 bad mov $xtrn@gotplt, %al
212 bad mov xtrn@gotplt(%rbx), %eax
213 bad mov xtrn@gotplt(%ebx), %eax
214 bad call xtrn@gotplt
217 .quad xtrn@gotplt
218 bad .long xtrn@gotplt
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf-ifunc.c 117 asection *plt, *gotplt, *relplt; local
190 gotplt = htab->sgotplt;
201 gotplt = htab->igotplt;
214 gotplt->size += got_entry_size;
elf32-i386.c 742 /* Offset of the GOTPLT entry reserved for the TLS descriptor,
756 /* GOTPLT entries for TLS descriptors. */
3337 asection *plt, *gotplt, *base_got; local
4444 asection *plt, *gotplt, *relplt; local
    [all...]
elf64-s390.c 567 /* Number of GOTPLT references for a function. */
731 /* Create .got, .gotplt, and .rela.got sections in DYNOBJ, and set up
3321 asection *plt, *gotplt, *relplt; local
    [all...]
elf64-x86-64.c 769 /* Offset of the GOTPLT entry reserved for the TLS descriptor,
784 /* GOTPLT entries for TLS descriptors. */
4749 asection *plt, *gotplt, *relplt, *resolved_plt; local
    [all...]
elf32-s390.c 654 /* Number of GOTPLT references for a function. */
819 /* Create .got, .gotplt, and .rela.got sections in DYNOBJ, and set up
3396 asection *plt, *gotplt, *relplt; local
    [all...]
elf32-tic6x.c 1750 asection *plt, *gotplt, *relplt; local
    [all...]
elfnn-aarch64.c 7586 asection *plt, *gotplt, *relplt; local
7741 asection *plt, *gotplt, *relplt; local
    [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.cpp 354 LDSection& gotplt = file_format->getGOTPLT(); local
355 m_pGOTPLT = new X86_32GOTPLT(gotplt);
621 LDSection& gotplt = file_format->getGOTPLT(); local
622 m_pGOTPLT = new X86_64GOTPLT(gotplt);
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64LDBackend.cpp 98 // both GOTPLT and normal GOT entries), create GOT0 for .got section and
105 LDSection& gotplt = file_format->getGOTPLT(); local
106 m_pGOTPLT = new AArch64GOT(gotplt);
193 // when building shared object, the GOTPLT section is must
200 // when building shared object, the GOTPLT section is must
245 // apply GOTPLT
551 assert(m_pGOTPLT != NULL && "GOTPLT section not exist");
556 assert(m_pGOTPLT != NULL && "GOTPLT section not exist");
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 1273 LDSection& gotplt = fileFormat->getGOTPLT(); local
1318 LDSection& gotplt = fileFormat->getGOTPLT(); local
    [all...]
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 413 LDSection& gotplt = file_format->getGOTPLT(); local
414 m_pGOTPLT = new HexagonGOTPLT(gotplt);
    [all...]

Completed in 531 milliseconds