Searched refs:WalkSegmentSections (Results 1 – 4 of 4) sorted by relevance
115 return reader_->WalkSegmentSections(segment, &dump_section); in SegmentCommand()
416 bool WalkSegmentSections(const Segment &segment, SectionHandler *handler)
457 bool Reader::WalkSegmentSections(const Segment &segment, in WalkSegmentSections() function in google_breakpad::mach_o::Reader554 return WalkSegmentSections(segment, &mapper); in MapSegmentSections()
1434 EXPECT_TRUE(reader.WalkSegmentSections(actual_segment, §ion_handler)); in TEST_F()1475 EXPECT_FALSE(reader.WalkSegmentSections(actual_segment, §ion_handler)); in TEST_F()1516 EXPECT_FALSE(reader.WalkSegmentSections(actual_segment, §ion_handler)); in TEST_F()1557 EXPECT_FALSE(reader.WalkSegmentSections(actual_segment, §ion_handler)); in TEST_F()1602 EXPECT_TRUE(reader.WalkSegmentSections(actual_segment, §ion_handler)); in TEST_F()