Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DTarget.cpp162 uint64_t secAddr = sec.getOutputSection()->addr; in relocateAlloc() local
164 secAddr += s->outSecOff; in relocateAlloc()
166 secAddr += ehIn->getParent()->outSecOff; in relocateAlloc()
171 secAddr + rel.offset, *rel.sym, rel.expr), in relocateAlloc()
H A DSyntheticSections.cpp802 uint64_t secAddr = getMipsPageAddr(outSec->addr); in getPageEntryOffset() local
804 index = g.pagesMap.lookup(outSec).firstIndex + (symAddr - secAddr) / 0xffff; in getPageEntryOffset()
/freebsd/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;
743 const Relocation &addRel, uint64_t secAddr, in tryRelaxAdrpAdd() argument
777 int64_t val = sym.getVA() - (secAddr + addRel.offset); in tryRelaxAdrpAdd()
792 const Relocation &ldrRel, uint64_t secAddr, in tryRelaxAdrpLdr() argument
843 getAArch64Page(sym.getVA()) - getAArch64Page(secAddr + adrpRel.offset); in tryRelaxAdrpLdr()
859 getAArch64Page(secAddr + adrpSymRel.offset), in tryRelaxAdrpLdr()
862 tryRelaxAdrpAdd(adrpSymRel, addRel, secAddr, buf); in tryRelaxAdrpLdr()
873 uint64_t secAddr = sec.getOutputSection()->addr; in relocateAlloc() local
875 secAddr += s->outSecOff; in relocateAlloc()
[all …]
H A DPPC.cpp497 uint64_t secAddr = sec.getOutputSection()->addr; in relocateAlloc()
499 secAddr += s->outSecOff; in relocateAlloc()
504 secAddr + rel.offset, *rel.sym, rel.expr), in relocateAlloc()
490 uint64_t secAddr = sec.getOutputSection()->addr; relocateAlloc() local
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 DX86_64.cpp1036 uint64_t secAddr = sec.getOutputSection()->addr; in relocateAlloc() local
1038 secAddr += s->outSecOff; in relocateAlloc()
1040 secAddr += ehIn->getParent()->outSecOff; in relocateAlloc()
1047 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 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.cpp747 const uint64_t secAddr = sec.getVA(); in relax() local
757 const uint64_t loc = secAddr + r.offset - delta; in relax()