HomeSort by relevance Sort by last modified time
    Searched refs:PLT (Results 1 - 25 of 212) sorted by null

1 2 3 4 5 6 7 8 9

  /frameworks/compile/mclinker/lib/Target/
PLT.cpp 1 //===- PLT.cpp ------------------------------------------------------------===//
9 #include "mcld/Target/PLT.h"
18 // PLT
20 PLT::PLT(LDSection& pSection) : m_Section(pSection) {
24 PLT::~PLT() {
  /external/llvm/test/MC/ELF/
plt.s 5 jmp foo@PLT
weakref-plt.s 4 call bar@PLT
weakref-reloc.s 6 call zed@PLT
  /external/swiftshader/third_party/LLVM/test/MC/ELF/
plt.s 5 jmp foo@PLT
weakref-plt.s 4 call bar@PLT
weakref-reloc.s 7 call zed@PLT
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/
linkinfo1.s 2 call foo@PLT
relro2.s 5 jmp foo@PLT
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-i386/
pr17057.s 3 call foo@PLT
pltgot-1.s 2 .globl plt
3 .type plt, @function
4 plt: label
6 jmp puts@PLT
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-x86-64/
pr13947.s 5 call bar@PLT
pltgot-1.s 2 .globl plt
3 .type plt, @function
4 plt: label
6 jmp puts@PLT
pr17618.d 1 #name: PLT PC-relative offset overflow check
5 #error: .*PC-relative offset overflow in PLT entry for `bar'
pr12570a.d 1 #name: PR ld/12570 (PLT)
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
plt-1.s 9 b Strong2(PLT)
10 b.w Strong2(PLT)
11 b.n Strong2(PLT)
21 b Strong1(PLT)
22 b.w Strong1(PLT)
23 b.n Strong1(PLT)
  /bionic/libc/private/
bionic_asm_x86_64.h 39 #define PIC_PLT(x) x@PLT
  /external/boringssl/src/util/fipstools/testdata/x86_64-LabelRewrite/
in1.s 14 # Jumps to PLT symbols are rewritten through redirectors.
15 call memcpy@PLT
16 jmp memcpy@PLT
17 jbe memcpy@PLT
19 # Jumps to local PLT symbols use their local targets.
20 call foo@PLT
21 jmp foo@PLT
22 jbe foo@PLT
25 call OPENSSL_ia32cap_get@PLT
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-arm/
long-plt-format.s 5 bl foo(PLT)
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
ifunc.s 4 jmp ifunc@PLT
11 jmp normal@PLT
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-cris/
expdref1.s 4 move.d expobj:PLT,$r10
6 move.d expfn:PLT,$r10
expdref2.s 6 move.d expobj2:PLT,$r10
8 move.d expfn2:PLT,$r10
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-sh/
fdpic-plt.s 9 .long foo@PLT
11 .long bar@PLT
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMPLT.h 13 #include "mcld/Target/PLT.h"
34 class ARMPLT0 : public PLT::Entry<sizeof(arm_plt0)> {
39 class ARMPLT1 : public PLT::Entry<sizeof(arm_plt1)> {
47 class ARMPLT : public PLT {
55 // hasPLT1 - return if this plt section has any plt1 entry
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/s390/
zarch-reloc.s 9 .quad test_R_390_PLT64@PLT
17 brasl %r14,foo@PLT
18 .quad foo@PLT-bar

Completed in 565 milliseconds

1 2 3 4 5 6 7 8 9