Searched refs:nfiles (Results 1 – 2 of 2) sorted by relevance
25 size_t nfiles, i; in cu_find_realpath() local32 ret = dwarf_getsrcfiles(cu_die, &files, &nfiles); in cu_find_realpath()36 for (i = 0; i < nfiles; i++) { in cu_find_realpath()41 if (i == nfiles) in cu_find_realpath()
1332 struct file *nfiles = realloc(ttrace->files.table, (fd + 1) * sizeof(struct file)); in thread_trace__files_entry() local1334 if (nfiles == NULL) in thread_trace__files_entry()1338 memset(nfiles + ttrace->files.max + 1, 0, in thread_trace__files_entry()1341 memset(nfiles, 0, (fd + 1) * sizeof(struct file)); in thread_trace__files_entry()1344 ttrace->files.table = nfiles; in thread_trace__files_entry()