Lines Matching refs:secAddr
65 uint64_t secAddr, uint8_t *buf) const;
67 uint64_t secAddr, uint8_t *buf) const;
623 const Relocation &addRel, uint64_t secAddr, in tryRelaxAdrpAdd() argument
657 int64_t val = sym.getVA() - (secAddr + addRel.offset); in tryRelaxAdrpAdd()
672 const Relocation &ldrRel, uint64_t secAddr, in tryRelaxAdrpLdr() argument
723 getAArch64Page(sym.getVA()) - getAArch64Page(secAddr + adrpRel.offset); in tryRelaxAdrpLdr()
739 getAArch64Page(secAddr + adrpSymRel.offset), in tryRelaxAdrpLdr()
742 tryRelaxAdrpAdd(adrpSymRel, addRel, secAddr, buf); in tryRelaxAdrpLdr()
747 uint64_t secAddr = sec.getOutputSection()->addr; in relocateAlloc() local
749 secAddr += s->outSecOff; in relocateAlloc()
756 secAddr + rel.offset, *rel.sym, rel.expr); in relocateAlloc()
760 relaxer.tryRelaxAdrpLdr(rel, sec.relocs()[i + 1], secAddr, buf)) { in relocateAlloc()
767 relaxer.tryRelaxAdrpAdd(rel, sec.relocs()[i + 1], secAddr, buf)) { in relocateAlloc()