Home
last modified time | relevance | path

Searched defs:SegmentLoadCommand (Results 1 – 2 of 2) sorted by relevance

/external/google-breakpad/src/common/mac/
Dmacho_reader_unittest.cc578 class SegmentLoadCommand: public SizedSection { class
580 SegmentLoadCommand() : section_count_(0) { } in SegmentLoadCommand() function in SegmentLoadCommand
/external/llvm-project/lldb/examples/python/
Dmach_o.py1527 class SegmentLoadCommand(LoadCommand): class in Mach