Home
last modified time | relevance | path

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

/external/llvm/lib/Object/
DMachOObject.cpp190 void SwapStruct(macho::Segment64LoadCommand &Value) { in SwapStruct()
203 InMemoryStruct<macho::Segment64LoadCommand> &Res) const { in ReadSegment64LoadCommand()
326 uint64_t Offset = (LCI.Offset + sizeof(macho::Segment64LoadCommand) + in ReadSection64()
DMachOObjectFile.cpp428 InMemoryStruct<macho::Segment64LoadCommand> Segment64LoadCmd; in moveToNextSection()
488 unsigned SectionOffset = LCI.Offset + sizeof(macho::Segment64LoadCommand) + in getSectionName()
510 unsigned SectionOffset = LCI.Offset + sizeof(macho::Segment64LoadCommand) + in getSectionFinalSegmentName()
/external/llvm/include/llvm/Object/
DMachOObject.h146 InMemoryStruct<macho::Segment64LoadCommand> &Res) const;
DMachOFormat.h178 struct Segment64LoadCommand { struct
/external/llvm/tools/macho-dump/
Dmacho-dump.cpp165 InMemoryStruct<macho::Segment64LoadCommand> SLC; in DumpSegment64Command()