Home
last modified time | relevance | path

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

/openbmc/linux/scripts/
H A Dsorttable.h229 char stop_buff[20]; in get_mcount_loc() local
251 while (fgets(stop_buff, sizeof(stop_buff), file_stop) != NULL) { in get_mcount_loc()
252 len = strlen(stop_buff); in get_mcount_loc()
253 stop_buff[len - 1] = '\0'; in get_mcount_loc()
255 *_stop = strtoul(stop_buff, NULL, 16); in get_mcount_loc()