Home
last modified time | relevance | path

Searched refs:addrLoc (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lld/ELF/Arch/
H A DX86_64.cpp189 uint64_t addrLoc = is.getOutputSection()->addr + is.outSecOff + r.offset; in isFallThruRelocation() local
191 file, r.type, r.addend, addrLoc, *r.sym, r.expr); in isFallThruRelocation()
197 return (addrLoc + 4 + targetOffset) == nextSectionOffset; in isFallThruRelocation()
/llvm-project-15.0.7/lld/ELF/
H A DInputSection.cpp987 const uint64_t addrLoc = secAddr + offset; in relocateAlloc() local
989 SignExtend64(getRelocTargetVA(file, rel.type, rel.addend, addrLoc, in relocateAlloc()