Searched refs:relaxGot (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/lld/ELF/ |
D | Target.cpp | 162 void TargetInfo::relaxGot(uint8_t *loc, const Relocation &rel, in relaxGot() function in TargetInfo
|
D | Target.h | 154 virtual void relaxGot(uint8_t *loc, const Relocation &rel,
|
D | InputSection.cpp | 1028 target->relaxGot(bufLoc, rel, targetVA); in relocateAlloc() 1041 target->relaxGot(bufLoc, rel, targetVA); in relocateAlloc()
|
/external/llvm-project/lld/ELF/Arch/ |
D | X86_64.cpp | 45 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
|
D | PPC64.cpp | 359 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
|