Searched refs:bufLoc (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/lld/ELF/ |
| H A D | InputSection.cpp | 412 const uint8_t *bufLoc = sec->content().begin() + rel.r_offset; in copyRelocations() local 414 addend = target.getImplicitAddend(bufLoc, type); in copyRelocations() 417 target.getRelExpr(type, sym, bufLoc) == R_MIPS_GOTREL) { in copyRelocations() 855 uint8_t *bufLoc = buf + offset; in relocateNonAlloc() local 858 addend += target.getImplicitAddend(bufLoc, type); in relocateNonAlloc() 861 RelExpr expr = target.getRelExpr(type, sym, bufLoc); in relocateNonAlloc() 900 target.relocateNoSym(bufLoc, type, value); in relocateNonAlloc() 910 target.relocateNoSym(bufLoc, type, in relocateNonAlloc() 919 target.relocateNoSym(bufLoc, type, SignExtend64<bits>(sym.getVA(addend))); in relocateNonAlloc() 940 bufLoc, type, in relocateNonAlloc() [all …]
|
| /openbsd-src/gnu/llvm/lld/ELF/Arch/ |
| H A D | PPC64.cpp | 365 uint8_t *bufLoc) { in tryRelaxPPC64TocIndirection() argument 396 static_cast<const PPC64 &>(*target).relaxGot(bufLoc, rel, in tryRelaxPPC64TocIndirection()
|