Lines Matching refs:mach_o
82 using google_breakpad::mach_o::FatReader;
83 using google_breakpad::mach_o::Section;
84 using google_breakpad::mach_o::Segment;
417 const mach_o::Reader &macho_reader, in ReadDwarf()
418 const mach_o::SectionMap &dwarf_sections, in ReadDwarf()
431 for (mach_o::SectionMap::const_iterator it = dwarf_sections.begin(); in ReadDwarf()
489 const mach_o::Reader &macho_reader, in ReadCFI()
490 const mach_o::Section §ion, in ReadCFI()
552 public mach_o::Reader::LoadCommandHandler {
558 const mach_o::Reader &reader, in LoadCommandDumper()
567 bool SegmentCommand(const mach_o::Segment &segment);
573 const mach_o::Reader &reader_;
579 mach_o::SectionMap section_map; in SegmentCommand()
586 mach_o::SectionMap::const_iterator eh_frame = in SegmentCommand()
601 mach_o::SectionMap::const_iterator debug_frame in SegmentCommand()
636 mach_o::Reader::Reporter reporter(selected_object_name_); in ReadSymbolData()
637 mach_o::Reader reader(&reporter); in ReadSymbolData()