Searched refs:relaxTlsGdToLe (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/lld/ELF/Arch/ |
H A D | PPC.cpp | 58 void relaxTlsGdToLe(uint8_t *loc, const Relocation &rel, uint64_t val) const; 427 void PPC::relaxTlsGdToLe(uint8_t *loc, const Relocation &rel, in relaxTlsGdToLe() 511 relaxTlsGdToLe(loc, rel, val); in relocateAlloc() 420 void PPC::relaxTlsGdToLe(uint8_t *loc, const Relocation &rel, relaxTlsGdToLe() function in PPC
|
H A D | X86.cpp | 347 static void relaxTlsGdToLe(uint8_t *loc, const Relocation &rel, uint64_t val) { in relaxTlsGdToLe() function 500 relaxTlsGdToLe(loc, rel, val); in relocateAlloc()
|
H A D | AArch64.cpp | 56 void relaxTlsGdToLe(uint8_t *loc, const Relocation &rel, uint64_t val) const; 639 void AArch64::relaxTlsGdToLe(uint8_t *loc, const Relocation &rel, in relaxTlsGdToLe() function in AArch64 911 relaxTlsGdToLe(loc, rel, val); in relocateAlloc()
|
H A D | PPC64.cpp | 202 void relaxTlsGdToLe(uint8_t *loc, const Relocation &rel, uint64_t val) const; 716 void PPC64::relaxTlsGdToLe(uint8_t *loc, const Relocation &rel, in relaxTlsGdToLe() function in PPC64 1631 relaxTlsGdToLe(loc, rel, val); in relocateAlloc()
|
H A D | X86_64.cpp | 462 static void relaxTlsGdToLe(uint8_t *loc, const Relocation &rel, uint64_t val) { in relaxTlsGdToLe() function 822 relaxTlsGdToLe(loc, rel, val); in relocate()
|