Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DX86_64.cpp192 uint64_t addrLoc = is.getOutputSection()->addr + is.outSecOff + r.offset; in isFallThruRelocation() local
193 uint64_t targetOffset = is.getRelocTargetVA(is.getCtx(), r, addrLoc); in isFallThruRelocation()
199 return (addrLoc + 4 + targetOffset) == nextSectionOffset; in isFallThruRelocation()