Lines Matching defs:offset2
364 uint64_t offset1, uint64_t offset2) {
366 uint32_t ins2 = read32le(buf + offset2);
381 writeNop(buf + offset2);
393 uint64_t offset1, uint64_t offset2) {
395 uint32_t ins2 = read32le(buf + offset2);
403 uint64_t page2 = pageBits(offset2 + isec->getVA()) + adrp2.addend;
407 writeNop(buf + offset2);
420 uint64_t offset1, uint64_t offset2) {
422 uint32_t ins2 = read32le(buf + offset2);
431 uint64_t addr2 = isec->getVA() + offset2;
438 writeLiteralLdr(buf + offset2, ldr);
445 uint64_t offset1, uint64_t offset2) {
446 uint32_t ins2 = read32le(buf + offset2);
450 applyAdrpAdd(buf, isec, offset1, offset2);
452 applyAdrpLdr(buf, isec, offset1, offset2);
463 uint64_t offset1, uint64_t offset2,
469 uint32_t ins2 = read32le(buf + offset2);
493 writeNop(buf + offset2);
507 writeNop(buf + offset2);
519 writeNop(buf + offset2);
531 uint64_t offset1, uint64_t offset2,
533 uint32_t ins2 = read32le(buf + offset2);
538 applyAdrpAddLdr(buf, isec, offset1, offset2, offset3);
562 uint64_t addr2 = isec->getVA() + offset2;
572 writeLiteralLdr(buf + offset2, literalLdr);