Searched refs:relaxTlsGdToLe (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/lld/ELF/ |
D | Target.cpp | 167 void TargetInfo::relaxTlsGdToLe(uint8_t *loc, const Relocation &rel, in relaxTlsGdToLe() function in TargetInfo
|
D | Target.h | 158 virtual void relaxTlsGdToLe(uint8_t *loc, const Relocation &rel,
|
D | InputSection.cpp | 1063 target->relaxTlsGdToLe(bufLoc, rel, targetVA); in relocateAlloc()
|
/external/llvm-project/lld/ELF/Arch/ |
D | PPC.cpp | 52 void relaxTlsGdToLe(uint8_t *loc, const Relocation &rel, 403 void PPC::relaxTlsGdToLe(uint8_t *loc, const Relocation &rel, in relaxTlsGdToLe() function in PPC
|
D | X86.cpp | 43 void relaxTlsGdToLe(uint8_t *loc, const Relocation &rel, 325 void X86::relaxTlsGdToLe(uint8_t *loc, const Relocation &, uint64_t val) const { in relaxTlsGdToLe() function in X86
|
D | AArch64.cpp | 50 void relaxTlsGdToLe(uint8_t *loc, const Relocation &rel, 468 void AArch64::relaxTlsGdToLe(uint8_t *loc, const Relocation &rel, in relaxTlsGdToLe() function in AArch64
|
D | X86_64.cpp | 49 void relaxTlsGdToLe(uint8_t *loc, const Relocation &rel, 415 void X86_64::relaxTlsGdToLe(uint8_t *loc, const Relocation &rel, in relaxTlsGdToLe() function in X86_64
|
D | PPC64.cpp | 392 void relaxTlsGdToLe(uint8_t *loc, const Relocation &rel, 705 void PPC64::relaxTlsGdToLe(uint8_t *loc, const Relocation &rel, in relaxTlsGdToLe() function in PPC64
|