Searched refs:secAddr (Results 1 – 8 of 8) sorted by relevance
/openbsd/gnu/llvm/lld/ELF/Arch/ |
H A D | AArch64.cpp | 65 uint64_t secAddr, uint8_t *buf) const; 67 uint64_t secAddr, uint8_t *buf) const; 623 const Relocation &addRel, uint64_t secAddr, in tryRelaxAdrpAdd() argument 657 int64_t val = sym.getVA() - (secAddr + addRel.offset); in tryRelaxAdrpAdd() 723 getAArch64Page(sym.getVA()) - getAArch64Page(secAddr + adrpRel.offset); in tryRelaxAdrpLdr() 742 tryRelaxAdrpAdd(adrpSymRel, addRel, secAddr, buf); in tryRelaxAdrpLdr() 747 uint64_t secAddr = sec.getOutputSection()->addr; in relocateAlloc() local 749 secAddr += s->outSecOff; in relocateAlloc() 756 secAddr + rel.offset, *rel.sym, rel.expr); in relocateAlloc() 760 relaxer.tryRelaxAdrpLdr(rel, sec.relocs()[i + 1], secAddr, buf)) { in relocateAlloc() [all …]
|
H A D | PPC.cpp | 486 uint64_t secAddr = sec.getOutputSection()->addr; in relocateAlloc() local 488 secAddr += s->outSecOff; in relocateAlloc() 493 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 | X86_64.cpp | 989 uint64_t secAddr = sec.getOutputSection()->addr; in relocateAlloc() local 991 secAddr += s->outSecOff; in relocateAlloc() 998 secAddr + rel.offset, *rel.sym, rel.expr); in relocateAlloc()
|
H A D | PPC64.cpp | 1533 uint64_t secAddr = sec.getOutputSection()->addr; in relocateAlloc() local 1535 secAddr += s->outSecOff; in relocateAlloc() 1541 secAddr + rel.offset, *rel.sym, rel.expr); in relocateAlloc()
|
H A D | RISCV.cpp | 616 const uint64_t secAddr = sec.getVA(); in relax() local 640 const uint64_t loc = secAddr + r.offset - delta; in relax()
|
/openbsd/gnu/llvm/lld/ELF/ |
H A D | Target.cpp | 157 uint64_t secAddr = sec.getOutputSection()->addr; in relocateAlloc() local 159 secAddr += s->outSecOff; in relocateAlloc() 164 secAddr + rel.offset, *rel.sym, rel.expr), in relocateAlloc()
|
H A D | SyntheticSections.cpp | 767 uint64_t secAddr = getMipsPageAddr(outSec->addr); in getPageEntryOffset() local 769 index = g.pagesMap.lookup(outSec).firstIndex + (symAddr - secAddr) / 0xffff; in getPageEntryOffset()
|