Home | History | Annotate | Download | only in perf

Lines Matching full:sysinclude_paths

2418     char **sysinclude_paths;
8594 path = s1->sysinclude_paths[i - s1->nb_include_paths];
20915 tcc_free(s1->sysinclude_paths[i]);
20916 tcc_free(s1->sysinclude_paths);
20935 dynarray_add((void ***)&s1->sysinclude_paths, &s1->nb_sysinclude_paths, pathname1);