Searched refs:MapSegmentSections (Results 1 – 4 of 4) sorted by relevance
423 bool MapSegmentSections(const Segment &segment, SectionMap *section_map)
550 bool Reader::MapSegmentSections(const Segment &segment, in MapSegmentSections() function in google_breakpad::mach_o::Reader
1605 TEST_F(LoadCommand, MapSegmentSections) { in TEST_F() argument1651 ASSERT_TRUE(reader.MapSegmentSections(segment, §ion_map)); in TEST_F()1668 ASSERT_TRUE(reader.MapSegmentSections(segment, §ion_map)); in TEST_F()
580 if (!reader_.MapSegmentSections(segment, §ion_map)) in SegmentCommand()