Searched refs:bincl_list (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/gdb/gdb/
H A Ddbxread.c249 static struct header_file_location *bincl_list, *next_bincl;
902 next_bincl = bincl_list = (struct header_file_location *)
911 if (next_bincl >= bincl_list + bincls_allocated)
913 int offset = next_bincl - bincl_list;
915 bincl_list = (struct header_file_location *)
916 xmrealloc (pst->objfile->md, (char *) bincl_list,
918 next_bincl = bincl_list + offset;
934 for (bincl = bincl_list; bincl < next_bincl; bincl++)
948 xmfree (objfile->md, bincl_list);
1549 /* Add this bincl to the bincl_list fo
245 static struct header_file_location *bincl_list, *next_bincl; variable in typeref:struct:header_file_location
[all...]
/freebsd-10-stable/contrib/binutils/binutils/
H A Dstabs.c77 struct bincl_file *bincl_list; member in struct:stab_handle
3131 n->next = info->bincl_list;
3137 info->bincl_list = n;
3181 for (l = info->bincl_list; l != NULL; l = l->next)

Completed in 58 milliseconds