Searched refs:partial_symbol (Results 1 – 15 of 15) sorted by relevance
| /trueos/contrib/gdb/gdb/ |
| HD | symfile.h | 49 struct partial_symbol **list; 54 struct partial_symbol **next; 156 struct partial_symbol *add_psymbol_to_list (char *, int, domain_enum, 215 struct partial_symbol **, 216 struct partial_symbol **);
|
| HD | symtab.h | 667 struct partial_symbol struct 1034 extern struct partial_symbol *lookup_partial_symbol (struct partial_symtab *, 1097 extern struct partial_symbol *find_pc_psymbol (struct partial_symtab *, 1102 extern struct partial_symbol *find_pc_sect_psymbol (struct partial_symtab *, 1326 extern struct partial_symbol *fixup_psymbol_section (struct partial_symbol
|
| HD | symfile.c | 208 struct partial_symbol *const *s1 = s1p; in compare_psymbols() 209 struct partial_symbol *const *s2 = s2p; in compare_psymbols() 221 pst->n_global_syms, sizeof (struct partial_symbol *), in sort_pst_symbols() 2537 CORE_ADDR textlow, struct partial_symbol **global_syms, in start_psymtab_common() 2538 struct partial_symbol **static_syms) in start_psymtab_common() 2566 const struct partial_symbol * 2573 struct partial_symbol *psym; in add_psymbol_to_list() 2578 static struct partial_symbol psymbol; in add_psymbol_to_list() 2600 psym = deprecated_bcache (&psymbol, sizeof (struct partial_symbol), in add_psymbol_to_list() 2627 struct partial_symbol *psym; in add_psymbol_with_dem_name_to_list() [all …]
|
| HD | symmisc.c | 70 static void print_partial_symbols (struct partial_symbol **, int, 824 print_partial_symbols (struct partial_symbol **p, int count, char *what, in print_partial_symbols() 1129 struct partial_symbol **psym; in maintenance_check_symtabs() 1234 listp->list = (struct partial_symbol **) in extend_psymbol_list() 1235 xmmalloc (objfile->md, new_size * sizeof (struct partial_symbol *)); in extend_psymbol_list() 1240 listp->list = (struct partial_symbol **) in extend_psymbol_list() 1242 new_size * sizeof (struct partial_symbol *)); in extend_psymbol_list()
|
| HD | ada-lang.h | 23 struct partial_symbol; 387 extern int ada_maybe_exception_partial_symbol (struct partial_symbol *sym);
|
| HD | symtab.c | 704 struct partial_symbol *best_psym = NULL; in find_pc_sect_psymtab() 728 struct partial_symbol *p; in find_pc_sect_psymtab() 779 struct partial_symbol * 783 struct partial_symbol *best = NULL, *p, **pp; in find_pc_sect_psymbol() 851 struct partial_symbol * 887 struct partial_symbol * 888 fixup_psymbol_section (struct partial_symbol *psym, struct objfile *objfile) in fixup_psymbol_section() 1428 struct partial_symbol * 1433 struct partial_symbol *temp; in lookup_partial_symbol() 1434 struct partial_symbol **start, **psym; in lookup_partial_symbol() [all …]
|
| HD | blockframe.c | 353 struct partial_symbol *psb; in find_pc_sect_partial_function()
|
| HD | xcoffread.c | 1928 struct partial_symbol **, struct partial_symbol **); 1939 struct partial_symbol **global_syms, in xcoff_start_psymtab() 1940 struct partial_symbol **static_syms) in xcoff_start_psymtab()
|
| HD | dbxread.c | 292 struct partial_symbol **, 293 struct partial_symbol **); 2140 int ldsymoff, struct partial_symbol **global_syms, in start_psymtab() 2141 struct partial_symbol **static_syms) in start_psymtab()
|
| HD | ada-lang.c | 102 static struct partial_symbol *ada_lookup_partial_symbol (struct partial_symtab 3300 static struct partial_symbol * 3304 struct partial_symbol **start; in ada_lookup_partial_symbol() 3322 struct partial_symbol *psym = start[i]; in ada_lookup_partial_symbol() 3340 struct partial_symbol *psym = start[M]; in ada_lookup_partial_symbol() 3356 struct partial_symbol *psym = start[i]; in ada_lookup_partial_symbol() 3382 struct partial_symbol *psym = start[M]; in ada_lookup_partial_symbol() 3398 struct partial_symbol *psym = start[i]; in ada_lookup_partial_symbol() 5052 ada_maybe_exception_partial_symbol (struct partial_symbol *sym) in ada_maybe_exception_partial_symbol()
|
| HD | hpread.c | 164 struct partial_symbol **, struct partial_symbol **); 870 struct partial_symbol **global_syms; /* We'll be filling in the "global" */ in hpread_quick_traverse() 871 struct partial_symbol **static_syms; /* and "static" tables in the objfile in hpread_quick_traverse() 2386 struct partial_symbol **global_syms, in hpread_start_psymtab() 2387 struct partial_symbol **static_syms) in hpread_start_psymtab()
|
| HD | objfiles.c | 589 struct partial_symbol **psym; in objfile_relocate()
|
| HD | dwarf2read.c | 1453 const struct partial_symbol *psym = NULL; in add_partial_symbol()
|
| /trueos/contrib/gdb/gdb/doc/ |
| HD | gdb.info-2 | 455 globals (* (struct partial_symbol **) 0x8507a08 @ 9) 456 statics (* (struct partial_symbol **) 0x40e95b78 @ 2882)
|
| HD | gdb.texinfo | 9412 globals (* (struct partial_symbol **) 0x8507a08 @@ 9) 9413 statics (* (struct partial_symbol **) 0x40e95b78 @@ 2882)
|