Searched refs:dimg (Results 1 – 1 of 1) sorted by relevance
1170 DiImage* dimg in open_debug_file() local1173 if (dimg == NULL) in open_debug_file()1190 HChar* debug_buildid = find_buildid(dimg, rel_ok, True); in open_debug_file()1192 ML_(img_done)(dimg); in open_debug_file()1204 UInt calccrc = ML_(img_calc_gnu_debuglink_crc32)(dimg); in open_debug_file()1206 ML_(img_done)(dimg); in open_debug_file()1217 return dimg; in open_debug_file()1236 DiImage* dimg = NULL; /* the img that we found */ in find_debug_file() local1246 dimg = open_debug_file(debugpath, buildid, 0, rel_ok, NULL); in find_debug_file()1247 if (!dimg) { in find_debug_file()[all …]