Searched refs:allocate_symtab (Results 1 – 21 of 21) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | symfile.h | 204 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()
|
| D | buildsym.c | 899 subfile->symtab = allocate_symtab (cu, subfile->name.c_str (), in end_compunit_symtab_with_blockvector()
|
| D | jit.c | 535 symtab *filetab = allocate_symtab (cust, stab->file_name.c_str ()); in finalize_symtab()
|
| D | symfile.c | 2816 allocate_symtab (struct compunit_symtab *cust, const char *filename, in allocate_symtab() function
|
| D | ChangeLog-1991 | 903 (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.
|
| D | mdebugread.c | 4629 symtab = allocate_symtab (cust, name); in new_symtab()
|
| D | ChangeLog-2012 | 38 * 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.
|
| D | ChangeLog-1997 | 1355 * symfile.c (allocate_symtab): Initialize the new debugformat
|
| D | ChangeLog-2013 | 486 * symfile.c (allocate_symtab): Remove cast. 1999 * symfile.c (allocate_symtab): Only print debugging messages for 3620 (allocate_symtab): Use objfile_name.
|
| D | ChangeLog-2010 | 1696 * symfile.h (allocate_symtab): Update. 1697 * symfile.c (allocate_symtab): Make 'filename' const.
|
| D | ChangeLog-2021 | 2701 * symfile.c (allocate_symtab): Likewise.
|
| D | ChangeLog-2009 | 1179 (allocate_symtab): Cache the file name. 1205 * symfile.c (allocate_symtab): Don't use obsavestring on a
|
| D | ChangeLog-1998 | 4759 * symfile.c (allocate_symtab): Deprecate use of
|
| D | ChangeLog-2007 | 9909 * symfile.c (allocate_symtab): Remove INIT_EXTRA_SYMTAB_INFO.
|
| D | ChangeLog-2015 | 2604 (allocate_symtab): Likewise.
|
| D | ChangeLog-2018 | 2893 (add_symbol_file_command, reread_symbols, allocate_symtab)
|
| D | ChangeLog-2014 | 1542 * symfile.c (allocate_symtab): Delete objfile argument.
|
| D | ChangeLog-2004 | 13033 (allocate_symtab): Rename symbol_obstack to objfile_obstack.
|
| D | ChangeLog-2019 | 14371 * symfile.c (allocate_symtab): Update.
|
| D | ChangeLog-2020 | 14934 * symfile.c (allocate_symtab): Use intern.
|
| /netbsd/src/external/gpl3/binutils/dist/ |
| D | ChangeLog.git | 109525 - 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.
|