Searched refs:current_objfile (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/contrib/gdb/gdb/
H A Ddwarfread.c661 current_objfile = objfile;
696 current_objfile = NULL;
803 utypep = dwarf_fundamental_type (current_objfile, FT_INTEGER);
817 utypep = alloc_type (current_objfile);
894 type = dwarf_fundamental_type (current_objfile, FT_VOID);
1176 current_objfile);
1182 typep = dwarf_fundamental_type (current_objfile, FT_INTEGER);
1190 current_objfile);
1198 current_objfile);
1210 typep = dwarf_fundamental_type (current_objfile, FT_INTEGE
[all...]
H A Dcoffread.c349 type = alloc_type (current_objfile);
391 if (current_objfile->ei.entry_point >= current_source_start_addr &&
392 current_objfile->ei.entry_point < current_source_end_addr)
394 current_objfile->ei.deprecated_entry_file_lowpc = current_source_start_addr;
395 current_objfile->ei.deprecated_entry_file_highpc = current_source_end_addr;
727 current_objfile = objfile;
1106 current_objfile = NULL;
1575 temptype = lookup_fundamental_type (current_objfile,
1601 lookup_fundamental_type (current_objfile, FT_INTEGER);
1607 ? lookup_fundamental_type (current_objfile,
[all...]
H A Dmdebugread.c589 obstack_alloc (&current_objfile->objfile_obstack,
1069 TYPE_TAG_NAME (t) = obconcat (&current_objfile->objfile_obstack,
1115 obstack_alloc (&current_objfile->objfile_obstack,
1120 &current_objfile->objfile_obstack);
1213 obstack_alloc (&current_objfile->objfile_obstack,
1602 tp = init_type (type_code, 0, 0, (char *) NULL, current_objfile);
1646 &current_objfile->objfile_obstack);
1661 tp = init_type (type_code, 0, 0, (char *) NULL, current_objfile);
1682 &current_objfile->objfile_obstack);
1706 &current_objfile
[all...]
H A Ddbxread.c346 struct header_file *p = HEADER_FILES (current_objfile);
349 for (i = 0; i < N_HEADER_FILES (current_objfile); i++)
377 i = N_ALLOCATED_HEADER_FILES (current_objfile);
379 if (N_HEADER_FILES (current_objfile) == i)
383 N_ALLOCATED_HEADER_FILES (current_objfile) = 10;
384 HEADER_FILES (current_objfile) = (struct header_file *)
390 N_ALLOCATED_HEADER_FILES (current_objfile) = i;
391 HEADER_FILES (current_objfile) = (struct header_file *)
392 xrealloc ((char *) HEADER_FILES (current_objfile),
399 i = N_HEADER_FILES (current_objfile)
[all...]
H A Dobjfiles.h516 set current_objfile to be whatever objfile we expect to be using at the
518 symbols for a particular objfile, we set current_objfile to point to that
524 extern struct objfile *current_objfile;
H A Dsymtab.h974 /* See the comment in symfile.c about how current_objfile is used. */
976 extern struct objfile *current_objfile;
H A Dobjfiles.c58 struct objfile *current_objfile; /* For symbol file being read in */ variable in typeref:struct:objfile
H A Dstabsread.c280 if (real_filenum >= N_HEADER_FILES (current_objfile))
294 f = HEADER_FILES (current_objfile) + real_filenum;
H A Dhpread.c2810 current_objfile = objfile;
2893 current_objfile = NULL;

Completed in 204 milliseconds