Home
last modified time | relevance | path

Searched refs:R_MIPS_GOT_OFST (Results 1 – 23 of 23) sorted by relevance

/external/llvm-project/llvm/test/MC/Mips/
Dreloc-directive-label-offset.s43 .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
Dreloc-directive.s36 .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
Dmacro-dla-pic.s86 ## 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.
Dmacro-la-pic.s133 ## 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/
Dreloc-types-elf-mips64.test25 # 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
Dreloc-types-elf-mips.test25 # 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/
DRuntimeDyldELFMips.cpp169 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/
DRuntimeDyldELFMips.cpp169 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/
DMips.def27 ELF_RELOC(R_MIPS_GOT_OFST, 21)
/external/llvm/include/llvm/Support/ELFRelocs/
DMips.def27 ELF_RELOC(R_MIPS_GOT_OFST, 21)
/external/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
DMips.def27 ELF_RELOC(R_MIPS_GOT_OFST, 21)
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ELFRelocs/
DMips.def27 ELF_RELOC(R_MIPS_GOT_OFST, 21)
/external/llvm-project/lld/ELF/Arch/
DMips.cpp134 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/
Dmips-64-got.s52 daddiu $v0,$v0,%got_ofst(foo) # R_MIPS_GOT_OFST
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFObjectWriter.cpp311 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/
DMipsELFObjectWriter.cpp322 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/
DMipsELFObjectWriter.cpp329 return ELF::R_MIPS_GOT_OFST; in getRelocType()
577 case ELF::R_MIPS_GOT_OFST: in needsRelocateWithSymbol()
/external/llvm/test/tools/llvm-readobj/
Dreloc-types.test435 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/
Drelocs.py871 R_MIPS_GOT_OFST = 21 variable in Relocs_Elf_Mips
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp686 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/
Delf.h1359 #define R_MIPS_GOT_OFST 21 macro
/external/kmod/port-gnu/
Delf.h1622 #define R_MIPS_GOT_OFST 21 macro
/external/elfutils/libelf/
Delf.h1859 #define R_MIPS_GOT_OFST 21 macro