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.cpp182 uint64_t addrLoc = is.getOutputSection()->addr + is.outSecOff + r.offset; in isFallThruRelocation() local
184 file, r.type, r.addend, addrLoc, *r.sym, r.expr); in isFallThruRelocation()
190 return (addrLoc + 4 + targetOffset) == nextSectionOffset; in isFallThruRelocation()