Searched refs:lookup_struct (Results 1 – 11 of 11) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | p-exp.y | 761 = lookup_struct (copy_name ($2).c_str (), 766 = lookup_struct (copy_name ($2).c_str (),
|
| D | symtab.h | 2181 extern struct type *lookup_struct (const char *, const struct block *);
|
| D | c-exp.y | 1508 = lookup_struct (copy_name ($2).c_str (), 1524 { $$ = lookup_struct
|
| D | gdbtypes.c | 1697 lookup_struct (const char *name, const struct block *block) in lookup_struct() function
|
| D | ChangeLog-2011 | 5623 * symtab.h (lookup_struct, lookup_union, lookup_enum): Update. 5643 (lookup_struct): Likewise.
|
| D | ChangeLog-2012 | 1154 (lookup_struct): Make block argument const. 1167 * symtab.h (lookup_struct, lookup_union, lookup_enum): Update.
|
| D | ChangeLog-1992 | 5750 unsigned_typename, lookup_struct, lookup_union, lookup_enum,
|
| D | ChangeLog-2008 | 7312 (lookup_struct, lookup_union, lookup_enum): Update.
|
| D | ChangeLog-2015 | 7010 * gdbtypes.c (lookup_typename, lookup_struct, lookup_union,
|
| D | ChangeLog-2014 | 2164 (lookup_struct): Fix capitalization in function comment.
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/python/ |
| D | py-type.c | 851 type = lookup_struct (type_name + 7, NULL); in typy_lookup_typename()
|