Searched refs:addrLoc (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/lld/ELF/Arch/ |
| D | X86_64.cpp | 186 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/ |
| D | InputSection.cpp | 1032 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()
|