Lines Matching defs:ieee_handle
3803 struct ieee_handle struct
3806 bfd *abfd;
3809 bfd_boolean error;
3811 struct ieee_buflist *current;
3813 struct ieee_buf *curbuf;
3815 const char *filename;
3817 const char *modname;
3819 struct ieee_buflist global_types;
3821 struct ieee_buflist data;
3823 struct ieee_buflist types;
3826 struct ieee_buflist vars;
3829 struct ieee_buflist cxx;
3831 struct ieee_buflist linenos;
3833 struct ieee_range *ranges;
3835 struct ieee_range *global_ranges;
3837 struct ieee_range *pending_ranges;
3839 struct ieee_type_stack *type_stack;
3841 unsigned int type_indx;
3843 unsigned int name_indx;
3845 struct ieee_name_type_hash_table typedefs;
3847 struct ieee_name_type_hash_table tags;
3849 struct ieee_defined_enum *enums;
3851 struct ieee_modified_type *modified;
3853 unsigned int modified_alloc;
3855 unsigned int complex_float_index;
3857 unsigned int complex_double_index;
3860 unsigned int block_depth;
3862 const char *fnname;
3888 (struct ieee_handle *, struct ieee_buflist *); argument