Home
last modified time | relevance | path

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

/external/google-breakpad/src/tools/mac/dump_syms/
Dmacho_dump.cc115 return reader_->WalkSegmentSections(segment, &dump_section); in SegmentCommand()
/external/google-breakpad/src/common/mac/
Dmacho_reader.h416 bool WalkSegmentSections(const Segment &segment, SectionHandler *handler)
Dmacho_reader.cc457 bool Reader::WalkSegmentSections(const Segment &segment, in WalkSegmentSections() function in google_breakpad::mach_o::Reader
554 return WalkSegmentSections(segment, &mapper); in MapSegmentSections()
Dmacho_reader_unittest.cc1434 EXPECT_TRUE(reader.WalkSegmentSections(actual_segment, &section_handler)); in TEST_F()
1475 EXPECT_FALSE(reader.WalkSegmentSections(actual_segment, &section_handler)); in TEST_F()
1516 EXPECT_FALSE(reader.WalkSegmentSections(actual_segment, &section_handler)); in TEST_F()
1557 EXPECT_FALSE(reader.WalkSegmentSections(actual_segment, &section_handler)); in TEST_F()
1602 EXPECT_TRUE(reader.WalkSegmentSections(actual_segment, &section_handler)); in TEST_F()