Home
last modified time | relevance | path

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

/external/llvm/lib/Object/
DMachOObject.cpp172 void SwapStruct(macho::SegmentLoadCommand &Value) { in SwapStruct()
185 InMemoryStruct<macho::SegmentLoadCommand> &Res) const { in ReadSegmentLoadCommand()
303 uint64_t Offset = (LCI.Offset + sizeof(macho::SegmentLoadCommand) + in ReadSection()
DMachOObjectFile.cpp423 InMemoryStruct<macho::SegmentLoadCommand> SegmentLoadCmd; in moveToNextSection()
496 unsigned SectionOffset = LCI.Offset + sizeof(macho::SegmentLoadCommand) + in getSectionName()
518 unsigned SectionOffset = LCI.Offset + sizeof(macho::SegmentLoadCommand) + in getSectionFinalSegmentName()
/external/llvm/include/llvm/Object/
DMachOObject.h143 InMemoryStruct<macho::SegmentLoadCommand> &Res) const;
DMachOFormat.h164 struct SegmentLoadCommand { struct
/external/llvm/tools/macho-dump/
Dmacho-dump.cpp129 InMemoryStruct<macho::SegmentLoadCommand> SLC; in DumpSegmentCommand()