Home
last modified time | relevance | path

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

/freebsd-14.2/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;
677 int64_t val = sym.getVA() - (secAddr + addRel.offset); in tryRelaxAdrpAdd()
743 getAArch64Page(sym.getVA()) - getAArch64Page(secAddr + adrpRel.offset); in tryRelaxAdrpLdr()
762 tryRelaxAdrpAdd(adrpSymRel, addRel, secAddr, buf); in tryRelaxAdrpLdr()
773 uint64_t secAddr = sec.getOutputSection()->addr; in relocateAlloc() local
775 secAddr += s->outSecOff; in relocateAlloc()
777 secAddr += ehIn->getParent()->outSecOff; in relocateAlloc()
784 secAddr + rel.offset, *rel.sym, rel.expr); in relocateAlloc()
794 relaxer.tryRelaxAdrpLdr(rel, sec.relocs()[i + 1], secAddr, buf)) { in relocateAlloc()
[all …]
H A DPPC.cpp497 uint64_t secAddr = sec.getOutputSection()->addr; in relocateAlloc() local
499 secAddr += s->outSecOff; in relocateAlloc()
504 secAddr + rel.offset, *rel.sym, rel.expr), in relocateAlloc()
H A DX86.cpp485 uint64_t secAddr = sec.getOutputSection()->addr; in relocateAlloc() local
487 secAddr += s->outSecOff; in relocateAlloc()
492 secAddr + rel.offset, *rel.sym, rel.expr), in relocateAlloc()
H A DRISCV.cpp594 uint64_t secAddr = sec.getOutputSection()->addr; in relocateAlloc() local
596 secAddr += s->outSecOff; in relocateAlloc()
598 secAddr += ehIn->getParent()->outSecOff; in relocateAlloc()
607 secAddr + rel.offset, *rel.sym, rel.expr); in relocateAlloc()
815 const uint64_t secAddr = sec.getVA(); in relax() local
826 const uint64_t loc = secAddr + r.offset - delta; in relax()
H A DX86_64.cpp1033 uint64_t secAddr = sec.getOutputSection()->addr; in relocateAlloc() local
1035 secAddr += s->outSecOff; in relocateAlloc()
1037 secAddr += ehIn->getParent()->outSecOff; in relocateAlloc()
1044 secAddr + rel.offset, *rel.sym, rel.expr); in relocateAlloc()
H A DPPC64.cpp1564 uint64_t secAddr = sec.getOutputSection()->addr; in relocateAlloc() local
1566 secAddr += s->outSecOff; in relocateAlloc()
1568 secAddr += ehIn->getParent()->outSecOff; in relocateAlloc()
1574 secAddr + rel.offset, *rel.sym, rel.expr); in relocateAlloc()
H A DLoongArch.cpp688 const uint64_t secAddr = sec.getVA(); in relax() local
698 const uint64_t loc = secAddr + r.offset - delta; in relax()
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DTarget.cpp161 uint64_t secAddr = sec.getOutputSection()->addr; in relocateAlloc() local
163 secAddr += s->outSecOff; in relocateAlloc()
165 secAddr += ehIn->getParent()->outSecOff; in relocateAlloc()
170 secAddr + rel.offset, *rel.sym, rel.expr), in relocateAlloc()
H A DSyntheticSections.cpp775 uint64_t secAddr = getMipsPageAddr(outSec->addr); in getPageEntryOffset() local
777 index = g.pagesMap.lookup(outSec).firstIndex + (symAddr - secAddr) / 0xffff; in getPageEntryOffset()