Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
H A DMachOWriter.cpp133 if (S->RelOff) in totalSize()
134 Ends.push_back(S->RelOff + in totalSize()
237 Temp.reloff = Sec.RelOff; in writeSectionInLoadCommand()
274 memcpy(Buf->getBufferStart() + Sec->RelOff + in writeSections()
H A DObject.h51 uint32_t RelOff = 0; member
H A DMachOReader.cpp40 S.RelOff = Sec.reloff; in constructSectionCommon()
H A DMachOLayoutBuilder.cpp218 Sec->RelOff = Sec->Relocations.empty() ? 0 : Offset; in layoutRelocations()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_segmented_array.h153 auto RelOff = Offset % ElementsPerSegment; variable
158 auto AlignedOffset = Base + (RelOff * AlignedElementStorageSize);