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

1 2

  /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 13 jmp foo@PLT
fde.s 23 callq _Z2rsv@PLT
relocation-386.s 120 // Relocation 18 (zed@PLT) is of type R_386_PLT32 and uses the symbol
210 calll bar2@PLT
233 call zed@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()
Android.mk 11 PLT.cpp \
  /bionic/libc/arch-arm/bionic/
sigsetjmp.S 53 beq PIC_SYM(_C_LABEL(_setjmp), PLT)
54 b PIC_SYM(_C_LABEL(setjmp), PLT)
64 beq PIC_SYM(_C_LABEL(_longjmp), PLT)
65 b PIC_SYM(_C_LABEL(longjmp), PLT)
abort_arm.S 41 blx PIC_SYM(_C_LABEL(__libc_android_abort), PLT)
setjmp.S 56 bl PIC_SYM(_C_LABEL(sigblock), PLT)
102 bl PIC_SYM(_C_LABEL(sigsetmask), PLT)
139 bl PIC_SYM(_C_LABEL(longjmperror), PLT)
140 bl PIC_SYM(_C_LABEL(abort), PLT)
_setjmp.S 110 bl PIC_SYM(_C_LABEL(longjmperror), PLT)
111 bl PIC_SYM(_C_LABEL(abort), PLT)
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonPLT.h 13 #include <mcld/Target/PLT.h>
35 class HexagonDynPLT0 : public PLT::Entry<sizeof(hexagon_dyn_plt0)>
41 class HexagonExecPLT0 : public PLT::Entry<sizeof(hexagon_exec_plt0)>
53 class HexagonPLT : public PLT
HexagonPLT.cpp 21 // PLT entry data
24 : PLT::Entry<sizeof(hexagon_dyn_plt0)>(pParent)
29 : PLT::Entry<sizeof(hexagon_exec_plt0)>(pParent)
39 : PLT(pSection),
HexagonRelocator.h 17 #include <mcld/Target/PLT.h>
  /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
  /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
X86PLT.cpp 22 // PLT entry data
25 : PLT::Entry<sizeof(x86_32_dyn_plt0)>(pParent)
30 : PLT::Entry<sizeof(x86_32_dyn_plt1)>(pParent)
35 : PLT::Entry<sizeof(x86_32_exec_plt0)>(pParent)
40 : PLT::Entry<sizeof(x86_32_exec_plt1)>(pParent)
45 : PLT::Entry<sizeof(x86_64_plt0)>(pParent)
50 : PLT::Entry<sizeof(x86_64_plt1)>(pParent)
60 : PLT(pSection),
152 "The number of PLT Entries and ResolveInfo doesn't match");
204 assert(m_Section.addr() && ".plt base address is NULL!")
    [all...]
  /development/ndk/platforms/android-9/arch-x86/src/
__stack_chk_fail_local.S 43 call __stack_chk_fail@PLT
crtbegin_so.S 63 call __cxa_finalize@PLT
69 call __deregister_frame_info_bases@PLT
96 call __register_frame_info_bases@PLT
atexit.S 45 call __cxa_atexit@PLT
  /frameworks/compile/mclinker/include/mcld/Target/
PLT.h 1 //===- PLT.h --------------------------------------------------------------===//
53 /** \class PLT
56 class PLT
80 PLT(LDSection& pSection);
82 virtual ~PLT();
  /external/llvm/test/Object/Inputs/
elfver.S 15 call _puts@PLT
  /external/icu4c/tools/tzcode/
tz.alias 50 PLT Asia/Karachi

Completed in 739 milliseconds

1 2