Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/
Dlib.c468 struct symbol_list * __sparse(char *filename) in __sparse() function
483 struct symbol_list *res = __sparse(filename); in sparse()
Dlib.h139 extern struct symbol_list *__sparse(char *filename);
Ddissect.c659 DO_LIST(filelist, file, do_sym_list(__sparse(file))); in dissect()