/external/llvm-project/llvm/test/MC/Mips/ |
D | reloc-directive-label-offset.s | 43 .reloc bar, R_MIPS_GOT_OFST, foo # ASM: .reloc bar, R_MIPS_GOT_OFST, foo 55 # OBJ-O32-NEXT: 0x1C R_MIPS_GOT_OFST .text 0x0 61 # OBJ-N32-NEXT: 0x1C R_MIPS_GOT_OFST .text 0x0 70 # OBJ-N64-NEXT: 0x1C R_MIPS_GOT_OFST/R_MIPS_NONE/R_MIPS_NONE .text 0x0
|
D | reloc-directive.s | 36 .reloc 36, R_MIPS_GOT_OFST, 4 # ASM: .reloc 36, R_MIPS_GOT_OFST, 4 107 # OBJ-O32-NEXT: 0x24 R_MIPS_GOT_OFST - 0x0 156 # OBJ-N32-NEXT: 0x24 R_MIPS_GOT_OFST - 0x4 203 # OBJ-N64-NEXT: 0x24 R_MIPS_GOT_OFST/R_MIPS_NONE/R_MIPS_NONE - 0x4
|
D | macro-dla-pic.s | 86 ## FIXME: GAS generates R_MIPS_GOT_PAGE / R_MIPS_GOT_OFST pair of relocations. 170 ## FIXME: GAS generates R_MIPS_GOT_PAGE / R_MIPS_GOT_OFST pair of relocations.
|
D | macro-la-pic.s | 133 ## FIXME: GAS generates R_MIPS_GOT_PAGE / R_MIPS_GOT_OFST pair of relocations 253 ## FIXME: GAS generates R_MIPS_GOT_PAGE / R_MIPS_GOT_OFST pair of relocations
|
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/ |
D | reloc-types-elf-mips64.test | 25 # CHECK: Type: R_MIPS_GOT_OFST/R_MIPS_GOT_OFST/R_MIPS_GOT_OFST (1381653) 122 - Type: R_MIPS_GOT_OFST 123 Type2: R_MIPS_GOT_OFST 124 Type3: R_MIPS_GOT_OFST
|
D | reloc-types-elf-mips.test | 25 # CHECK: Type: R_MIPS_GOT_OFST (21) 88 - Type: R_MIPS_GOT_OFST
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldELFMips.cpp | 169 case ELF::R_MIPS_GOT_OFST: { in evaluateMIPS64Relocation() 232 case ELF::R_MIPS_GOT_OFST: in applyMIPSRelocation()
|
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldELFMips.cpp | 169 case ELF::R_MIPS_GOT_OFST: { in evaluateMIPS64Relocation() 232 case ELF::R_MIPS_GOT_OFST: in applyMIPSRelocation()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ELFRelocs/ |
D | Mips.def | 27 ELF_RELOC(R_MIPS_GOT_OFST, 21)
|
/external/llvm/include/llvm/Support/ELFRelocs/ |
D | Mips.def | 27 ELF_RELOC(R_MIPS_GOT_OFST, 21)
|
/external/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/ |
D | Mips.def | 27 ELF_RELOC(R_MIPS_GOT_OFST, 21)
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ELFRelocs/ |
D | Mips.def | 27 ELF_RELOC(R_MIPS_GOT_OFST, 21)
|
/external/llvm-project/lld/ELF/Arch/ |
D | Mips.cpp | 134 case R_MIPS_GOT_OFST: in getRelExpr() 606 case R_MIPS_GOT_OFST: in relocate() 732 return type == R_MIPS_LO16 || type == R_MIPS_GOT_OFST || in usesOnlyLowPageBits()
|
/external/llvm-project/lld/test/ELF/ |
D | mips-64-got.s | 52 daddiu $v0,$v0,%got_ofst(foo) # R_MIPS_GOT_OFST
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsELFObjectWriter.cpp | 311 return ELF::R_MIPS_GOT_OFST; in getRelocType() 543 case ELF::R_MIPS_GOT_OFST: in needsRelocateWithSymbol()
|
/external/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsELFObjectWriter.cpp | 322 return ELF::R_MIPS_GOT_OFST; in getRelocType() 552 case ELF::R_MIPS_GOT_OFST: in needsRelocateWithSymbol()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsELFObjectWriter.cpp | 329 return ELF::R_MIPS_GOT_OFST; in getRelocType() 577 case ELF::R_MIPS_GOT_OFST: in needsRelocateWithSymbol()
|
/external/llvm/test/tools/llvm-readobj/ |
D | reloc-types.test | 435 ELF-MIPS: Type: R_MIPS_GOT_OFST (21) 487 ELF-MIPS64EL: Type: R_MIPS_GOT_OFST/R_MIPS_GOT_OFST/R_MIPS_GOT_OFST (1381653)
|
/external/llvm/test/tools/llvm-readobj/Inputs/ |
D | relocs.py | 871 R_MIPS_GOT_OFST = 21 variable in Relocs_Elf_Mips
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 686 case ELF::R_MIPS_GOT_OFST: { in evaluateMIPS64Relocation() 764 case ELF::R_MIPS_GOT_OFST: in applyMIPS64Relocation()
|
/external/google-breakpad/src/third_party/musl/include/ |
D | elf.h | 1359 #define R_MIPS_GOT_OFST 21 macro
|
/external/kmod/port-gnu/ |
D | elf.h | 1622 #define R_MIPS_GOT_OFST 21 macro
|
/external/elfutils/libelf/ |
D | elf.h | 1859 #define R_MIPS_GOT_OFST 21 macro
|