Lines Matching defs:secAddr
99 uint64_t secAddr, uint8_t *buf) const;
101 uint64_t secAddr, uint8_t *buf) const;
798 const Relocation &addRel, uint64_t secAddr,
832 int64_t val = sym.getVA(ctx) - (secAddr + addRel.offset);
847 const Relocation &ldrRel, uint64_t secAddr,
898 getAArch64Page(sym.getVA(ctx)) - getAArch64Page(secAddr + adrpRel.offset);
915 getAArch64Page(secAddr + adrpSymRel.offset),
919 tryRelaxAdrpAdd(adrpSymRel, addRel, secAddr, buf);
930 uint64_t secAddr = sec.getOutputSection()->addr;
932 secAddr += s->outSecOff;
934 secAddr += ehIn->getParent()->outSecOff;
939 const uint64_t val = sec.getRelocTargetVA(ctx, rel, secAddr + rel.offset);
949 relaxer.tryRelaxAdrpLdr(rel, sec.relocs()[i + 1], secAddr, buf)) {
956 relaxer.tryRelaxAdrpAdd(rel, sec.relocs()[i + 1], secAddr, buf)) {