Searched refs:tlsOffsetRel (Results 1 – 13 of 13) sorted by relevance
| /src/contrib/llvm-project/lld/ELF/Arch/ |
| H A D | LoongArch.cpp | 194 tlsOffsetRel = R_LARCH_TLS_DTPREL64; in LoongArch() 200 tlsOffsetRel = R_LARCH_TLS_DTPREL32; in LoongArch()
|
| H A D | Mips.cpp | 62 tlsOffsetRel = R_MIPS_TLS_DTPREL64; in MIPS() 68 tlsOffsetRel = R_MIPS_TLS_DTPREL32; in MIPS()
|
| H A D | Hexagon.cpp | 59 tlsOffsetRel = R_HEX_DTPREL_32; in Hexagon()
|
| H A D | SystemZ.cpp | 63 tlsOffsetRel = R_390_TLS_DTPOFF; in SystemZ()
|
| H A D | PPC.cpp | 170 tlsOffsetRel = R_PPC_DTPREL32; in PPC()
|
| H A D | X86.cpp | 55 tlsOffsetRel = R_386_TLS_DTPOFF32; in X86()
|
| H A D | RISCV.cpp | 118 tlsOffsetRel = R_RISCV_TLS_DTPREL64; in RISCV() 123 tlsOffsetRel = R_RISCV_TLS_DTPREL32; in RISCV()
|
| H A D | X86_64.cpp | 80 tlsOffsetRel = R_X86_64_DTPOFF64; in X86_64()
|
| H A D | PPC64.cpp | 596 tlsOffsetRel = R_PPC64_DTPREL64; in PPC64()
|
| H A D | ARM.cpp | 66 tlsOffsetRel = R_ARM_TLS_DTPOFF32; in ARM()
|
| /src/contrib/llvm-project/lld/ELF/ |
| H A D | Target.h | 134 RelType tlsOffsetRel; variable
|
| H A D | Relocations.cpp | 1834 mainPart->relaDyn->addSymbolReloc(target->tlsOffsetRel, *got, offsetOff, in postScanRelocations() 1837 got->addConstant({R_ABS, target->tlsOffsetRel, offsetOff, 0, &sym}); in postScanRelocations() 1847 {R_ABS, target->tlsOffsetRel, sym.getGotOffset(), 0, &sym}); in postScanRelocations()
|
| H A D | SyntheticSections.cpp | 1045 mainPart->relaDyn->addSymbolReloc(target->tlsOffsetRel, *this, offset, in build()
|