Searched refs:secAddr (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/lld/ELF/Arch/ |
| H A D | AArch64.cpp | 603 const Relocation &addRel, uint64_t secAddr, in tryRelaxAdrpAdd() argument 637 int64_t val = sym.getVA() - (secAddr + addRel.offset); in tryRelaxAdrpAdd() 652 const Relocation &ldrRel, uint64_t secAddr, in tryRelaxAdrpLdr() argument 703 getAArch64Page(sym.getVA()) - getAArch64Page(secAddr + adrpRel.offset); in tryRelaxAdrpLdr() 719 getAArch64Page(secAddr + adrpSymRel.offset), in tryRelaxAdrpLdr() 722 tryRelaxAdrpAdd(adrpSymRel, addRel, secAddr, buf); in tryRelaxAdrpLdr()
|
| H A D | RISCV.cpp | 606 const uint64_t secAddr = sec.getVA(); in relax() local 632 const uint64_t loc = secAddr + r.offset - delta; in relax()
|
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | Target.h | 236 uint64_t secAddr, uint8_t *buf) const; 238 uint64_t secAddr, uint8_t *buf) const;
|
| H A D | InputSection.cpp | 984 uint64_t secAddr = getOutputSection()->addr; in relocateAlloc() local 986 secAddr += sec->outSecOff; in relocateAlloc() 987 const uint64_t addrLoc = secAddr + offset; in relocateAlloc() 1001 rel, relocations[i + 1], secAddr, buf)) { in relocateAlloc() 1009 rel, relocations[i + 1], secAddr, buf)) { in relocateAlloc()
|
| H A D | SyntheticSections.cpp | 799 uint64_t secAddr = getMipsPageAddr(outSec->addr); in getPageEntryOffset() local 801 index = g.pagesMap.lookup(outSec).firstIndex + (symAddr - secAddr) / 0xffff; in getPageEntryOffset()
|