Home
last modified time | relevance | path

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

/openbmc/linux/scripts/
H A Dsorttable.h228 char start_buff[20]; in get_mcount_loc() local
245 while (fgets(start_buff, sizeof(start_buff), file_start) != NULL) { in get_mcount_loc()
246 len = strlen(start_buff); in get_mcount_loc()
247 start_buff[len - 1] = '\0'; in get_mcount_loc()
249 *_start = strtoul(start_buff, NULL, 16); in get_mcount_loc()