Lines Matching refs:mach_o
73 using google_breakpad::mach_o::FatReader;
74 using google_breakpad::mach_o::Section;
75 using google_breakpad::mach_o::Segment;
259 const mach_o::Reader &macho_reader,
260 const mach_o::SectionMap &dwarf_sections,
272 // Build a dwarf2reader::SectionMap from our mach_o::SectionMap.
273 for (mach_o::SectionMap::const_iterator it = dwarf_sections.begin();
320 const mach_o::Reader &macho_reader,
321 const mach_o::Section §ion,
383 public mach_o::Reader::LoadCommandHandler {
389 const mach_o::Reader &reader,
398 bool SegmentCommand(const mach_o::Segment &segment);
404 const mach_o::Reader &reader_;
410 mach_o::SectionMap section_map;
417 mach_o::SectionMap::const_iterator eh_frame =
435 mach_o::SectionMap::const_iterator debug_frame
521 mach_o::Reader::Reporter reporter(selected_object_name_);
522 mach_o::Reader reader(&reporter);