Searched refs:tlsOffsetRel (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lld/ELF/Arch/ |
| H A D | RISCV.cpp | 85 tlsOffsetRel = R_RISCV_TLS_DTPREL64; in RISCV() 90 tlsOffsetRel = R_RISCV_TLS_DTPREL32; in RISCV()
|
| H A D | Hexagon.cpp | 59 tlsOffsetRel = R_HEX_DTPREL_32; in Hexagon()
|
| H A D | Mips.cpp | 65 tlsOffsetRel = R_MIPS_TLS_DTPREL64; in MIPS() 71 tlsOffsetRel = R_MIPS_TLS_DTPREL32; in MIPS()
|
| H A D | PPC.cpp | 170 tlsOffsetRel = R_PPC_DTPREL32; in PPC()
|
| H A D | X86.cpp | 62 tlsOffsetRel = R_386_TLS_DTPOFF32; in X86()
|
| H A D | ARM.cpp | 60 tlsOffsetRel = R_ARM_TLS_DTPOFF32; in ARM()
|
| H A D | X86_64.cpp | 89 tlsOffsetRel = R_X86_64_DTPOFF64; in X86_64()
|
| H A D | PPC64.cpp | 586 tlsOffsetRel = R_PPC64_DTPREL64; in PPC64()
|
| /freebsd-13.1/contrib/llvm-project/lld/ELF/ |
| H A D | Target.h | 124 RelType tlsOffsetRel; variable
|
| H A D | Relocations.cpp | 269 {R_ABS, target->tlsOffsetRel, off, 0, &sym}); in handleTlsRelocation() 293 mainPart->relaDyn->addSymbolReloc(target->tlsOffsetRel, in.got, in handleTlsRelocation() 297 {R_ABS, target->tlsOffsetRel, offsetOff, 0, &sym}); in handleTlsRelocation()
|
| H A D | SyntheticSections.cpp | 1017 mainPart->relaDyn->addSymbolReloc(target->tlsOffsetRel, this, offset, in build()
|