Searched refs:R_MIPS_TLS_GOTTPREL (Results 1 – 19 of 19) sorted by relevance
/external/llvm-project/lld/test/ELF/ |
D | mips-tls.s | 56 # ^-- -32744 R_MIPS_TLS_GOTTPREL R_MIPS_TLS_TPREL32 foo 57 # ^-- -32740 R_MIPS_TLS_GOTTPREL VA - 0x7000 bar 90 # ^-- -32744 R_MIPS_TLS_GOTTPREL R_MIPS_TLS_TPREL32 foo 91 # ^-- -32740 R_MIPS_TLS_GOTTPREL R_MIPS_TLS_TPREL32 bar 103 addiu $2, $3, %gottprel(foo) # R_MIPS_TLS_GOTTPREL 106 addiu $2, $3, %gottprel(bar) # R_MIPS_TLS_GOTTPREL
|
D | mips-tls-64.s | 58 # ^-- -32736 R_MIPS_TLS_GOTTPREL R_MIPS_TLS_TPREL64 foo 59 # ^-- -32728 R_MIPS_TLS_GOTTPREL VA - 0x7000 bar 94 # ^-- -32736 R_MIPS_TLS_GOTTPREL R_MIPS_TLS_TPREL64 foo 95 # ^-- -32728 R_MIPS_TLS_GOTTPREL R_MIPS_TLS_TPREL64 bar 107 addiu $2, $3, %gottprel(foo) # R_MIPS_TLS_GOTTPREL 110 addiu $2, $3, %gottprel(bar) # R_MIPS_TLS_GOTTPREL
|
D | mips-tls-static.s | 24 addiu $2, $3, %gottprel(tls1) # R_MIPS_TLS_GOTTPREL
|
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/ |
D | reloc-types-elf-mips64.test | 50 # CHECK: Type: R_MIPS_TLS_GOTTPREL/R_MIPS_TLS_GOTTPREL/R_MIPS_TLS_GOTTPREL (3026478) 197 - Type: R_MIPS_TLS_GOTTPREL 198 Type2: R_MIPS_TLS_GOTTPREL 199 Type3: R_MIPS_TLS_GOTTPREL
|
D | reloc-types-elf-mips.test | 50 # CHECK: Type: R_MIPS_TLS_GOTTPREL (46) 113 - Type: R_MIPS_TLS_GOTTPREL
|
/external/llvm-project/llvm/test/MC/Mips/ |
D | reloc-directive.s | 44 .reloc 52, R_MIPS_TLS_GOTTPREL, 4 # ASM: .reloc 52, R_MIPS_TLS_GOTTPREL, 4 111 # OBJ-O32-NEXT: 0x34 R_MIPS_TLS_GOTTPREL - 0x0 160 # OBJ-N32-NEXT: 0x34 R_MIPS_TLS_GOTTPREL - 0x4 207 # OBJ-N64-NEXT: 0x34 R_MIPS_TLS_GOTTPREL/R_MIPS_NONE/R_MIPS_NONE - 0x4
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ELFRelocs/ |
D | Mips.def | 52 ELF_RELOC(R_MIPS_TLS_GOTTPREL, 46)
|
/external/llvm/include/llvm/Support/ELFRelocs/ |
D | Mips.def | 52 ELF_RELOC(R_MIPS_TLS_GOTTPREL, 46)
|
/external/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/ |
D | Mips.def | 52 ELF_RELOC(R_MIPS_TLS_GOTTPREL, 46)
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ELFRelocs/ |
D | Mips.def | 52 ELF_RELOC(R_MIPS_TLS_GOTTPREL, 46)
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsELFObjectWriter.cpp | 297 return ELF::R_MIPS_TLS_GOTTPREL; in getRelocType() 567 case ELF::R_MIPS_TLS_GOTTPREL: in needsRelocateWithSymbol()
|
/external/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsELFObjectWriter.cpp | 308 return ELF::R_MIPS_TLS_GOTTPREL; in getRelocType() 596 case ELF::R_MIPS_TLS_GOTTPREL: in needsRelocateWithSymbol()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsELFObjectWriter.cpp | 315 return ELF::R_MIPS_TLS_GOTTPREL; in getRelocType() 621 case ELF::R_MIPS_TLS_GOTTPREL: in needsRelocateWithSymbol()
|
/external/llvm-project/lld/ELF/Arch/ |
D | Mips.cpp | 172 case R_MIPS_TLS_GOTTPREL: in getRelExpr() 600 case R_MIPS_TLS_GOTTPREL: in relocate()
|
/external/llvm/test/tools/llvm-readobj/ |
D | reloc-types.test | 460 ELF-MIPS: Type: R_MIPS_TLS_GOTTPREL (46) 512 ELF-MIPS64EL: Type: R_MIPS_TLS_GOTTPREL/R_MIPS_TLS_GOTTPREL/R_MIPS_TLS_GOTTPREL (3026478)
|
/external/llvm/test/tools/llvm-readobj/Inputs/ |
D | relocs.py | 896 R_MIPS_TLS_GOTTPREL = 46 variable in Relocs_Elf_Mips
|
/external/google-breakpad/src/third_party/musl/include/ |
D | elf.h | 1384 #define R_MIPS_TLS_GOTTPREL 46 macro
|
/external/kmod/port-gnu/ |
D | elf.h | 1647 #define R_MIPS_TLS_GOTTPREL 46 /* 16 bit GOT offset for IE */ macro
|
/external/elfutils/libelf/ |
D | elf.h | 1884 #define R_MIPS_TLS_GOTTPREL 46 /* 16 bit GOT offset for IE */ macro
|