Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/mac/
Dmacho_reader.h418 bool MapSegmentSections(const Segment &segment, SectionMap *section_map)
Dmacho_reader.cc527 bool Reader::MapSegmentSections(const Segment &segment, in MapSegmentSections() function in google_breakpad::mach_o::Reader
Dmacho_reader_unittest.cc1601 TEST_F(LoadCommand, MapSegmentSections) { in TEST_F() argument
1647 ASSERT_TRUE(reader.MapSegmentSections(segment, &section_map)); in TEST_F()
1664 ASSERT_TRUE(reader.MapSegmentSections(segment, &section_map)); in TEST_F()
Ddump_syms.mm411 if (!reader_.MapSegmentSections(segment, &section_map))