Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/mac/
Dmacho_reader.cc454 bool Reader::WalkSegmentSections(const Segment &segment, in WalkSegmentSections() function in google_breakpad::mach_o::Reader
531 return WalkSegmentSections(segment, &mapper); in MapSegmentSections()
Dmacho_reader.h411 bool WalkSegmentSections(const Segment &segment, SectionHandler *handler)
Dmacho_reader_unittest.cc1430 EXPECT_TRUE(reader.WalkSegmentSections(actual_segment, &section_handler)); in TEST_F()
1471 EXPECT_FALSE(reader.WalkSegmentSections(actual_segment, &section_handler)); in TEST_F()
1512 EXPECT_FALSE(reader.WalkSegmentSections(actual_segment, &section_handler)); in TEST_F()
1553 EXPECT_FALSE(reader.WalkSegmentSections(actual_segment, &section_handler)); in TEST_F()
1598 EXPECT_TRUE(reader.WalkSegmentSections(actual_segment, &section_handler)); in TEST_F()
/external/google-breakpad/src/tools/mac/dump_syms/
Dmacho_dump.cc115 return reader_->WalkSegmentSections(segment, &dump_section); in SegmentCommand()