Home
last modified time | relevance | path

Searched refs:sym_class (Results 1 – 6 of 6) sorted by relevance

/freebsd-9-stable/contrib/gdb/gdb/
Dlinespec.c73 struct symbol *sym_class);
1171 struct symbol *sym_class; in decode_compound() local
1274 sym_class = lookup_prefix_sym (argptr, p2); in decode_compound()
1279 if (sym_class && in decode_compound()
1280 (t = check_typedef (SYMBOL_TYPE (sym_class)), in decode_compound()
1330 copy, t, sym_class); in decode_compound()
1400 char *copy, struct type *t, struct symbol *sym_class) in find_method() argument
1453 SYMBOL_PRINT_NAME (sym_class)); in find_method()
1457 SYMBOL_PRINT_NAME (sym_class), tmp); in find_method()
Dparse.c582 struct symbol *sym_class = NULL; in parse_nested_classes_for_hpacc() local
662 sym_class = lookup_symbol (prefix, 0, STRUCT_DOMAIN, in parse_nested_classes_for_hpacc()
672 sym_class = lookup_symbol (prefix, 0, STRUCT_DOMAIN, in parse_nested_classes_for_hpacc()
677 (sym_class && in parse_nested_classes_for_hpacc()
678 (t = check_typedef (SYMBOL_TYPE (sym_class)), in parse_nested_classes_for_hpacc()
703 return sym_var ? sym_var : sym_class; /* found */ in parse_nested_classes_for_hpacc()
Dc-exp.y1316 struct symbol * sym_class = NULL; in yylex() local
1720 sym_class = parse_nested_classes_for_hpacc (yylval.sval.ptr, yylval.sval.length, in yylex()
1722 if (sym_class) in yylex()
Deval.c2110 enum address_class sym_class = SYMBOL_CLASS (var); in evaluate_subexp_for_address() local
2112 if (sym_class == LOC_CONST in evaluate_subexp_for_address()
2113 || sym_class == LOC_CONST_BYTES in evaluate_subexp_for_address()
2114 || sym_class == LOC_REGISTER in evaluate_subexp_for_address()
2115 || sym_class == LOC_REGPARM) in evaluate_subexp_for_address()
Dc-exp.c2946 struct symbol * sym_class = NULL; in yylex() local
3350 sym_class = parse_nested_classes_for_hpacc (yylval.sval.ptr, yylval.sval.length, in yylex()
3352 if (sym_class) in yylex()
/freebsd-9-stable/contrib/binutils/binutils/
Drdcoff.c103 static bfd_boolean external_coff_symbol_p (int sym_class);
638 external_coff_symbol_p (int sym_class) in external_coff_symbol_p() argument
640 switch (sym_class) in external_coff_symbol_p()