Searched refs:file_start (Results 1 – 2 of 2) sorted by relevance
227 FILE *file_start, *file_stop; in get_mcount_loc() local232 file_start = popen(" grep start_mcount System.map | awk '{print $1}' ", "r"); in get_mcount_loc()233 if (!file_start) { in get_mcount_loc()241 pclose(file_start); in get_mcount_loc()245 while (fgets(start_buff, sizeof(start_buff), file_start) != NULL) { in get_mcount_loc()257 pclose(file_start); in get_mcount_loc()
833 char *file_start; /* Points to AML and indicates when the AML for this particular file starts. */ member