HomeSort by relevance Sort by last modified time
    Searched refs:GOT (Results 26 - 46 of 46) sorted by null

12

  /development/ndk/platforms/android-9/arch-x86/include/machine/
asm.h 62 #define PIC_GOT(x) x@GOT(%ebx)
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsGOT.cpp 28 : GOT(pSection),
60 assert(!empty() && "Consume empty GOT entry!");
81 MipsGOTEntry* got = &(llvm::cast<MipsGOTEntry>((*it))); local
82 *buffer = static_cast<uint32_t>(got->getValue());
83 result += got->size();
94 // We need to put global GOT entries after all local ones.
108 "The number of GOT Entries and ResolveInfo doesn't match");
117 "The number of GOT Entries and ResolveInfo doesn't match");
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/machine/
asm.h 62 #define PIC_GOT(x) x@GOT(%ebx)
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/machine/
asm.h 62 #define PIC_GOT(x) x@GOT(%ebx)
  /external/llvm/lib/Target/X86/
X86Subtarget.h 36 GOT, // Used on many 32-bit unices in -fPIC mode.
308 bool isPICStyleGOT() const { return PICStyle == PICStyles::GOT; }
X86TargetMachine.cpp 103 Subtarget.setPICStyle(PICStyles::GOT);
  /external/openssl/crypto/
x86cpuid.S 145 movl OPENSSL_ia32cap_P@GOT(%ecx),%ecx
161 movl OPENSSL_ia32cap_P@GOT(%ecx),%ecx
223 movl OPENSSL_ia32cap_P@GOT(%ecx),%ecx
  /external/llvm/lib/Target/ARM/
ARMConstantPoolValue.h 41 GOT,
ARMConstantPoolValue.cpp 55 case ARMCP::GOT: return "GOT";
ARMAsmPrinter.cpp 475 // already got the operands in registers that are operands to the
    [all...]
ARMFastISel.cpp     [all...]
ARMISelLowering.cpp     [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMGOT.cpp 27 : GOT(pSection), m_pLast(NULL)
57 assert(!empty() && "Consume empty GOT entry!");
72 // GOT part is also empty. Since entry is the last entry, we can assign
93 // Entry must be the last entry. We can directly assign it to GOT part.
107 assert(m_GOTPLT.last_used != m_GOT.front && "No GOT/PLT entry to consume!");
114 assert(NULL != m_GOT.front && "Consuming empty GOT section!");
154 ARMGOTEntry* got = NULL; local
157 got = &(llvm::cast<ARMGOTEntry>((*it)));
158 *buffer = static_cast<uint32_t>(got->getValue());
  /bionic/libc/arch-x86/include/machine/
asm.h 54 #define PIC_GOT(x) x@GOT(%ebx)
  /ndk/build/core/
default-build-commands.mk 49 # linker has run. This makes GOT overwrite security attacks harder to
build-binary.mk 117 # Toolchain by default provides relro and GOT protections.
  /external/openssl/crypto/bn/asm/
x86-gf2m.S 247 movl OPENSSL_ia32cap_P@GOT(%edx),%edx
  /frameworks/rs/
Android.mk 261 driver/linkloader/lib/GOT.cpp \
  /external/openssl/crypto/des/asm/
crypt586.S 20 movl DES_SPtrans@GOT(%edx),%edx
  /external/openssl/crypto/aes/asm/
aes-586.S 998 movl OPENSSL_ia32cap_P@GOT(%eax),%eax
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 45 cl::desc("MIPS: Enable GOT larger than 64k."), cl::init(false));
113 SDValue GOT = DAG.getNode(MipsISD::Wrapper, DL, Ty, getGlobalReg(DAG, Ty),
115 SDValue Load = DAG.getLoad(Ty, DL, DAG.getEntryNode(), GOT,
    [all...]

Completed in 1288 milliseconds

12