Searched refs:tlsModuleIndexRel (Results 1 – 11 of 11) sorted by relevance
/external/llvm-project/lld/ELF/Arch/ |
D | RISCV.cpp | 82 tlsModuleIndexRel = R_RISCV_TLS_DTPMOD64; in RISCV() 87 tlsModuleIndexRel = R_RISCV_TLS_DTPMOD32; in RISCV()
|
D | Mips.cpp | 64 tlsModuleIndexRel = R_MIPS_TLS_DTPMOD64; in MIPS() 70 tlsModuleIndexRel = R_MIPS_TLS_DTPMOD32; in MIPS()
|
D | Hexagon.cpp | 58 tlsModuleIndexRel = R_HEX_DTPMOD_32; in Hexagon()
|
D | PPC.cpp | 168 tlsModuleIndexRel = R_PPC_DTPMOD32; in PPC()
|
D | X86.cpp | 61 tlsModuleIndexRel = R_386_TLS_DTPMOD32; in X86()
|
D | ARM.cpp | 59 tlsModuleIndexRel = R_ARM_TLS_DTPMOD32; in ARM()
|
D | X86_64.cpp | 86 tlsModuleIndexRel = R_X86_64_DTPMOD64; in X86_64()
|
D | PPC64.cpp | 584 tlsModuleIndexRel = R_PPC64_DTPMOD64; in PPC64()
|
/external/llvm-project/lld/ELF/ |
D | Target.h | 123 RelType tlsModuleIndexRel; variable
|
D | Relocations.cpp | 244 mainPart->relaDyn->addReloc(target->tlsModuleIndexRel, in.got, in handleTlsRelocation() 282 mainPart->relaDyn->addReloc(target->tlsModuleIndexRel, in.got, off, &sym); in handleTlsRelocation()
|
D | SyntheticSections.cpp | 997 mainPart->relaDyn->addReloc(target->tlsModuleIndexRel, this, offset, s); in build() 1005 mainPart->relaDyn->addReloc(target->tlsModuleIndexRel, this, offset, s); in build()
|