Lines Matching refs:bufLoc
489 const uint8_t *bufLoc = sec->content().begin() + rel.offset; in copyRelocations() local
491 addend = target.getImplicitAddend(bufLoc, type); in copyRelocations()
494 target.getRelExpr(type, sym, bufLoc) == R_MIPS_GOTREL) { in copyRelocations()
975 uint8_t *bufLoc = buf + offset; in relocateNonAlloc() local
978 addend += target.getImplicitAddend(bufLoc, type); in relocateNonAlloc()
981 RelExpr expr = target.getRelExpr(type, sym, bufLoc); in relocateNonAlloc()
997 if (overwriteULEB128(bufLoc, val) >= 0x80) in relocateNonAlloc()
1045 target.relocateNoSym(bufLoc, type, value); in relocateNonAlloc()
1061 target.relocateNoSym(bufLoc, type, SignExtend64<bits>(sym.getVA(addend))); in relocateNonAlloc()
1066 target.relocateNoSym(bufLoc, type, in relocateNonAlloc()
1093 bufLoc, type, in relocateNonAlloc()