Home
last modified time | relevance | path

Searched refs:relaxTlsLdToLe (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DPPC.cpp59 void relaxTlsLdToLe(uint8_t *loc, const Relocation &rel, uint64_t val) const;
443 void PPC::relaxTlsLdToLe(uint8_t *loc, const Relocation &rel, in relaxTlsLdToLe()
514 relaxTlsLdToLe(loc, rel, val); in relocateAlloc()
436 void PPC::relaxTlsLdToLe(uint8_t *loc, const Relocation &rel, relaxTlsLdToLe() function in PPC
H A DX86.cpp453 static void relaxTlsLdToLe(uint8_t *loc, const Relocation &rel, uint64_t val) { in relaxTlsLdToLe() function
503 relaxTlsLdToLe(loc, rel, val); in relocateAlloc()
H A DPPC64.cpp203 void relaxTlsLdToLe(uint8_t *loc, const Relocation &rel, uint64_t val) const;
779 void PPC64::relaxTlsLdToLe(uint8_t *loc, const Relocation &rel, in relaxTlsLdToLe() function in PPC64
1634 relaxTlsLdToLe(loc, rel, val); in relocateAlloc()
H A DX86_64.cpp584 static void relaxTlsLdToLe(uint8_t *loc, const Relocation &rel, uint64_t val) { in relaxTlsLdToLe() function
832 relaxTlsLdToLe(loc, rel, val); in relocate()