Searched refs:bufLoc (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/lld/ELF/ |
D | InputSection.cpp | 472 const uint8_t *bufLoc = sec->data().begin() + rel.r_offset; in copyRelocations() local 474 addend = target->getImplicitAddend(bufLoc, type); in copyRelocations() 477 target->getRelExpr(type, sym, bufLoc) == R_MIPS_GOTREL) { in copyRelocations() 886 uint8_t *bufLoc = buf + offset; in relocateNonAlloc() local 889 addend += target->getImplicitAddend(bufLoc, type); in relocateNonAlloc() 892 RelExpr expr = target->getRelExpr(type, sym, bufLoc); in relocateNonAlloc() 897 target->relocateNoSym(bufLoc, type, in relocateNonAlloc() 920 bufLoc, type, in relocateNonAlloc() 961 target->relocateNoSym(bufLoc, type, value); in relocateNonAlloc() 965 target->relocateNoSym(bufLoc, type, SignExtend64<bits>(sym.getVA(addend))); in relocateNonAlloc() [all …]
|
D | Target.h | 201 bool tryRelaxPPC64TocIndirection(const Relocation &rel, uint8_t *bufLoc);
|
/external/llvm-project/lld/ELF/Arch/ |
D | PPC64.cpp | 328 bool elf::tryRelaxPPC64TocIndirection(const Relocation &rel, uint8_t *bufLoc) { in tryRelaxPPC64TocIndirection() argument 359 target->relaxGot(bufLoc, rel, tocRelative + ppc64TocOffset); in tryRelaxPPC64TocIndirection()
|