Home
last modified time | relevance | path

Searched refs:allocate_symtab (Results 1 – 21 of 21) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dsymfile.h204 extern struct symtab *allocate_symtab
211 allocate_symtab (struct compunit_symtab *cust, const char *filename) in allocate_symtab() function
213 return allocate_symtab (cust, filename, filename); in allocate_symtab()
Dbuildsym.c899 subfile->symtab = allocate_symtab (cu, subfile->name.c_str (), in end_compunit_symtab_with_blockvector()
Djit.c535 symtab *filetab = allocate_symtab (cust, stab->file_name.c_str ()); in finalize_symtab()
Dsymfile.c2816 allocate_symtab (struct compunit_symtab *cust, const char *filename, in allocate_symtab() function
DChangeLog-1991903 (allocate_symtab): Takes objfile as new parameter, chains them.
927 allocate_symtab. Don't make a symtab if no blocks or symbols.
947 (end_symtab): Call global allocate_symtab.
1033 * symfile.c (allocate_symtab): Move code for mapping file
1656 * symfile.c (allocate_symtab): New fn, consolidates the work
1670 * coffread.c (end_symtab): Use allocate_symtab.
Dmdebugread.c4629 symtab = allocate_symtab (cust, name); in new_symtab()
DChangeLog-201238 * symfile.h (allocate_symtab): Add ATTRIBUTE_NONNULL.
3415 (allocate_symtab): Update.
3504 * symfile.c (allocate_symtab): Use host_address_to_string
5784 * symfile.c (allocate_symtab): Ditto.
DChangeLog-19971355 * symfile.c (allocate_symtab): Initialize the new debugformat
DChangeLog-2013486 * symfile.c (allocate_symtab): Remove cast.
1999 * symfile.c (allocate_symtab): Only print debugging messages for
3620 (allocate_symtab): Use objfile_name.
DChangeLog-20101696 * symfile.h (allocate_symtab): Update.
1697 * symfile.c (allocate_symtab): Make 'filename' const.
DChangeLog-20212701 * symfile.c (allocate_symtab): Likewise.
DChangeLog-20091179 (allocate_symtab): Cache the file name.
1205 * symfile.c (allocate_symtab): Don't use obsavestring on a
DChangeLog-19984759 * symfile.c (allocate_symtab): Deprecate use of
DChangeLog-20079909 * symfile.c (allocate_symtab): Remove INIT_EXTRA_SYMTAB_INFO.
DChangeLog-20152604 (allocate_symtab): Likewise.
DChangeLog-20182893 (add_symbol_file_command, reread_symbols, allocate_symtab)
DChangeLog-20141542 * symfile.c (allocate_symtab): Delete objfile argument.
DChangeLog-200413033 (allocate_symtab): Rename symbol_obstack to objfile_obstack.
DChangeLog-201914371 * symfile.c (allocate_symtab): Update.
DChangeLog-202014934 * symfile.c (allocate_symtab): Use intern.
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git109525 - Update calls to allocate_symtab to pass the "name_for_id" from the
143930 returned by allocate_symtab and use it, it makes things simpler.
143962 a single place where this is done currently, in allocate_symtab.