Lines Matching full:offset1

364                          uint64_t offset1, uint64_t offset2) {  in applyAdrpAdd()  argument
365 uint32_t ins1 = read32le(buf + offset1); in applyAdrpAdd()
374 uint64_t addr1 = isec->getVA() + offset1; in applyAdrpAdd()
380 writeAdr(buf + offset1, add.destRegister, delta); in applyAdrpAdd()
393 uint64_t offset1, uint64_t offset2) { in applyAdrpAdrp() argument
394 uint32_t ins1 = read32le(buf + offset1); in applyAdrpAdrp()
402 uint64_t page1 = pageBits(offset1 + isec->getVA()) + adrp1.addend; in applyAdrpAdrp()
420 uint64_t offset1, uint64_t offset2) { in applyAdrpLdr() argument
421 uint32_t ins1 = read32le(buf + offset1); in applyAdrpLdr()
430 uint64_t addr1 = isec->getVA() + offset1; in applyAdrpLdr()
437 writeNop(buf + offset1); in applyAdrpLdr()
445 uint64_t offset1, uint64_t offset2) { in applyAdrpLdrGot() argument
450 applyAdrpAdd(buf, isec, offset1, offset2); in applyAdrpLdrGot()
452 applyAdrpLdr(buf, isec, offset1, offset2); in applyAdrpLdrGot()
463 uint64_t offset1, uint64_t offset2, in applyAdrpAddLdr() argument
465 uint32_t ins1 = read32le(buf + offset1); in applyAdrpAddLdr()
486 uint64_t addr1 = isec->getVA() + offset1; in applyAdrpAddLdr()
492 writeNop(buf + offset1); in applyAdrpAddLdr()
504 writeAdr(buf + offset1, ldr.baseRegister, adrOffset); in applyAdrpAddLdr()
531 uint64_t offset1, uint64_t offset2, in applyAdrpLdrGotLdr() argument
538 applyAdrpAddLdr(buf, isec, offset1, offset2, offset3); in applyAdrpLdrGotLdr()
544 uint32_t ins1 = read32le(buf + offset1); in applyAdrpLdrGotLdr()
561 uint64_t addr1 = isec->getVA() + offset1; in applyAdrpLdrGotLdr()
571 writeNop(buf + offset1); in applyAdrpLdrGotLdr()