Lines Matching refs:bufLoc

465       const uint8_t *bufLoc = sec->data().begin() + rel.r_offset;  in copyRelocations()  local
467 addend = target->getImplicitAddend(bufLoc, type); in copyRelocations()
470 target->getRelExpr(type, sym, bufLoc) == R_MIPS_GOTREL) { in copyRelocations()
898 uint8_t *bufLoc = buf + offset; in relocateNonAlloc() local
901 addend += target->getImplicitAddend(bufLoc, type); in relocateNonAlloc()
904 RelExpr expr = target->getRelExpr(type, sym, bufLoc); in relocateNonAlloc()
909 target->relocateNoSym(bufLoc, type, in relocateNonAlloc()
935 bufLoc, type, in relocateNonAlloc()
976 target->relocateNoSym(bufLoc, type, value); in relocateNonAlloc()
980 target->relocateNoSym(bufLoc, type, SignExtend64<bits>(sym.getVA(addend))); in relocateNonAlloc()
995 uint8_t *bufLoc = buf + rel.offset; in relocateNonAllocForRelocatable() local
997 target->relocate(bufLoc, rel, targetVA); in relocateNonAllocForRelocatable()
1029 uint8_t *bufLoc = buf + offset; in relocateAlloc() local
1043 target->relaxGot(bufLoc, rel, targetVA); in relocateAlloc()
1056 target->relaxGot(bufLoc, rel, targetVA); in relocateAlloc()
1066 !tryRelaxPPC64TocIndirection(rel, bufLoc)) in relocateAlloc()
1067 target->relocate(bufLoc, rel, targetVA); in relocateAlloc()
1070 target->relaxTlsIeToLe(bufLoc, rel, targetVA); in relocateAlloc()
1074 target->relaxTlsLdToLe(bufLoc, rel, targetVA); in relocateAlloc()
1078 target->relaxTlsGdToLe(bufLoc, rel, targetVA); in relocateAlloc()
1085 target->relaxTlsGdToIe(bufLoc, rel, targetVA); in relocateAlloc()
1091 if (read32(bufLoc) == 0x60000000) // nop in relocateAlloc()
1100 if ((bufLoc + 8 > bufEnd || read32(bufLoc + 4) != 0x60000000) && in relocateAlloc()
1103 errorOrWarn(getErrorLocation(bufLoc) + "call to " + in relocateAlloc()
1108 write32(bufLoc + 4, 0xe8410018); // ld %r2, 24(%r1) in relocateAlloc()
1110 target->relocate(bufLoc, rel, targetVA); in relocateAlloc()
1113 target->relocate(bufLoc, rel, targetVA); in relocateAlloc()
1125 uint8_t *bufLoc = buf + offset; in relocateAlloc() local
1126 target->applyJumpInstrMod(bufLoc, jumpMod.original, jumpMod.size); in relocateAlloc()