Home
last modified time | relevance | path

Searched refs:file_stop (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/scripts/
H A Dsorttable.h230 FILE *file_start, *file_stop; in get_mcount_loc() local
241 file_stop = popen(" grep stop_mcount System.map | awk '{print $1}' ", "r"); in get_mcount_loc()
242 if (!file_stop) { in get_mcount_loc()
254 while (fgets(stop_buff, sizeof(stop_buff), file_stop) != NULL) { in get_mcount_loc()
261 pclose(file_stop); in get_mcount_loc()