Home
last modified time | relevance | path

Searched refs:lookup_struct (Results 1 – 5 of 5) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/
H A Dsymtab.h1012 extern struct type *lookup_struct (const char *, const struct block *);
H A Dp-exp.y821 { $$ = lookup_struct (copy_name ($2),
824 { $$ = lookup_struct (copy_name ($2),
H A Dc-exp.y1269 { $$ = lookup_struct (copy_name ($2),
1283 { $$ = lookup_struct (copy_name ($2),
H A Dgdbtypes.c1248 lookup_struct (const char *name, const struct block *block) in lookup_struct() function
/dflybsd-src/contrib/gdb-7/gdb/python/
H A Dpy-type.c723 type = lookup_struct (type_name + 7, NULL); in typy_lookup_typename()