Searched refs:bincl_list (Results 1 – 4 of 4) sorted by relevance
258 static std::vector<struct header_file_location> *bincl_list; variable862 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()
9458 (bincl_list): Now a std::vector.
76 struct bincl_file *bincl_list; member3315 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()
576 (push_bincl): Put the new file on both bincl_list and579 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