/external/llvm/test/MC/Mips/ |
D | sort-relocation-table.s | 280 # CHECK-NEXT: 0x0 R_MIPS_GOT16 .text 281 # CHECK-NEXT: 0x4 R_MIPS_GOT16 .text 285 # GOTLO 6: R_MIPS_GOT16 must be followed by a matching R_MIPS_LO16. 288 # R_MIPS_GOT16's still match the same R_MIPS_LO16. 334 # CHECK-NEXT: 0x8 R_MIPS_GOT16 .text 339 # GOTLO 9: R_MIPS_GOT16's don't need a matching R_MIPS_LO16 to immediately 340 # follow so long as there is one after the R_MIPS_GOT16 somewhere. 350 # CHECK-NEXT: 0x4 R_MIPS_GOT16 .text 351 # CHECK-NEXT: 0x8 R_MIPS_GOT16 .text 355 # GOTLO 10: R_MIPS_GOT16's must have a matching R_MIPS_LO16 somewhere though. [all …]
|
D | got-rel-expr.s | 11 # CHECK: 00000000: R_MIPS_GOT16 .data
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/ |
D | sort-relocation-table.s | 280 # CHECK-NEXT: 0x0 R_MIPS_GOT16 .text 281 # CHECK-NEXT: 0x4 R_MIPS_GOT16 .text 285 # GOTLO 6: R_MIPS_GOT16 must be followed by a matching R_MIPS_LO16. 288 # R_MIPS_GOT16's still match the same R_MIPS_LO16. 334 # CHECK-NEXT: 0x8 R_MIPS_GOT16 .text 339 # GOTLO 9: R_MIPS_GOT16's don't need a matching R_MIPS_LO16 to immediately 340 # follow so long as there is one after the R_MIPS_GOT16 somewhere. 350 # CHECK-NEXT: 0x4 R_MIPS_GOT16 .text 351 # CHECK-NEXT: 0x8 R_MIPS_GOT16 .text 355 # GOTLO 10: R_MIPS_GOT16's must have a matching R_MIPS_LO16 somewhere though. [all …]
|
D | reloc-directive.s | 32 .reloc 28, R_MIPS_GOT16, 4 # ASM: .reloc 28, R_MIPS_GOT16, 4 124 # OBJ-O32-NEXT: 0x1C R_MIPS_GOT16 - 0x0 146 # OBJ-N32-NEXT: 0x1C R_MIPS_GOT16 - 0x4 190 # OBJ-N64-NEXT: 0x1C R_MIPS_GOT16/R_MIPS_NONE/R_MIPS_NONE - 0x4
|
D | expansion-jal-sym-pic.s | 44 # ELF-O32-NEXT: R_MIPS_GOT16 .text 135 # ELF-O32-NEXT: R_MIPS_GOT16 .text 169 # ELF-O32-NEXT: R_MIPS_GOT16 .text 205 # ELF-O32-NEXT: R_MIPS_GOT16 .text
|
D | got-rel-expr.s | 11 # CHECK: 00000000: R_MIPS_GOT16 .data
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsELFObjectWriter.cpp | 146 if (Type == ELF::R_MIPS_GOT16) in getMatchingLoType() 289 return ELF::R_MIPS_GOT16; in getRelocType() 505 case ELF::R_MIPS_GOT16: in needsRelocateWithSymbol()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsELFObjectWriter.cpp | 154 if (Type == ELF::R_MIPS_GOT16) in getMatchingLoType() 301 return ELF::R_MIPS_GOT16; in getRelocType() 547 case ELF::R_MIPS_GOT16: in needsRelocateWithSymbol()
|
/external/llvm/include/llvm/Support/ELFRelocs/ |
D | Mips.def | 15 ELF_RELOC(R_MIPS_GOT16, 9)
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/ELFRelocs/ |
D | Mips.def | 15 ELF_RELOC(R_MIPS_GOT16, 9)
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ELFRelocs/ |
D | Mips.def | 15 ELF_RELOC(R_MIPS_GOT16, 9)
|
/external/llvm/test/Object/ |
D | objdump-relocations.test | 55 ELF-MIPSEL: R_MIPS_GOT16 $.str
|
D | obj2yaml.test | 219 ELF-MIPSEL-NEXT: Type: R_MIPS_GOT16
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Object/ |
D | objdump-relocations.test | 57 ELF-MIPSEL: R_MIPS_GOT16 $.str
|
D | obj2yaml.test | 377 ELF-MIPSEL-NEXT: Type: R_MIPS_GOT16
|
/external/llvm/test/tools/llvm-readobj/ |
D | reloc-types.test | 426 ELF-MIPS: Type: R_MIPS_GOT16 (9) 478 ELF-MIPS64EL: Type: R_MIPS_GOT16/R_MIPS_GOT16/R_MIPS_GOT16 (592137)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/ |
D | reloc-types.test | 426 ELF-MIPS: Type: R_MIPS_GOT16 (9) 478 ELF-MIPS64EL: Type: R_MIPS_GOT16/R_MIPS_GOT16/R_MIPS_GOT16 (592137)
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | ELF.h | 613 R_MIPS_GOT16 = 9, enumerator
|
/external/llvm/test/tools/llvm-readobj/Inputs/ |
D | relocs.py | 862 R_MIPS_GOT16 = 9 variable in Relocs_Elf_Mips
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/Inputs/ |
D | relocs.py | 950 R_MIPS_GOT16 = 9 variable in Relocs_Elf_Mips
|
/external/kmod/port-gnu/ |
D | elf.h | 1612 #define R_MIPS_GOT16 9 /* 16 bit GOT entry */ macro
|
/external/elfutils/libelf/ |
D | elf.h | 1827 #define R_MIPS_GOT16 9 /* 16 bit GOT entry */ macro
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 1176 case ELF::R_MIPS_GOT16: in getMatchingLoRelocation()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 987 case ELF::R_MIPS_GOT16: in getMatchingLoRelocation()
|