Lines Matching refs:bufLoc
445 const uint8_t *bufLoc = sec->content().begin() + rel.offset; in copyRelocations() local
447 addend = target.getImplicitAddend(bufLoc, type); in copyRelocations()
450 target.getRelExpr(type, sym, bufLoc) == R_MIPS_GOTREL) { in copyRelocations()
922 uint8_t *bufLoc = buf + offset; in relocateNonAlloc() local
925 addend += target.getImplicitAddend(bufLoc, type); in relocateNonAlloc()
928 RelExpr expr = target.getRelExpr(type, sym, bufLoc); in relocateNonAlloc()
945 if (overwriteULEB128(bufLoc, val) >= 0x80) in relocateNonAlloc()
993 target.relocateNoSym(bufLoc, type, value); in relocateNonAlloc()
1008 target.relocateNoSym(bufLoc, type, SignExtend64<bits>(sym.getVA(addend))); in relocateNonAlloc()
1013 target.relocateNoSym(bufLoc, type, in relocateNonAlloc()
1040 bufLoc, type, in relocateNonAlloc()