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

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DMachOWriter.cpp125 if (S->RelOff)
126 Ends.push_back(S->RelOff +
228 Temp.reloff = Sec.RelOff;
261 memcpy(B.getBufferStart() + Sec->RelOff +
H A DObject.h49 uint32_t RelOff = 0; member in struct:llvm::objcopy::macho::Section
H A DMachOLayoutBuilder.cpp210 Sec->RelOff = Sec->Relocations.empty() ? 0 : Offset;
H A DMachOReader.cpp40 S.RelOff = Sec.reloff;
/freebsd-13-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 62 milliseconds