HomeSort by relevance Sort by last modified time
    Searched refs:SectionHandler (Results 1 - 4 of 4) sorted by null

  /external/google-breakpad/src/common/mac/
macho_reader.h 306 class SectionHandler {
308 virtual ~SectionHandler() { }
411 bool WalkSegmentSections(const Segment &segment, SectionHandler *handler)
macho_reader.cc 455 SectionHandler *handler) const {
511 // A SectionHandler that builds a SectionMap for the sections within a
513 class Reader::SectionMapper: public SectionHandler {
515 // Create a SectionHandler that populates MAP with an entry for
macho_reader_unittest.cc 114 class MockSectionHandler: public Reader::SectionHandler {
    [all...]
  /external/google-breakpad/src/tools/mac/dump_syms/
macho_dump.cc 73 class DumpSection: public mach_o::Reader::SectionHandler {

Completed in 189 milliseconds