Searched refs:lookup_struct_typedef (Results 1 – 5 of 5) sorted by relevance
/openbsd-src/gnu/usr.bin/binutils/gdb/ |
H A D | objc-lang.h | 65 struct symbol *lookup_struct_typedef (char *name, struct block *block,
|
H A D | objc-lang.c | 84 lookup_struct_typedef (char *name, struct block *block, int noerr) in lookup_struct_typedef() function 173 sym = lookup_struct_typedef("NSString", 0, 1); in value_nsstring() 175 sym = lookup_struct_typedef("NXString", 0, 1); in value_nsstring()
|
H A D | objc-exp.y | 1782 if ((sym = lookup_struct_typedef (tmp, in yylex()
|
H A D | objc-exp.c | 3445 if ((sym = lookup_struct_typedef (tmp, in yylex()
|
H A D | ChangeLog-2003 | 7808 * objc-exp.y (yylex): Delete lookup_struct_typedef declaration. 7809 * objc-lang.h (lookup_struct_typedef): Add declaration.
|