Searched refs:file_stop (Results 1 – 1 of 1) sorted by relevance
227 FILE *file_start, *file_stop; in get_mcount_loc() local238 file_stop = popen(" grep stop_mcount System.map | awk '{print $1}' ", "r"); in get_mcount_loc()239 if (!file_stop) { in get_mcount_loc()251 while (fgets(stop_buff, sizeof(stop_buff), file_stop) != NULL) { in get_mcount_loc()258 pclose(file_stop); in get_mcount_loc()