Lines Matching defs:secAddr
66 uint64_t secAddr, uint8_t *buf) const;
68 uint64_t secAddr, uint8_t *buf) const;
743 const Relocation &addRel, uint64_t secAddr,
777 int64_t val = sym.getVA() - (secAddr + addRel.offset);
792 const Relocation &ldrRel, uint64_t secAddr,
843 getAArch64Page(sym.getVA()) - getAArch64Page(secAddr + adrpRel.offset);
859 getAArch64Page(secAddr + adrpSymRel.offset),
862 tryRelaxAdrpAdd(adrpSymRel, addRel, secAddr, buf);
873 uint64_t secAddr = sec.getOutputSection()->addr;
875 secAddr += s->outSecOff;
877 secAddr += ehIn->getParent()->outSecOff;
884 secAddr + rel.offset, *rel.sym, rel.expr);
894 relaxer.tryRelaxAdrpLdr(rel, sec.relocs()[i + 1], secAddr, buf)) {
901 relaxer.tryRelaxAdrpAdd(rel, sec.relocs()[i + 1], secAddr, buf)) {