Searched refs:current_objfile (Results 1 – 12 of 12) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | dwarfread.c | 672 current_objfile = objfile; in dwarf_build_psymtabs() 707 current_objfile = NULL; in dwarf_build_psymtabs() 814 utypep = dwarf_fundamental_type (current_objfile, FT_INTEGER); in alloc_utype() 828 utypep = alloc_type (current_objfile); in alloc_utype() 905 type = dwarf_fundamental_type (current_objfile, FT_VOID); in decode_die_type() 1187 current_objfile); in decode_array_element_type() 1193 typep = dwarf_fundamental_type (current_objfile, FT_INTEGER); in decode_array_element_type() 1201 current_objfile); in decode_array_element_type() 1209 current_objfile); in decode_array_element_type() 1221 typep = dwarf_fundamental_type (current_objfile, FT_INTEGER); in decode_array_element_type() [all …]
|
| H A D | coffread.c | 348 type = alloc_type (current_objfile); in coff_alloc_type() 725 current_objfile = objfile; in coff_symtab_read() 1104 current_objfile = NULL; in coff_symtab_read() 1568 temptype = lookup_fundamental_type (current_objfile, in process_coff_symbol() 1594 lookup_fundamental_type (current_objfile, FT_INTEGER); in process_coff_symbol() 1600 ? lookup_fundamental_type (current_objfile, in process_coff_symbol() 1729 index_type = lookup_fundamental_type (current_objfile, FT_INTEGER); in decode_type() 1792 return lookup_fundamental_type (current_objfile, FT_VOID); in decode_base_type() 1797 return lookup_fundamental_type (current_objfile, FT_VOID); in decode_base_type() 1801 return lookup_fundamental_type (current_objfile, FT_CHAR); in decode_base_type() [all …]
|
| H A D | dbxread.c | 341 struct header_file *p = HEADER_FILES (current_objfile); in add_old_header_file() 344 for (i = 0; i < N_HEADER_FILES (current_objfile); i++) in add_old_header_file() 372 i = N_ALLOCATED_HEADER_FILES (current_objfile); in add_new_header_file() 374 if (N_HEADER_FILES (current_objfile) == i) in add_new_header_file() 378 N_ALLOCATED_HEADER_FILES (current_objfile) = 10; in add_new_header_file() 379 HEADER_FILES (current_objfile) = (struct header_file *) in add_new_header_file() 385 N_ALLOCATED_HEADER_FILES (current_objfile) = i; in add_new_header_file() 386 HEADER_FILES (current_objfile) = (struct header_file *) in add_new_header_file() 387 xrealloc ((char *) HEADER_FILES (current_objfile), in add_new_header_file() 394 i = N_HEADER_FILES (current_objfile)++; in add_new_header_file() [all …]
|
| H A D | mdebugread.c | 574 obstack_alloc (¤t_objfile->objfile_obstack, in add_pending() 1053 TYPE_TAG_NAME (t) = obconcat (¤t_objfile->objfile_obstack, in parse_symbol() 1099 obstack_alloc (¤t_objfile->objfile_obstack, in parse_symbol() 1104 ¤t_objfile->objfile_obstack); in parse_symbol() 1197 obstack_alloc (¤t_objfile->objfile_obstack, in parse_symbol() 1586 tp = init_type (type_code, 0, 0, (char *) NULL, current_objfile); in parse_type() 1630 ¤t_objfile->objfile_obstack); in parse_type() 1645 tp = init_type (type_code, 0, 0, (char *) NULL, current_objfile); in parse_type() 1666 ¤t_objfile->objfile_obstack); in parse_type() 1690 ¤t_objfile->objfile_obstack); in parse_type() [all …]
|
| H A D | objfiles.h | 497 extern struct objfile *current_objfile;
|
| H A D | symtab.h | 989 extern struct objfile *current_objfile;
|
| H A D | objfiles.c | 61 struct objfile *current_objfile; /* For symbol file being read in */ variable
|
| H A D | stabsread.c | 279 if (real_filenum >= N_HEADER_FILES (current_objfile)) in dbx_lookup_type() 293 f = HEADER_FILES (current_objfile) + real_filenum; in dbx_lookup_type()
|
| H A D | hpread.c | 2794 current_objfile = objfile; in hpread_expand_symtab() 2877 current_objfile = NULL; in hpread_expand_symtab()
|
| H A D | ChangeLog-1992 | 4862 * mipsread.c (fixup_sigtramp): Make sure that current_objfile is setup 4865 current_objfile. 4943 * objfiles.c, symfile.c (current_objfile): Moved to objfiles.c
|
| H A D | ChangeLog-1997 | 2765 (dwarf_base_type): Use passed in objfile, not current_objfile
|
| /openbsd-src/gnu/llvm/llvm/utils/gdb-scripts/ |
| H A D | prettyprinters.py | 499 gdb.printing.register_pretty_printer(gdb.current_objfile(), pp)
|