Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/mac/
Dmacho_reader_unittest.cc574 class SegmentLoadCommand: public SizedSection { class
576 SegmentLoadCommand() : section_count_(0) { } in SegmentLoadCommand() function in SegmentLoadCommand
582 SegmentLoadCommand &Header(const string &name, const LoadedSection &contents, in Header()
613 SegmentLoadCommand &AppendSectionEntry(const string &section_name, in AppendSectionEntry()
1094 SegmentLoadCommand segment_command; in TEST_F()
1130 SegmentLoadCommand segment_command; in TEST_F()
1167 SegmentLoadCommand segment_command; in TEST_F()
1203 SegmentLoadCommand segment_command; in TEST_F()
1276 SegmentLoadCommand segment_command; in TEST_F()
1295 SegmentLoadCommand cmd1, cmd2, cmd3; in TEST_F()
[all …]
/external/swiftshader/third_party/LLVM/lib/Object/
DMachOObject.cpp170 void SwapStruct(macho::SegmentLoadCommand &Value) { in SwapStruct()
183 InMemoryStruct<macho::SegmentLoadCommand> &Res) const { in ReadSegmentLoadCommand()
290 uint64_t Offset = (LCI.Offset + sizeof(macho::SegmentLoadCommand) + in ReadSection()
DMachOObjectFile.cpp284 InMemoryStruct<macho::SegmentLoadCommand> SegmentLoadCmd; in moveToNextSection()
311 InMemoryStruct<macho::SegmentLoadCommand> SLC; in getSection()
356 InMemoryStruct<macho::SegmentLoadCommand> SLC; in getSectionName()
/external/swiftshader/third_party/LLVM/include/llvm/Object/
DMachOObject.h143 InMemoryStruct<macho::SegmentLoadCommand> &Res) const;
DMachOFormat.h155 struct SegmentLoadCommand { struct
/external/swiftshader/third_party/LLVM/tools/macho-dump/
Dmacho-dump.cpp129 InMemoryStruct<macho::SegmentLoadCommand> SLC; in DumpSegmentCommand()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp138 InMemoryStruct<macho::SegmentLoadCommand> SegmentLC; in loadSegment32()
/external/swiftshader/third_party/LLVM/tools/llvm-objdump/
DMachODump.cpp224 InMemoryStruct<macho::SegmentLoadCommand> SegmentLC; in getSectionsAndSymbols()