|
GDB (xrefs)
|
#include "symtab.h"
Public Attributes | |
| struct general_symbol_info | ginfo |
| struct type * | type |
| struct symtab * | symtab |
| ENUM_BITFIELD(domain_enum_tag) domain unsigned int | aclass_index: SYMBOL_ACLASS_BITS |
| unsigned | is_argument: 1 |
| unsigned | is_inlined: 1 |
| unsigned | is_cplus_template_function: 1 |
| unsigned short | line |
| void * | aux_value |
| struct symbol * | hash_next |
| ENUM_BITFIELD (domain_enum_tag) domain unsigned int symbol::aclass_index |
| void* symbol::aux_value |
| struct general_symbol_info symbol::ginfo |
Definition at line 655 of file symtab.h.
Referenced by add_symbol_to_list(), finalize_symtab(), fixup_symbol_section(), and new_symbol_full().
| struct symbol* symbol::hash_next |
Definition at line 714 of file symtab.h.
Referenced by expand_hashtable(), insert_symbol_hashed(), iter_match_first_hashed(), iter_match_next_hashed(), new_symbol_full(), and objfile_relocate1().
| unsigned symbol::is_argument |
| unsigned symbol::is_cplus_template_function |
Definition at line 685 of file symtab.h.
Referenced by read_func_scope().
| unsigned symbol::is_inlined |
| unsigned short symbol::line |
| struct symtab* symbol::symtab |
Definition at line 664 of file symtab.h.
Referenced by add_symbol(), btrace_func_history_src_line(), ftrace_function_switched(), ftrace_print_filename(), and ftrace_skip_file().
| struct type* symbol::type |
Definition at line 659 of file symtab.h.
Referenced by get_tcb_types_info(), list_arg_or_local(), list_args_or_locals(), and lookup_symbol_aux().
1.7.6.1