Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lld/ELF/Arch/
DX86_64.cpp186 uint64_t addrLoc = is.getOutputSection()->addr + is.outSecOff + r.offset; in isFallThruRelocation() local
188 file, r.type, r.addend, addrLoc, *r.sym, r.expr); in isFallThruRelocation()
194 return (addrLoc + 4 + targetOffset) == nextSectionOffset; in isFallThruRelocation()
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
DInputSection.cpp1032 uint64_t addrLoc = getOutputSection()->addr + offset; in relocateAlloc() local
1034 addrLoc += sec->outSecOff; in relocateAlloc()
1037 getRelocTargetVA(file, type, rel.addend, addrLoc, *rel.sym, expr), in relocateAlloc()