Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ObjCopy/MachO/
H A DMachOWriter.cpp122 if (S->RelOff) in totalSize()
123 Ends.push_back(S->RelOff + in totalSize()
226 Temp.reloff = Sec.RelOff; in writeSectionInLoadCommand()
263 memcpy(Buf->getBufferStart() + Sec->RelOff + in writeSections()
H A DMachOObject.h51 uint32_t RelOff = 0; member
H A DMachOReader.cpp40 S.RelOff = Sec.reloff; in constructSectionCommon()
H A DMachOLayoutBuilder.cpp217 Sec->RelOff = Sec->Relocations.empty() ? 0 : Offset; in layoutRelocations()
/llvm-project-15.0.7/compiler-rt/lib/xray/
H A Dxray_segmented_array.h152 auto RelOff = Offset % ElementsPerSegment; variable
157 auto AlignedOffset = Base + (RelOff * AlignedElementStorageSize);