HomeSort by: relevance | last modified time | path
    Searched defs:GOT (Results 1 - 13 of 13) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsISelLowering.h 81 // Get the High 16 bits from a 32 bit immediate for accessing the GOT.
376 // (add (load (wrapper $gp, %got(sym)), %lo(sym))
381 SDValue GOT = DAG.getNode(MipsISD::Wrapper, DL, Ty, getGlobalReg(DAG, Ty),
384 DAG.getLoad(Ty, DL, DAG.getEntryNode(), GOT,
395 // (load (wrapper $gp, %got(sym)))
406 // computing a global symbol's address in large-GOT mode:
  /src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
SparcAsmPrinter.cpp 91 const MCSymbolRefExpr *GOT = MCSymbolRefExpr::create(GOTLabel, OutContext);
98 const MCBinaryExpr *Add = MCBinaryExpr::createAdd(GOT, Sub, OutContext);
183 // Just load the address of GOT to MCRegOP.
  /src/external/apache2/llvm/dist/llvm/lib/Target/VE/
VEAsmPrinter.cpp 78 const MCSymbolRefExpr *GOT = MCSymbolRefExpr::create(GOTLabel, OutContext);
79 const VEMCExpr *expr = VEMCExpr::create(Kind, GOT, OutContext);
189 // Just load the address of GOT to MCRegOP.
203 MCOperand RegGOT = MCOperand::createReg(VE::SX15); // GOT
206 // lea %got, _GLOBAL_OFFSET_TABLE_@PC_LO(-24)
207 // and %got, %got, (32)0
209 // lea.sl %got, _GLOBAL_OFFSET_TABLE_@PC_HI(%plt, %got)
  /src/external/gpl3/binutils/dist/gas/config/
bfin-parse.h 222 GOT = 423, /* GOT */
400 #define GOT 423
bfin-parse.c 411 /* Make sure first macfunc has got both P flags ORed. */
706 GOT = 423, /* GOT */
884 #define GOT 423
1094 YYSYMBOL_GOT = 168, /* GOT */
1140 YYSYMBOL_got = 214, /* got */
1625 "NUMBER", "GOT", "GOT17M4", "FUNCDESC_GOT17M4", "AT", "PLTPC", "$accept",
1633 "any_gotrel", "got", "got_or_expr", "pltpc", "eterm", "expr", "expr_1", YY_NULLPTR
6084 notethat ("LDSTidxI: dpregs = [ pregs + sym@got ]\n");
7497 case 331: /* any_gotrel: GOT */
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
bfin-parse.h 222 GOT = 423, /* GOT */
400 #define GOT 423
bfin-parse.c 411 /* Make sure first macfunc has got both P flags ORed. */
706 GOT = 423, /* GOT */
884 #define GOT 423
1094 YYSYMBOL_GOT = 168, /* GOT */
1140 YYSYMBOL_got = 214, /* got */
1625 "NUMBER", "GOT", "GOT17M4", "FUNCDESC_GOT17M4", "AT", "PLTPC", "$accept",
1633 "any_gotrel", "got", "got_or_expr", "pltpc", "eterm", "expr", "expr_1", YY_NULLPTR
6084 notethat ("LDSTidxI: dpregs = [ pregs + sym@got ]\n");
7497 case 331: /* any_gotrel: GOT */
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 1244 // Use GOT index.
1245 SDValue GOT = DAG.getGLOBAL_OFFSET_TABLE(PtrVT);
1248 return DAG.getNode(HexagonISD::AT_GOT, dl, PtrVT, GOT, GA, Off);
1335 // Generate the GOT pointer in case of position independent code
1336 SDValue GOT = LowerGLOBAL_OFFSET_TABLE(Sym, DAG);
1338 // Add the TLS Symbol address to GOT pointer.This gives
1339 // GOT relative relocation for the symbol.
1340 Sym = DAG.getNode(ISD::ADD, dl, PtrVT, GOT, Sym);
1389 // Then, generate the GOT pointer
1390 SDValue GOT = LowerGLOBAL_OFFSET_TABLE(TGA, DAG)
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
elf32-arc.c 145 return strstr (howto->name, "GOT") != NULL;
193 #include "arc-got.h"
1210 #define GOT (reloc_data.got_symbol_vma)
1266 ARC_DEBUG ("GOT_OFFSET = %#lx\n", GOT); \
1416 #undef GOT
1896 /* Make sure we have with a dynamic linker. In case of GOT and PLT
1897 the sym_section should point to .got or .plt respectively. */
1902 (_("GOT and PLT relocations cannot be fixed with a non dynamic linker"));
2062 flag, even though the relocations don't require a GOT
2417 /* If there are no non-GOT references, we do not need a cop
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-arc.c 145 return strstr (howto->name, "GOT") != NULL;
193 #include "arc-got.h"
1205 #define GOT (reloc_data.got_symbol_vma)
1261 ARC_DEBUG ("GOT_OFFSET = %#lx\n", GOT); \
1411 #undef GOT
1891 /* Make sure we have with a dynamic linker. In case of GOT and PLT
1892 the sym_section should point to .got or .plt respectively. */
1897 (_("GOT and PLT relocations cannot be fixed with a non dynamic linker"));
2045 flag, even though the relocations don't require a GOT
2400 /* If there are no non-GOT references, we do not need a cop
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf32-arc.c 145 return strstr (howto->name, "GOT") != NULL;
193 #include "arc-got.h"
1205 #define GOT (reloc_data.got_symbol_vma)
1261 ARC_DEBUG ("GOT_OFFSET = %#lx\n", GOT); \
1411 #undef GOT
1891 /* Make sure we have with a dynamic linker. In case of GOT and PLT
1892 the sym_section should point to .got or .plt respectively. */
1897 (_("GOT and PLT relocations cannot be fixed with a non dynamic linker"));
2045 flag, even though the relocations don't require a GOT
2400 /* If there are no non-GOT references, we do not need a cop
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-arc.c 145 return strstr (howto->name, "GOT") != NULL;
193 #include "arc-got.h"
1206 #define GOT (reloc_data.got_symbol_vma)
1262 ARC_DEBUG ("GOT_OFFSET = %#lx\n", GOT); \
1412 #undef GOT
1892 /* Make sure we have with a dynamic linker. In case of GOT and PLT
1893 the sym_section should point to .got or .plt respectively. */
1898 (_("GOT and PLT relocations cannot be fixed with a non dynamic linker"));
2046 flag, even though the relocations don't require a GOT
2401 /* If there are no non-GOT references, we do not need a cop
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86Subtarget.h 45 GOT, // Used on 32 bit elf on when in pic mode.
876 bool isPICStyleGOT() const { return PICStyle == PICStyles::Style::GOT; }

Completed in 80 milliseconds