Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/Arch/
DX86_64.cpp183 uint64_t addrLoc = is.getOutputSection()->addr + is.outSecOff + r.offset; in isFallThruRelocation() local
185 file, r.type, r.addend, addrLoc, *r.sym, r.expr); in isFallThruRelocation()
191 return (addrLoc + 4 + targetOffset) == nextSectionOffset; in isFallThruRelocation()
/external/llvm-project/lld/ELF/
DInputSection.cpp1017 uint64_t addrLoc = getOutputSection()->addr + offset; in relocateAlloc() local
1019 addrLoc += sec->outSecOff; in relocateAlloc()
1022 getRelocTargetVA(file, type, rel.addend, addrLoc, *rel.sym, expr), in relocateAlloc()