Searched refs:func_list (Results 1 - 1 of 1) sorted by path

/u-boot/tools/
H A Dproftool.c252 struct func_info *func_list; variable in typeref:struct:func_info
363 func_list = realloc(func_list,
365 assert(func_list);
370 func = &func_list[func_count++];
415 found = bsearch(&key, func_list, func_count, sizeof(struct func_info),
444 result = h_cmp_offset(&key, &func_list[mid]);
450 return &func_list[mid];
453 return low >= 0 ? &func_list[low] : NULL;
526 * This reads the file into the func_list arra
[all...]

Completed in 945 milliseconds