Searched refs:addrLoc (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/lld/ELF/Arch/ |
D | X86_64.cpp | 183 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/ |
D | InputSection.cpp | 1017 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()
|