Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-objcopy/MachO/
DMachOWriter.cpp133 if (S->RelOff) in totalSize()
134 Ends.push_back(S->RelOff + in totalSize()
236 Temp.reloff = Sec.RelOff; in writeSectionInLoadCommand()
273 memcpy(B.getBufferStart() + Sec->RelOff + in writeSections()
DObject.h51 uint32_t RelOff = 0; member
DMachOReader.cpp40 S.RelOff = Sec.reloff; in constructSectionCommon()
DMachOLayoutBuilder.cpp218 Sec->RelOff = Sec->Relocations.empty() ? 0 : Offset; in layoutRelocations()
/external/llvm-project/compiler-rt/lib/xray/
Dxray_segmented_array.h152 auto RelOff = Offset % ElementsPerSegment; variable
157 auto AlignedOffset = Base + (RelOff * AlignedElementStorageSize);