Searched refs:partial_symbol (Results 1 - 13 of 13) sorted by relevance

/freebsd-9.3-release/contrib/gdb/gdb/
H A Dsymfile.h49 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 **);
H A Dsymtab.h43 struct partial_symbol
660 /* A partial_symbol records the name, domain, and address class of
663 Each partial_symbol sits in a partial_symtab, all of which are chained
669 struct partial_symbol
1039 extern struct partial_symbol *lookup_partial_symbol (struct partial_symtab *,
1102 extern struct partial_symbol *find_pc_psymbol (struct partial_symtab *,
1107 extern struct partial_symbol *find_pc_sect_psymbol (struct partial_symtab *,
1333 extern struct partial_symbol *fixup_psymbol_section (struct partial_symbol
667 struct partial_symbol struct
H A Dada-lang.h23 struct partial_symbol;
387 extern int ada_maybe_exception_partial_symbol (struct partial_symbol *sym);
H A Dsymmisc.c70 static void print_partial_symbols (struct partial_symbol **, int,
825 print_partial_symbols (struct partial_symbol **p, int count, char *what,
1079 printf_filtered ("(* (struct partial_symbol **) %p @ %d)\n",
1089 printf_filtered ("(* (struct partial_symbol **) %p @ %d)\n",
1130 struct partial_symbol **psym;
1237 listp->list = (struct partial_symbol **)
1238 xmmalloc (objfile->md, new_size * sizeof (struct partial_symbol *));
1243 listp->list = (struct partial_symbol **)
1245 new_size * sizeof (struct partial_symbol *));
H A Dsymfile.c209 struct partial_symbol *const *s1 = s1p;
210 struct partial_symbol *const *s2 = s2p;
222 pst->n_global_syms, sizeof (struct partial_symbol *),
2400 partial_symbol lists (global_psymbols/static_psymbols) that
2545 CORE_ADDR textlow, struct partial_symbol **global_syms,
2546 struct partial_symbol **static_syms)
2575 const struct partial_symbol *
2582 struct partial_symbol *psym;
2587 static struct partial_symbol psymbol;
2609 psym = deprecated_bcache (&psymbol, sizeof (struct partial_symbol),
[all...]
H A Dsymtab.c707 struct partial_symbol *best_psym = NULL;
731 struct partial_symbol *p;
782 struct partial_symbol *
786 struct partial_symbol *best = NULL, *p, **pp;
854 struct partial_symbol *
891 struct partial_symbol *
892 fixup_psymbol_section (struct partial_symbol *psym, struct objfile *objfile)
1432 struct partial_symbol *
1437 struct partial_symbol *temp;
1438 struct partial_symbol **star
[all...]
H A Dblockframe.c354 struct partial_symbol *psb;
H A Dxcoffread.c1936 struct partial_symbol **, struct partial_symbol **);
1947 struct partial_symbol **global_syms,
1948 struct partial_symbol **static_syms)
H A Ddbxread.c296 struct partial_symbol **,
297 struct partial_symbol **);
2148 int ldsymoff, struct partial_symbol **global_syms,
2149 struct partial_symbol **static_syms)
H A Dobjfiles.c590 struct partial_symbol **psym;
H A Dada-lang.c102 static struct partial_symbol *ada_lookup_partial_symbol (struct partial_symtab
3308 static struct partial_symbol *
3312 struct partial_symbol **start;
3330 struct partial_symbol *psym = start[i];
3348 struct partial_symbol *psym = start[M];
3364 struct partial_symbol *psym = start[i];
3390 struct partial_symbol *psym = start[M];
3406 struct partial_symbol *psym = start[i];
5062 ada_maybe_exception_partial_symbol (struct partial_symbol *sym)
H A Dhpread.c166 struct partial_symbol **, struct partial_symbol **);
878 struct partial_symbol **global_syms; /* We'll be filling in the "global" */
879 struct partial_symbol **static_syms; /* and "static" tables in the objfile
2397 struct partial_symbol **global_syms,
2398 struct partial_symbol **static_syms)
H A Ddwarf2read.c1453 const struct partial_symbol *psym = NULL;

Completed in 235 milliseconds