/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
|
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 ------------------------------------------------------------===// 9 #include <mcld/Target/PLT.h> 32 // PLT 33 PLT::PLT(LDSection& pSection, llvm::MCSectionData& pSectionData) 39 PLT::~PLT()
|
Android.mk | 9 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/include/mcld/Target/ |
PLT.h | 1 //===- PLT.h --------------------------------------------------------------===// 53 /** \class PLT 56 class PLT 59 PLT(LDSection& pSection, llvm::MCSectionData& pSectionData); 60 virtual ~PLT();
|
/external/bluetooth/glib/gobject/ |
pltcheck.sh | 13 echo Checking $so for local PLT entries
|
/bionic/libc/arch-x86/bionic/ |
__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
|
/external/bluetooth/glib/gio/ |
pltcheck.sh | 15 echo Checking $so for local PLT entries
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
ARMPLT.h | 12 #include <mcld/Target/PLT.h> 33 class ARMPLT : public PLT
|
/frameworks/compile/mclinker/lib/Target/X86/ |
X86PLT.h | 12 #include <mcld/Target/PLT.h> 33 class X86PLT : public PLT
|
/external/llvm/test/Object/Inputs/ |
elfver.S | 15 call _puts@PLT
|
/external/icu4c/tools/tzcode/ |
tz.alias | 50 PLT Asia/Karachi
|
/external/elfutils/backends/ |
i386_reloc.def | 39 RELOC_TYPE (32PLT, REL)
|
/prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/machine/ |
asm.h | 61 #define PIC_PLT(x) x@PLT
|
/prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/machine/ |
asm.h | 61 #define PIC_PLT(x) x@PLT
|