Searched refs:secAddr (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/contrib/llvm-project/lld/ELF/
H A DTarget.cpp161 uint64_t secAddr = sec.getOutputSection()->addr; local
163 secAddr += s->outSecOff;
165 secAddr += ehIn->getParent()->outSecOff;
170 secAddr + rel.offset, *rel.sym, rel.expr),
H A DSyntheticSections.cpp775 uint64_t secAddr = getMipsPageAddr(outSec->addr); local
777 index = g.pagesMap.lookup(outSec).firstIndex + (symAddr - secAddr) / 0xffff;
/freebsd-current/contrib/llvm-project/lld/ELF/Arch/
H A DAArch64.cpp66 uint64_t secAddr, uint8_t *buf) const;
68 uint64_t secAddr, uint8_t *buf) const;
643 const Relocation &addRel, uint64_t secAddr,
677 int64_t val = sym.getVA() - (secAddr + addRel.offset);
692 const Relocation &ldrRel, uint64_t secAddr,
743 getAArch64Page(sym.getVA()) - getAArch64Page(secAddr + adrpRel.offset);
759 getAArch64Page(secAddr + adrpSymRel.offset),
762 tryRelaxAdrpAdd(adrpSymRel, addRel, secAddr, buf);
773 uint64_t secAddr = sec.getOutputSection()->addr; local
775 secAddr
642 tryRelaxAdrpAdd(const Relocation &adrpRel, const Relocation &addRel, uint64_t secAddr, uint8_t *buf) const argument
691 tryRelaxAdrpLdr(const Relocation &adrpRel, const Relocation &ldrRel, uint64_t secAddr, uint8_t *buf) const argument
[all...]
H A DX86.cpp485 uint64_t secAddr = sec.getOutputSection()->addr; local
487 secAddr += s->outSecOff;
492 secAddr + rel.offset, *rel.sym, rel.expr),
H A DPPC.cpp497 uint64_t secAddr = sec.getOutputSection()->addr; local
499 secAddr += s->outSecOff;
504 secAddr + rel.offset, *rel.sym, rel.expr),
H A DRISCV.cpp594 uint64_t secAddr = sec.getOutputSection()->addr; local
596 secAddr += s->outSecOff;
598 secAddr += ehIn->getParent()->outSecOff;
607 secAddr + rel.offset, *rel.sym, rel.expr);
815 const uint64_t secAddr = sec.getVA(); local
826 const uint64_t loc = secAddr + r.offset - delta;
H A DX86_64.cpp1033 uint64_t secAddr = sec.getOutputSection()->addr; local
1035 secAddr += s->outSecOff;
1037 secAddr += ehIn->getParent()->outSecOff;
1044 secAddr + rel.offset, *rel.sym, rel.expr);
H A DLoongArch.cpp688 const uint64_t secAddr = sec.getVA();
698 const uint64_t loc = secAddr + r.offset - delta;
H A DPPC64.cpp1564 uint64_t secAddr = sec.getOutputSection()->addr; local
1566 secAddr += s->outSecOff;
1568 secAddr += ehIn->getParent()->outSecOff;
1574 secAddr + rel.offset, *rel.sym, rel.expr);

Completed in 199 milliseconds