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

1 2 3

  /external/llvm/test/MC/ELF/
plt.s 5 jmp foo@PLT
weakref-plt.s 4 call bar@PLT
weakref-reloc.s 7 call zed@PLT
alias-reloc.s 9 call bar@PLT
merge.s 10 jmp foo@PLT
  /frameworks/compile/mclinker/lib/Target/
PLT.cpp 1 //===- PLT.cpp ------------------------------------------------------------===//
10 #include <mcld/Target/PLT.h>
18 // PLT
20 PLT::PLT(LDSection& pSection)
26 PLT::~PLT()
  /bionic/libc/arch-arm/bionic/
sigsetjmp.S 53 beq PIC_SYM(_setjmp, PLT)
54 b PIC_SYM(setjmp, PLT)
64 beq PIC_SYM(_longjmp, PLT)
65 b PIC_SYM(longjmp, PLT)
abort_arm.S 43 bl PIC_SYM(__libc_android_abort, PLT)
setjmp.S 59 bl PIC_SYM(sigblock, PLT)
111 bl PIC_SYM(sigsetmask, PLT)
150 bl PIC_SYM(longjmperror, PLT)
151 bl PIC_SYM(abort, PLT)
  /bionic/libc/arch-arm64/bionic/
sigsetjmp.S 38 cbz w1, PIC_SYM(_setjmp, PLT)
39 b PIC_SYM(setjmp, PLT)
49 b.eq PIC_SYM(_longjmp, PLT)
50 b PIC_SYM(longjmp, PLT)
  /bionic/libc/arch-x86_64/include/machine/
asm.h 40 #define PIC_PLT(x) x@PLT
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMPLT.h 13 #include <mcld/Target/PLT.h>
38 class ARMPLT0 : public PLT::Entry<sizeof(arm_plt0)>
44 class ARMPLT1 : public PLT::Entry<sizeof(arm_plt1)>
53 class ARMPLT : public PLT
62 // hasPLT1 - return if this plt section has any plt1 entry
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/machine/
asm.h 40 #define PIC_PLT(x) x@PLT
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsPLT.h 12 #include <mcld/Target/PLT.h>
25 class MipsPLT : public PLT
30 // hasPLT1 - return if this PLT has any PLTA/PLTB entries
40 // PLT
  /frameworks/compile/mclinker/lib/Target/X86/
X86PLT.h 12 #include <mcld/Target/PLT.h>
63 class X86_32DynPLT0 : public PLT::Entry<sizeof(x86_32_dyn_plt0)>
69 class X86_32DynPLT1 : public PLT::Entry<sizeof(x86_32_dyn_plt1)>
75 class X86_32ExecPLT0 : public PLT::Entry<sizeof(x86_32_exec_plt0)>
81 class X86_32ExecPLT1 : public PLT::Entry<sizeof(x86_32_exec_plt1)>
90 class X86_64PLT0 : public PLT::Entry<sizeof(x86_64_plt0)>
96 class X86_64PLT1 : public PLT::Entry<sizeof(x86_64_plt1)>
108 class X86PLT : public PLT
119 // hasPLT1 - return if this PLT has any PLT1 entry
  /development/ndk/platforms/android-L/arch-x86_64/include/machine/
asm.h 41 #define PIC_PLT(x) x@PLT
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64PLT.h 13 #include <mcld/Target/PLT.h>
42 class AArch64PLT0 : public PLT::Entry<sizeof(aarch64_plt0)>
48 class AArch64PLT1 : public PLT::Entry<sizeof(aarch64_plt1)>
57 class AArch64PLT : public PLT
66 // hasPLT1 - return if this plt section has any plt1 entry
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/gas64/
elf_gas64_ssym.asm 3 movl %eax, foo@PLT
  /external/llvm/test/Instrumentation/AddressSanitizer/X86/
asm_mov_no_instrumentation.s 8 # CHECK-NOT: callq __asan_report_load1@PLT
9 # CHECK-NOT: callq __asan_report_store1@PLT
asm_mov.s 10 # CHECK: callq __asan_report_load1@PLT
16 # CHECK: callq __asan_report_store1@PLT
39 # CHECK: callq __asan_report_load16@PLT
45 # CHECK: callq __asan_report_store16@PLT
asm_swap_intel.s 10 # CHECK: callq __asan_report_load8@PLT
16 # CHECK: callq __asan_report_load8@PLT
22 # CHECK: callq __asan_report_store8@PLT
28 # CHECK: callq __asan_report_store8@PLT
  /bionic/libc/arch-x86/include/machine/
asm.h 48 #define PIC_PLT(x) x@PLT
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonPLT.h 15 #include <mcld/Target/PLT.h>
53 class HexagonPLT0 : public PLT::Entry<sizeof(hexagon_plt0)>
65 class HexagonPLT : public PLT
76 // hasPLT1 - return if this PLT has any PLT1 entry
98 class HexagonPLT1 : public PLT::Entry<sizeof(hexagon_plt1)>
  /frameworks/compile/mclinker/include/mcld/Target/
PLT.h 1 //===- PLT.h --------------------------------------------------------------===//
22 * \brief PLTEntryDefaultBase provides the default interface for PLT Entry
50 /** \class PLT
53 class PLT
77 PLT(LDSection& pSection);
79 virtual ~PLT();
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glapi_x86-64.S 78 jmp pthread_getspecific@PLT
91 call _x86_64_get_dispatch@PLT
98 call _x86_64_get_dispatch@PLT
128 call _x86_64_get_dispatch@PLT
133 call _x86_64_get_dispatch@PLT
157 call _x86_64_get_dispatch@PLT
162 call _x86_64_get_dispatch@PLT
186 call _x86_64_get_dispatch@PLT
193 call _x86_64_get_dispatch@PLT
223 call _x86_64_get_dispatch@PLT
    [all...]

Completed in 563 milliseconds

1 2 3