Searched refs:init_psymbol_list (Results 1 – 15 of 15) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | symfile.h | 171 extern void init_psymbol_list (struct objfile *, int);
|
H A D | elfread.c | 533 init_psymbol_list (objfile, 0); in elf_symfile_read()
|
H A D | coffread.c | 610 init_psymbol_list (objfile, 0); in coff_symfile_read()
|
H A D | xcoffread.c | 2933 init_psymbol_list (objfile, num_symbols); in xcoff_initial_scan()
|
H A D | dwarfread.c | 692 init_psymbol_list (objfile, 1024); in dwarf_build_psymtabs()
|
H A D | dbxread.c | 561 init_psymbol_list (objfile, DBX_SYMCOUNT (objfile)); in dbx_symfile_read()
|
H A D | symfile.c | 2720 init_psymbol_list (struct objfile *objfile, int total_symbols) in init_psymbol_list() function
|
H A D | ChangeLog-1997 | 77 * symfile.c (init_psymbol_list): Handle init with zero elements. 80 using init_psymbol_list 0. For build_psymtabs functions, pass
|
H A D | dwarf2read.c | 1206 init_psymbol_list (objfile, 1024); in dwarf2_build_psymtabs()
|
H A D | ChangeLog-1992 | 4803 * dbxread.c (init_psymbol_list): Remove symbol count from passed 4814 * dbxread.c (init_psymbol_list): Use DBX_SYMCOUNT. 5615 * dbxread.c (init_psymbol_list): Convert to use per-objfile data.
|
H A D | ChangeLog-1990 | 1342 (init_psymbol_list): declare static.
|
H A D | ChangeLog-1995 | 2803 * symfile.c, symfile.h (init_psymbol_list): New function;
|
H A D | ChangeLog-1996 | 4456 (init_psymbol_list): Psymbol lists now contain pointers rather than
|
H A D | ChangeLog | 2370 * symfile.c (reread_symbols, init_psymbol_list): Ditto. 2402 * symfile.c (init_psymbol_list): Ditto.
|
H A D | ChangeLog-1991 | 4167 (init_psymbol_list): Free any previously allocated psymbol lists.
|