Lines Matching refs:section_map
441 file_context.section_map().find("__debug_info"); in ReadDwarf()
443 if (debug_info_entry == file_context.section_map().end()) { in ReadDwarf()
457 file_context.section_map().find("__debug_ranges"); in ReadDwarf()
458 if (ranges_entry != file_context.section_map().end()) { in ReadDwarf()
479 file_context.section_map(), in ReadDwarf()
579 mach_o::SectionMap section_map; in SegmentCommand() local
580 if (!reader_.MapSegmentSections(segment, §ion_map)) in SegmentCommand()
587 section_map.find("__eh_frame"); in SegmentCommand()
588 if (eh_frame != section_map.end()) { in SegmentCommand()
598 dumper_.ReadDwarf(module_, reader_, section_map, handle_inter_cu_refs_); in SegmentCommand()
602 = section_map.find("__debug_frame"); in SegmentCommand()
603 if (debug_frame != section_map.end()) { in SegmentCommand()