| /NextBSD/contrib/binutils/ld/emulparams/ |
| HD | elf64ppc.sh | 23 GOT=" 26 GOT="
|
| HD | elf32ppc.sh | 12 GOT=".got ${RELOCATING-0} : SPECIAL { *(.got) }"
|
| HD | shelf_vxworks.sh | 16 GOT=".got ${RELOCATING-0} : {
|
| /NextBSD/lib/libc/arm/sys/ |
| HD | brk.S | 90 .word PIC_SYM(_C_LABEL(minbrk), GOT) 92 .word PIC_SYM(CURBRK, GOT)
|
| HD | sbrk.S | 79 .word PIC_SYM(CURBRK, GOT)
|
| /NextBSD/libexec/rtld-elf/arm/ |
| HD | rtld_start.S | 68 .word _GLOBAL_OFFSET_TABLE_(GOT) 69 .word _DYNAMIC(GOT)
|
| /NextBSD/contrib/llvm/tools/llvm-readobj/ |
| HD | ELFDumper.cpp | 1196 std::size_t getGOTTotal(ArrayRef<uint8_t> GOT) const; 1197 GOTIter makeGOTIter(ArrayRef<uint8_t> GOT, std::size_t EntryNum); 1256 ErrorOr<ArrayRef<uint8_t>> GOT = Obj->getSectionContents(GOTShdr); in parseGOT() local 1257 if (!GOT) { in parseGOT() 1262 if (*DtLocalGotNum > getGOTTotal(*GOT)) { in parseGOT() 1278 if (*DtLocalGotNum + GlobalGotNum > getGOTTotal(*GOT)) { in parseGOT() 1283 GOTIter GotBegin = makeGOTIter(*GOT, 0); in parseGOT() 1284 GOTIter GotLocalEnd = makeGOTIter(*GOT, *DtLocalGotNum); in parseGOT() 1315 GOTIter GotGlobalEnd = makeGOTIter(*GOT, *DtLocalGotNum + GlobalGotNum); in parseGOT() 1323 std::size_t SpecGotNum = getGOTTotal(*GOT) - *DtLocalGotNum - GlobalGotNum; in parseGOT() [all …]
|
| /NextBSD/contrib/binutils/ld/scripttempl/ |
| HD | mep.sc | 105 if test -z "$GOT"; then 107 GOT=".got ${RELOCATING-0} : { *(.got.plt) *(.got) }" 109 GOT=".got ${RELOCATING-0} : { *(.got) }" 351 ${NO_SMALL_DATA+${RELRO_NOW+${GOT}}} 352 ${NO_SMALL_DATA+${RELRO_NOW-${SEPARATE_GOTPLT+${GOT}}}} 355 ${NO_SMALL_DATA+${RELRO_NOW-${SEPARATE_GOTPLT-${GOT}}}} 373 ${NO_SMALL_DATA-${GOT}}
|
| HD | elf.sc | 116 if test -z "$GOT"; then 118 GOT=".got ${RELOCATING-0} : { *(.got.plt) *(.got) }" 120 GOT=".got ${RELOCATING-0} : { *(.got) }" 416 ${DATA_GOT+${RELRO_NOW+${GOT}}} 418 ${DATA_GOT+${RELRO_NOW-${SEPARATE_GOTPLT+${GOT}}}} 420 ${DATA_GOT+${RELRO_NOW-${SEPARATE_GOTPLT-${GOT}}}} 439 ${SDATA_GOT+${GOT}}
|
| /NextBSD/contrib/gcc/config/rs6000/ |
| HD | sol-ci.asm | 75 bl _GLOBAL_OFFSET_TABLE_-4 # get the GOT address 96 bl _GLOBAL_OFFSET_TABLE_-4 # get the GOT address
|
| HD | sysv4.opt | 145 Generate code to use a non-exec PLT and GOT
|
| /NextBSD/contrib/llvm/lib/Target/X86/ |
| HD | X86Subtarget.h | 40 GOT, // Used on many 32-bit unices in -fPIC mode. enumerator 434 bool isPICStyleGOT() const { return PICStyle == PICStyles::GOT; } in isPICStyleGOT()
|
| HD | X86Subtarget.cpp | 316 setPICStyle(PICStyles::GOT); in X86Subtarget()
|
| /NextBSD/lib/libc/i386/sys/ |
| HD | brk.S | 51 movl PIC_GOT(HIDENAME(curbrk)),%edx # set up GOT addressing
|
| /NextBSD/sys/i386/include/ |
| HD | asm.h | 51 #define PIC_GOT(x) x@GOT(%ebx)
|
| /NextBSD/contrib/binutils/ld/emultempl/ |
| HD | mipself.em | 26 MIPS ABI requires a mapping between the GOT and the symbol table. */
|
| HD | ppc32elf.em | 204 --sdata-got Force GOT location just before .sdata.\n"
|
| /NextBSD/contrib/llvm/lib/Target/Sparc/ |
| HD | SparcAsmPrinter.cpp | 97 const MCSymbolRefExpr *GOT = MCSymbolRefExpr::create(GOTLabel, OutContext); in createPCXRelExprOp() local 104 const MCBinaryExpr *Add = MCBinaryExpr::createAdd(GOT, Sub, OutContext); in createPCXRelExprOp()
|
| /NextBSD/contrib/xz/src/liblzma/check/ |
| HD | crc64_x86.S | 123 movl LZMA_CRC64_TABLE@GOT(%ebx), %ebx
|
| HD | crc32_x86.S | 132 movl LZMA_CRC32_TABLE@GOT(%ebx), %ebx
|
| /NextBSD/sys/arm/include/ |
| HD | asm.h | 131 #define GOT_SYM(x) PIC_SYM(x, GOT)
|
| /NextBSD/contrib/llvm/lib/Target/Mips/ |
| HD | MipsISelLowering.h | 291 SDValue GOT = DAG.getNode(MipsISD::Wrapper, DL, Ty, getGlobalReg(DAG, Ty), in getAddrLocal() local 293 SDValue Load = DAG.getLoad(Ty, DL, DAG.getEntryNode(), GOT, in getAddrLocal()
|
| /NextBSD/contrib/llvm/lib/Target/ARM/ |
| HD | ARMConstantPoolValue.h | 42 GOT, enumerator
|
| HD | ARMConstantPoolValue.cpp | 55 case ARMCP::GOT: return "GOT"; in getModifierText()
|
| /NextBSD/contrib/gcc/config/ia64/ |
| HD | predicates.md | 141 ;; True if OP refers to a symbol, and is appropriate for a GOT load. 175 so that we do not use up so many GOT entries. Prevent cse 322 constant forced to zero so that we do not use up so many GOT
|