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.h198 RuntimePseudoReloc(Defined *sym, SectionChunk *target, uint32_t targetOffset, in RuntimePseudoReloc() argument
200 : sym(sym), target(target), targetOffset(targetOffset), flags(flags) {} in RuntimePseudoReloc()
204 uint32_t targetOffset; variable
H A DChunks.cpp942 table[idx + 1] = rpr.target->getRVA() + rpr.targetOffset; in writeTo()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DX86_64.cpp183 uint64_t targetOffset = InputSectionBase::getRelocTargetVA( in isFallThruRelocation() local
190 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()