Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOWriter.cpp123 if (S->RelOff) in totalSize()
124 Ends.push_back(S->RelOff + in totalSize()
227 Temp.reloff = Sec.RelOff; in writeSectionInLoadCommand()
264 memcpy(Buf->getBufferStart() + Sec->RelOff + in writeSections()
H A DMachOObject.h50 uint32_t RelOff = 0; member
H A DMachOReader.cpp41 S.RelOff = Sec.reloff; in constructSectionCommon()
H A DMachOLayoutBuilder.cpp218 Sec->RelOff = Sec->Relocations.empty() ? 0 : Offset; in layoutRelocations()
/src/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_segmented_array.h151 auto RelOff = Offset % ElementsPerSegment; variable
156 auto AlignedOffset = Base + (RelOff * AlignedElementStorageSize);