Lines Matching refs:offset2
364 uint64_t offset1, uint64_t offset2) { in applyAdrpAdd() argument
366 uint32_t ins2 = read32le(buf + offset2); in applyAdrpAdd()
381 writeNop(buf + offset2); in applyAdrpAdd()
393 uint64_t offset1, uint64_t offset2) { in applyAdrpAdrp() argument
395 uint32_t ins2 = read32le(buf + offset2); in applyAdrpAdrp()
403 uint64_t page2 = pageBits(offset2 + isec->getVA()) + adrp2.addend; in applyAdrpAdrp()
407 writeNop(buf + offset2); in applyAdrpAdrp()
420 uint64_t offset1, uint64_t offset2) { in applyAdrpLdr() argument
422 uint32_t ins2 = read32le(buf + offset2); in applyAdrpLdr()
431 uint64_t addr2 = isec->getVA() + offset2; in applyAdrpLdr()
438 writeLiteralLdr(buf + offset2, ldr); in applyAdrpLdr()
445 uint64_t offset1, uint64_t offset2) { in applyAdrpLdrGot() argument
446 uint32_t ins2 = read32le(buf + offset2); in applyAdrpLdrGot()
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
469 uint32_t ins2 = read32le(buf + offset2); in applyAdrpAddLdr()
493 writeNop(buf + offset2); in applyAdrpAddLdr()
507 writeNop(buf + offset2); in applyAdrpAddLdr()
519 writeNop(buf + offset2); in applyAdrpAddLdr()
531 uint64_t offset1, uint64_t offset2, in applyAdrpLdrGotLdr() argument
533 uint32_t ins2 = read32le(buf + offset2); in applyAdrpLdrGotLdr()
538 applyAdrpAddLdr(buf, isec, offset1, offset2, offset3); in applyAdrpLdrGotLdr()
562 uint64_t addr2 = isec->getVA() + offset2; in applyAdrpLdrGotLdr()
572 writeLiteralLdr(buf + offset2, literalLdr); in applyAdrpLdrGotLdr()