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