Searched refs:r_loc (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DDbeFile.cc100 char *r_loc = get_relative_path (loc); local
101 if (strcmp (r_fnm, r_loc) == 0)
106 if (strcmp (bname, r_loc) == 0) // found in current directory
109 location_info = dbe_sprintf (GTXT ("%s (found as %s)"), bname, r_loc);
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DDbeFile.cc100 char *r_loc = get_relative_path (loc); local
101 if (strcmp (r_fnm, r_loc) == 0)
106 if (strcmp (bname, r_loc) == 0) // found in current directory
109 location_info = dbe_sprintf (GTXT ("%s (found as %s)"), bname, r_loc);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Ddiagnostic-show-locus.cc5529 location_t r_loc
5532 richloc.add_range (r_loc);

Completed in 167 milliseconds