Home
last modified time | relevance | path

Searched refs:targetOffset (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lld/COFF/
H A DChunks.h217 RuntimePseudoReloc(Defined *sym, SectionChunk *target, uint32_t targetOffset, in RuntimePseudoReloc() argument
219 : sym(sym), target(target), targetOffset(targetOffset), flags(flags) {} in RuntimePseudoReloc()
223 uint32_t targetOffset; variable
H A DChunks.cpp970 table[idx + 1] = rpr.target->getRVA() + rpr.targetOffset; in writeTo()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DX86_64.cpp193 uint64_t targetOffset = is.getRelocTargetVA(is.getCtx(), r, addrLoc); in isFallThruRelocation() local
199 return (addrLoc + 4 + targetOffset) == nextSectionOffset; in isFallThruRelocation()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp282 RAW_METHOD_DUMP(OS, targetOffset); in dump()