Searched refs:WalkSegmentSections (Results 1 – 4 of 4) sorted by relevance
454 bool Reader::WalkSegmentSections(const Segment &segment, in WalkSegmentSections() function in google_breakpad::mach_o::Reader531 return WalkSegmentSections(segment, &mapper); in MapSegmentSections()
411 bool WalkSegmentSections(const Segment &segment, SectionHandler *handler)
1430 EXPECT_TRUE(reader.WalkSegmentSections(actual_segment, §ion_handler)); in TEST_F()1471 EXPECT_FALSE(reader.WalkSegmentSections(actual_segment, §ion_handler)); in TEST_F()1512 EXPECT_FALSE(reader.WalkSegmentSections(actual_segment, §ion_handler)); in TEST_F()1553 EXPECT_FALSE(reader.WalkSegmentSections(actual_segment, §ion_handler)); in TEST_F()1598 EXPECT_TRUE(reader.WalkSegmentSections(actual_segment, §ion_handler)); in TEST_F()
115 return reader_->WalkSegmentSections(segment, &dump_section); in SegmentCommand()