Lines Matching refs:sections_
61 sections_(sections), handler_(handler), abbrevs_(), in CompilationUnit()
105 SectionMap::const_iterator iter = sections_.find(".debug_abbrev"); in ReadAbbrevs()
106 if (iter == sections_.end()) in ReadAbbrevs()
107 iter = sections_.find("__debug_abbrev"); in ReadAbbrevs()
108 assert(iter != sections_.end()); in ReadAbbrevs()
290 SectionMap::const_iterator iter = sections_.find(".debug_info"); in Start()
291 if (iter == sections_.end()) in Start()
292 iter = sections_.find("__debug_info"); in Start()
293 assert(iter != sections_.end()); in Start()
325 iter = sections_.find(".debug_str"); in Start()
326 if (iter == sections_.end()) in Start()
327 iter = sections_.find("__debug_str"); in Start()
328 if (iter != sections_.end()) { in Start()
334 iter = sections_.find(".debug_str_offsets"); in Start()
335 if (iter != sections_.end()) { in Start()
341 iter = sections_.find(".debug_addr"); in Start()
342 if (iter != sections_.end()) { in Start()