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.h423 bool MapSegmentSections(const Segment &segment, SectionMap *section_map)
Dmacho_reader.cc550 bool Reader::MapSegmentSections(const Segment &segment, in MapSegmentSections() function in google_breakpad::mach_o::Reader
Dmacho_reader_unittest.cc1605 TEST_F(LoadCommand, MapSegmentSections) { in TEST_F() argument
1651 ASSERT_TRUE(reader.MapSegmentSections(segment, &section_map)); in TEST_F()
1668 ASSERT_TRUE(reader.MapSegmentSections(segment, &section_map)); in TEST_F()
Ddump_syms.cc580 if (!reader_.MapSegmentSections(segment, &section_map)) in SegmentCommand()