Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dstabsread.h148 extern int *this_object_header_files;
Ddbxread.c305 if (this_object_header_files) in free_header_files()
307 xfree (this_object_header_files); in free_header_files()
308 this_object_header_files = NULL; in free_header_files()
319 this_object_header_files = XNEWVEC (int, 10); in init_header_files()
331 this_object_header_files in add_this_object_header_file()
332 = (int *) xrealloc ((char *) this_object_header_files, in add_this_object_header_file()
336 this_object_header_files[n_this_object_header_files++] = i; in add_this_object_header_file()
Dstabsread.c60 int *this_object_header_files; variable
300 real_filenum = this_object_header_files[filenum]; in dbx_lookup_type()
DChangeLog-201916160 (previous_stab_code, this_object_header_files)