Home
last modified time | relevance | path

Searched refs:bincl_list (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Ddbxread.c258 static std::vector<struct header_file_location> *bincl_list; variable
862 for (const header_file_location &bincl : *bincl_list) in find_corresponding_bincl_psymtab()
1009 = make_scoped_restore (&bincl_list, &bincl_storage); in read_dbx_symtab()
1338 bincl_list->emplace_back (namestring, nlist.n_value, pst); in read_dbx_symtab()
DChangeLog-20189458 (bincl_list): Now a std::vector.
/netbsd/src/external/gpl3/binutils/dist/binutils/
Dstabs.c76 struct bincl_file *bincl_list; member
3315 n->next = info->bincl_list; in push_bincl()
3321 info->bincl_list = n; in push_bincl()
3364 for (l = info->bincl_list; l != NULL; l = l->next) in find_excl()
DChangeLog-9197576 (push_bincl): Put the new file on both bincl_list and
579 Don't put the file on bincl_list.
683 * stabs.c (struct stab_handle): Add bincl_list field.
689 (pop_bincl): Put the bincl_file on bincl_list, rather than freeing