Searched refs:start_buff (Results 1 – 1 of 1) sorted by relevance
231 char start_buff[20]; in get_mcount_loc() 248 while (fgets(start_buff, sizeof(start_buff), file_start) != NULL) { in get_mcount_loc() 249 len = strlen(start_buff); in get_mcount_loc() 250 start_buff[len - 1] = '\0'; in get_mcount_loc() 252 *_start = strtoul(start_buff, NULL, 16); in get_mcount_loc() 228 char start_buff[20]; get_mcount_loc() local