HomeSort by: relevance | last modified time | path
    Searched defs:this_object_header_files (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
stabsread.c 63 int *this_object_header_files; variable
352 real_filenum = this_object_header_files[filenum];
553 if (this_object_header_files)
555 xfree (this_object_header_files);
556 this_object_header_files = NULL;
567 this_object_header_files = XNEWVEC (int, 10);
2344 this_object_header_files
2345 = (int *) xrealloc ((char *) this_object_header_files,
2349 this_object_header_files[n_this_object_header_files++] = i;
  /src/external/gpl3/gdb/dist/gdb/
stabsread.c 63 int *this_object_header_files; variable
352 real_filenum = this_object_header_files[filenum];
553 if (this_object_header_files)
555 xfree (this_object_header_files);
556 this_object_header_files = NULL;
567 this_object_header_files = XNEWVEC (int, 10);
2346 this_object_header_files
2347 = (int *) xrealloc ((char *) this_object_header_files,
2351 this_object_header_files[n_this_object_header_files++] = i;

Completed in 44 milliseconds