Home | History | Annotate | Download | only in mac

Lines Matching full:section_map

283       file_context.section_map().find("__debug_info");
284 assert(debug_info_entry != file_context.section_map().end());
308 dwarf2reader::CompilationUnit dwarf_reader(file_context.section_map(),
410 mach_o::SectionMap section_map;
411 if (!reader_.MapSegmentSections(segment, &section_map))
418 section_map.find("__eh_frame");
419 if (eh_frame != section_map.end()) {
429 if (!dumper_.ReadDwarf(module_, reader_, section_map,
436 = section_map.find("__debug_frame");
437 if (debug_frame != section_map.end()) {