Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp40 S.RelOff = Sec.reloff; in constructSectionCommon()
H A DMachOLayoutBuilder.cpp217 Sec->RelOff = Sec->Relocations.empty() ? 0 : Offset; in layoutRelocations()
/openbsd-src/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_segmented_array.h152 auto RelOff = Offset % ElementsPerSegment; variable
157 auto AlignedOffset = Base + (RelOff * AlignedElementStorageSize);