Home
last modified time | relevance | path

Searched refs:relaxGot (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/lld/ELF/
DTarget.cpp162 void TargetInfo::relaxGot(uint8_t *loc, const Relocation &rel, in relaxGot() function in TargetInfo
DTarget.h154 virtual void relaxGot(uint8_t *loc, const Relocation &rel,
DInputSection.cpp1028 target->relaxGot(bufLoc, rel, targetVA); in relocateAlloc()
1041 target->relaxGot(bufLoc, rel, targetVA); in relocateAlloc()
/external/llvm-project/lld/ELF/Arch/
DPPC64.cpp359 target->relaxGot(bufLoc, rel, tocRelative + ppc64TocOffset); in tryRelaxPPC64TocIndirection()
388 void relaxGot(uint8_t *loc, const Relocation &rel,
641 void PPC64::relaxGot(uint8_t *loc, const Relocation &rel, uint64_t val) const { in relaxGot() function in PPC64
DX86_64.cpp45 void relaxGot(uint8_t *loc, const Relocation &rel,
831 void X86_64::relaxGot(uint8_t *loc, const Relocation &, uint64_t val) const { in relaxGot() function in X86_64