Searched refs:GOT (Results 1 - 17 of 17) sorted by relevance

/external/llvm/test/MC/ELF/
H A Dgot.s6 movl foo@GOT, %eax
H A Drelocation-386.s29 // Relocation 4 (bar2@GOT) is of type R_386_GOT32
90 // Relocation 13 (zed@GOT) is of type R_386_GOT32 and uses the symbol
218 movl bar2j@GOT(%eax), %eax
228 movl zed@GOT(%eax), %eax
/external/llvm/test/MC/ARM/
H A Delf-movt.s11 movw r0, :lower16:GOT-(.LPC0_2+8)
12 movt r0, :upper16:GOT-(.LPC0_2+8)
14 @ ASM: movw r0, :lower16:(GOT-(.LPC0_2+8))
15 @ ASM-NEXT: movt r0, :upper16:(GOT-(.LPC0_2+8))
/external/llvm/test/MC/Mips/
H A Dmips-relocations.s12 # CHECK: # fixup A - offset: 0, value: loop_1@GOT, kind: fixup_Mips_GOT_Local
18 # CHECK: # fixup A - offset: 0, value: loop_1@GOT, kind: fixup_Mips_GOT_Local
/external/llvm/lib/Target/X86/
H A DX86Subtarget.h36 GOT, // Used on many 32-bit unices in -fPIC mode. enumerator in enum:llvm::PICStyles::Style
308 bool isPICStyleGOT() const { return PICStyle == PICStyles::GOT; }
H A DX86TargetMachine.cpp103 Subtarget.setPICStyle(PICStyles::GOT);
/external/openssl/crypto/
H A Dx86cpuid.S145 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/
H A DARMConstantPoolValue.h41 GOT, enumerator in enum:llvm::ARMCP::ARMCPModifier
H A DARMConstantPoolValue.cpp55 case ARMCP::GOT: return "GOT";
H A DARMAsmPrinter.cpp901 case ARMCP::GOT: return MCSymbolRefExpr::VK_ARM_GOT;
913 // FIXME: Remove this when Darwin transition to @GOT like syntax.
H A DARMFastISel.cpp2850 ARMConstantPoolConstant::Create(GV, UseGOTOFF ? ARMCP::GOTOFF : ARMCP::GOT);
H A DARMISelLowering.cpp2278 UseGOTOFF ? ARMCP::GOTOFF : ARMCP::GOT);
2286 SDValue GOT = DAG.getGLOBAL_OFFSET_TABLE(PtrVT); local
2287 Result = DAG.getNode(ISD::ADD, dl, PtrVT, Result, GOT);
/external/openssl/crypto/bn/asm/
H A Dx86-gf2m.S247 movl OPENSSL_ia32cap_P@GOT(%edx),%edx
/external/openssl/crypto/des/asm/
H A Dcrypt586.S20 movl DES_SPtrans@GOT(%edx),%edx
/external/openssl/crypto/aes/asm/
H A Daes-586.S998 movl OPENSSL_ia32cap_P@GOT(%eax),%eax
2189 movl OPENSSL_ia32cap_P@GOT(%eax),%eax
2246 movl OPENSSL_ia32cap_P@GOT(%eax),%eax
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp45 cl::desc("MIPS: Enable GOT larger than 64k."), cl::init(false));
113 SDValue GOT = DAG.getNode(MipsISD::Wrapper, DL, Ty, getGlobalReg(DAG, Ty), local
115 SDValue Load = DAG.getLoad(Ty, DL, DAG.getEntryNode(), GOT,
1558 // RelocBase can be JumpTable, GOT or some sort of global base.
1771 // SDValue GOT = DAG.getGLOBAL_OFFSET_TABLE(MVT::i32);
1772 // ResNode = DAG.getNode(ISD::ADD, MVT::i32, GOT, GPRelNode);
2545 // The lazy binding stub requires GP to point to the GOT.
/external/srec/config/en.us/dictionary/
H A Dc0.6[all...]

Completed in 619 milliseconds