Searched refs:relaxGot (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/lld/ELF/Arch/ |
H A D | X86_64.cpp | 763 static void relaxGot(uint8_t *loc, const Relocation &rel, uint64_t val); 812 relaxGot(loc, rel, val); in relocate() 960 static void relaxGot(uint8_t *loc, const Relocation &rel, uint64_t val) { in relaxGot() function
|
H A D | PPC64.cpp | 194 void relaxGot(uint8_t *loc, const Relocation &rel, uint64_t val) const; 412 static_cast<const PPC64 &>(*target).relaxGot(bufLoc, rel, in tryRelaxPPC64TocIndirection() 652 void PPC64::relaxGot(uint8_t *loc, const Relocation &rel, uint64_t val) const { in relaxGot() function in PPC64 1587 relaxGot(loc, rel, val); in relocateAlloc()
|