Home | History | Annotate | Download | only in common

Lines Matching refs:map_entry

807   dwarf2reader::SectionMap::const_iterator map_entry
811 if (map_entry == section_map.end())
812 map_entry = section_map.find("__debug_line");
813 if (map_entry == section_map.end()) {
817 const char *section_start = map_entry->second.first;
818 uint64 section_length = map_entry->second.second;