Searched refs:secAddr (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Target.cpp | 162 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 D | SyntheticSections.cpp | 802 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 D | AArch64.cpp | 66 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 D | PPC.cpp | 497 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 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 | X86_64.cpp | 1036 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 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 | 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 | 747 const uint64_t secAddr = sec.getVA(); in relax() local 757 const uint64_t loc = secAddr + r.offset - delta; in relax()
|