
Public Attributes | |
| bfd * | abfd |
| boolean | sections |
| asymbol ** | syms |
| long | symcount |
| char * | so_string |
| bfd_vma | so_value |
| bfd_vma | file_start_offset |
| bfd_vma | function_start_offset |
| int | gcc_compiled |
| boolean | n_opt_found |
| char * | main_filename |
| bincl_file * | bincl_stack |
| bincl_file * | bincl_list |
| boolean | within_function |
| bfd_vma | function_end |
| int | block_depth |
| stab_pending_var * | pending |
| unsigned int | files |
| stab_types ** | file_types |
| debug_type | xcoff_types [XCOFF_TYPE_COUNT] |
| stab_tag * | tags |
Definition at line 50 of file stabs.c.
| bfd* stab_handle::abfd |
| struct bincl_file* stab_handle::bincl_list |
| struct bincl_file* stab_handle::bincl_stack |
| bfd_vma stab_handle::file_start_offset |
| struct stab_types** stab_handle::file_types |
| unsigned int stab_handle::files |
| bfd_vma stab_handle::function_end |
Definition at line 72 of file stabs.c.
Referenced by parse_stab(), parse_stab_string(), and stab_record_variable().
| boolean stab_handle::n_opt_found |
| struct stab_pending_var* stab_handle::pending |
Definition at line 91 of file stabs.c.
Referenced by stab_emit_pending_vars(), and stab_record_variable().
| boolean stab_handle::sections |
| char* stab_handle::so_string |
| bfd_vma stab_handle::so_value |
| asymbol** stab_handle::syms |
| struct stab_tag* stab_handle::tags |
Definition at line 99 of file stabs.c.
Referenced by finish_stab(), parse_stab_string(), and stab_find_tagged_type().
| boolean stab_handle::within_function |
Definition at line 83 of file stabs.c.
Referenced by finish_stab(), parse_stab(), and stab_record_variable().
| debug_type stab_handle::xcoff_types[XCOFF_TYPE_COUNT] |
1.4.7

