Lines Matching defs:stab_handle
45 struct stab_handle struct
48 bfd *abfd;
50 bfd_boolean sections;
52 asymbol **syms;
54 long symcount;
56 char *so_string;
58 bfd_vma so_value;
61 bfd_vma file_start_offset;
64 bfd_vma function_start_offset;
67 int gcc_compiled;
70 bfd_boolean n_opt_found;
72 char *main_filename;
74 struct bincl_file *bincl_stack;
76 struct bincl_file *bincl_list;
78 bfd_boolean within_function;
82 bfd_vma function_end;
84 int block_depth;
86 struct stab_pending_var *pending;
88 unsigned int files;
90 struct stab_types **file_types;
92 debug_type xcoff_types[XCOFF_TYPE_COUNT];
94 struct stab_tag *tags;
97 bfd_boolean self_crossref;