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

/external/google-breakpad/src/common/mac/
H A Dmacho_reader_unittest.cc577 class SegmentLoadCommand: public SizedSection {
579 SegmentLoadCommand() : section_count_(0) { }
585 SegmentLoadCommand &Header(const string &name, const LoadedSection &contents,
616 SegmentLoadCommand &AppendSectionEntry(const string &section_name,
1098 SegmentLoadCommand segment_command;
1134 SegmentLoadCommand segment_command;
1171 SegmentLoadCommand segment_command;
1207 SegmentLoadCommand segment_command;
1280 SegmentLoadCommand segment_command;
1299 SegmentLoadCommand cmd
574 class SegmentLoadCommand: public SizedSection { class in inherits:SizedSection
576 SegmentLoadCommand() : section_count_(0) { } function in class:SegmentLoadCommand
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/Object/
H A DMachOObject.h143 InMemoryStruct<macho::SegmentLoadCommand> &Res) const;
H A DMachOFormat.h155 struct SegmentLoadCommand { struct in namespace:llvm::object::macho
/external/swiftshader/third_party/LLVM/lib/Object/
H A DMachOObject.cpp170 void SwapStruct(macho::SegmentLoadCommand &Value) {
183 InMemoryStruct<macho::SegmentLoadCommand> &Res) const {
290 uint64_t Offset = (LCI.Offset + sizeof(macho::SegmentLoadCommand) +
H A DMachOObjectFile.cpp284 InMemoryStruct<macho::SegmentLoadCommand> SegmentLoadCmd;
311 InMemoryStruct<macho::SegmentLoadCommand> SLC;
356 InMemoryStruct<macho::SegmentLoadCommand> SLC;
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp138 InMemoryStruct<macho::SegmentLoadCommand> SegmentLC;
/external/swiftshader/third_party/LLVM/tools/macho-dump/
H A Dmacho-dump.cpp129 InMemoryStruct<macho::SegmentLoadCommand> SLC;
/external/swiftshader/third_party/LLVM/tools/llvm-objdump/
H A DMachODump.cpp224 InMemoryStruct<macho::SegmentLoadCommand> SegmentLC;

Completed in 181 milliseconds