Searched refs:HandleSection (Results 1 – 4 of 4) sorted by relevance
/external/google-breakpad/src/tools/mac/dump_syms/ |
D | macho_dump.cc | 76 bool HandleSection(const mach_o::Section §ion) { in HandleSection() function in __anon494721430111::DumpSection
|
/external/google-breakpad/src/common/mac/ |
D | macho_reader.h | 318 virtual bool HandleSection(const Section §ion) = 0;
|
D | macho_reader.cc | 528 if (!handler->HandleSection(section)) in WalkSegmentSections() 541 bool HandleSection(const Section §ion) { in HandleSection() function in google_breakpad::mach_o::Reader::SectionMapper
|
D | macho_reader_unittest.cc | 115 MOCK_METHOD1(HandleSection, bool(const Section §ion)); 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()
|