Searched refs:secAddr (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lld/ELF/Arch/ |
| H A D | AArch64.cpp | 66 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 D | PPC.cpp | 497 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 D | X86.cpp | 485 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 D | RISCV.cpp | 594 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 D | X86_64.cpp | 1033 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 D | PPC64.cpp | 1564 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 D | LoongArch.cpp | 688 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 D | Target.cpp | 161 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 D | SyntheticSections.cpp | 775 uint64_t secAddr = getMipsPageAddr(outSec->addr); in getPageEntryOffset() local 777 index = g.pagesMap.lookup(outSec).firstIndex + (symAddr - secAddr) / 0xffff; in getPageEntryOffset()
|