Lines Matching refs:getVA
325 write64(buf, in.plt->getVA()); in writeGotPlt()
330 write64(buf, s.getVA()); in writeIgotPlt()
346 uint64_t got = in.gotPlt->getVA(); in writePltHeader()
347 uint64_t plt = in.plt->getVA(); in writePltHeader()
386 uint64_t dst = expr == R_PLT_PC ? s.getPltVA() : s.getVA(a); in needsThunk()
777 int64_t val = sym.getVA() - (secAddr + addRel.offset); in tryRelaxAdrpAdd()
843 getAArch64Page(sym.getVA()) - getAArch64Page(secAddr + adrpRel.offset); in tryRelaxAdrpLdr()
858 SignExtend64(getAArch64Page(sym.getVA()) - in tryRelaxAdrpLdr()
861 target->relocate(buf + addRel.offset, addRel, SignExtend64(sym.getVA(), 64)); in tryRelaxAdrpLdr()
1004 uint64_t got = in.gotPlt->getVA(); in writePltHeader()
1005 uint64_t plt = in.plt->getVA(); in writePltHeader()