Home
last modified time | relevance | path

Searched refs:HandleSection (Results 1 – 4 of 4) sorted by relevance

/external/google-breakpad/src/tools/mac/dump_syms/
Dmacho_dump.cc76 bool HandleSection(const mach_o::Section &section) { in HandleSection() function in __anon494721430111::DumpSection
/external/google-breakpad/src/common/mac/
Dmacho_reader.h318 virtual bool HandleSection(const Section &section) = 0;
Dmacho_reader.cc528 if (!handler->HandleSection(section)) in WalkSegmentSections()
541 bool HandleSection(const Section &section) { in HandleSection() function in google_breakpad::mach_o::Reader::SectionMapper
Dmacho_reader_unittest.cc115 MOCK_METHOD1(HandleSection, bool(const Section &section));
1416 HandleSection(MatchSection(true, "mandarin", "kishu", in TEST_F()
1428 HandleSection(MatchSection(true, "bergamot", "cara cara", in TEST_F()
1597 HandleSection(MatchSection(false, "twitching", "zapped", in TEST_F()