Lines Matching defs:offset2
398 uint64_t offset1, uint64_t offset2) {
400 uint32_t ins2 = read32le(buf + offset2);
415 writeNop(buf + offset2);
427 uint64_t offset1, uint64_t offset2) {
429 uint32_t ins2 = read32le(buf + offset2);
437 uint64_t page2 = pageBits(offset2 + isec->getVA()) + adrp2.addend;
441 writeNop(buf + offset2);
454 uint64_t offset1, uint64_t offset2) {
456 uint32_t ins2 = read32le(buf + offset2);
465 uint64_t addr2 = isec->getVA() + offset2;
472 writeLiteralLdr(buf + offset2, ldr);
479 uint64_t offset1, uint64_t offset2) {
480 uint32_t ins2 = read32le(buf + offset2);
484 applyAdrpAdd(buf, isec, offset1, offset2);
486 applyAdrpLdr(buf, isec, offset1, offset2);
497 uint64_t offset1, uint64_t offset2,
503 uint32_t ins2 = read32le(buf + offset2);
527 writeNop(buf + offset2);
541 writeNop(buf + offset2);
553 writeNop(buf + offset2);
565 uint64_t offset1, uint64_t offset2,
567 uint32_t ins2 = read32le(buf + offset2);
572 applyAdrpAddLdr(buf, isec, offset1, offset2, offset3);
596 uint64_t addr2 = isec->getVA() + offset2;
606 writeLiteralLdr(buf + offset2, literalLdr);