Home
last modified time | relevance | path

Searched refs:bufLoc (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lld/ELF/
DInputSection.cpp472 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 …]
DTarget.h201 bool tryRelaxPPC64TocIndirection(const Relocation &rel, uint8_t *bufLoc);
/external/llvm-project/lld/ELF/Arch/
DPPC64.cpp328 bool elf::tryRelaxPPC64TocIndirection(const Relocation &rel, uint8_t *bufLoc) { in tryRelaxPPC64TocIndirection() argument
359 target->relaxGot(bufLoc, rel, tocRelative + ppc64TocOffset); in tryRelaxPPC64TocIndirection()