Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/mac/
Dmacho_reader.cc505 if (!handler->HandleSection(section)) in WalkSegmentSections()
518 bool HandleSection(const Section &section) { in HandleSection() function in google_breakpad::mach_o::Reader::SectionMapper
Dmacho_reader.h313 virtual bool HandleSection(const Section &section) = 0;
Dmacho_reader_unittest.cc115 MOCK_METHOD1(HandleSection, bool(const Section &section));
1412 HandleSection(MatchSection(true, "mandarin", "kishu", in TEST_F()
1424 HandleSection(MatchSection(true, "bergamot", "cara cara", in TEST_F()
1593 HandleSection(MatchSection(false, "twitching", "zapped", in TEST_F()
/external/google-breakpad/src/tools/mac/dump_syms/
Dmacho_dump.cc76 bool HandleSection(const mach_o::Section &section) { in HandleSection() function in __anon9c33b65b0111::DumpSection