Lines Matching defs:stab_handle
45 struct stab_handle struct
48 bfd *abfd;
50 bool 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 bool n_opt_found;
72 char *main_filename;
74 struct bincl_file *bincl_stack;
76 struct bincl_file *bincl_list;
78 bool 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 bool self_crossref;