Searched refs:RelOff (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DMachOWriter.cpp116 if (S.RelOff)
117 Ends.push_back(S.RelOff +
219 Temp.reloff = Sec.RelOff;
252 memcpy(B.getBufferStart() + Sec.RelOff +
H A DObject.h48 uint32_t RelOff = 0; member in struct:llvm::objcopy::macho::Section
H A DMachOLayoutBuilder.cpp209 Sec.RelOff = Sec.Relocations.empty() ? 0 : Offset;
H A DMachOReader.cpp39 S.RelOff = Sec.reloff;
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_segmented_array.h152 auto RelOff = Offset % ElementsPerSegment; variable
157 auto AlignedOffset = Base + (RelOff * AlignedElementStorageSize);

Completed in 113 milliseconds