Lines Matching refs:offset2
335 uint64_t offset1, uint64_t offset2) { in applyAdrpAdd() argument
337 uint32_t ins2 = read32le(buf + offset2); in applyAdrpAdd()
352 writeNop(buf + offset2); in applyAdrpAdd()
364 uint64_t offset1, uint64_t offset2) { in applyAdrpAdrp() argument
366 uint32_t ins2 = read32le(buf + offset2); in applyAdrpAdrp()
374 uint64_t page2 = pageBits(offset2 + isec->getVA()) + adrp2.addend; in applyAdrpAdrp()
378 writeNop(buf + offset2); in applyAdrpAdrp()
391 uint64_t offset1, uint64_t offset2) { in applyAdrpLdr() argument
393 uint32_t ins2 = read32le(buf + offset2); in applyAdrpLdr()
402 uint64_t addr2 = isec->getVA() + offset2; in applyAdrpLdr()
409 writeLiteralLdr(buf + offset2, ldr); in applyAdrpLdr()
416 uint64_t offset1, uint64_t offset2) { in applyAdrpLdrGot() argument
417 uint32_t ins2 = read32le(buf + offset2); in applyAdrpLdrGot()
421 applyAdrpAdd(buf, isec, offset1, offset2); in applyAdrpLdrGot()
423 applyAdrpLdr(buf, isec, offset1, offset2); in applyAdrpLdrGot()
434 uint64_t offset1, uint64_t offset2, in applyAdrpAddLdr() argument
440 uint32_t ins2 = read32le(buf + offset2); in applyAdrpAddLdr()
464 writeNop(buf + offset2); in applyAdrpAddLdr()
478 writeNop(buf + offset2); in applyAdrpAddLdr()
490 writeNop(buf + offset2); in applyAdrpAddLdr()
502 uint64_t offset1, uint64_t offset2, in applyAdrpLdrGotLdr() argument
504 uint32_t ins2 = read32le(buf + offset2); in applyAdrpLdrGotLdr()
509 applyAdrpAddLdr(buf, isec, offset1, offset2, offset3); in applyAdrpLdrGotLdr()
533 uint64_t addr2 = isec->getVA() + offset2; in applyAdrpLdrGotLdr()
543 writeLiteralLdr(buf + offset2, literalLdr); in applyAdrpLdrGotLdr()