Lines Matching refs:bufLoc
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()
956 uint8_t *bufLoc = buf + rel.offset; in relocateNonAllocForRelocatable() local
958 target->relocate(bufLoc, rel, targetVA); in relocateNonAllocForRelocatable()