Searched refs:file_start (Results 1 – 1 of 1) sorted by relevance
230 FILE *file_start, *file_stop; in get_mcount_loc() local235 file_start = popen(" grep start_mcount System.map | awk '{print $1}' ", "r"); in get_mcount_loc()236 if (!file_start) { in get_mcount_loc()244 pclose(file_start); in get_mcount_loc()248 while (fgets(start_buff, sizeof(start_buff), file_start) != NULL) { in get_mcount_loc()260 pclose(file_start); in get_mcount_loc()