Lines Matching defs:ieee_handle
3813 struct ieee_handle struct
3816 bfd *abfd;
3819 bfd_boolean error;
3821 struct ieee_buflist *current;
3823 struct ieee_buf *curbuf;
3825 const char *filename;
3827 const char *modname;
3829 struct ieee_buflist global_types;
3831 struct ieee_buflist data;
3833 struct ieee_buflist types;
3836 struct ieee_buflist vars;
3839 struct ieee_buflist cxx;
3841 struct ieee_buflist linenos;
3843 struct ieee_range *ranges;
3845 struct ieee_range *global_ranges;
3847 struct ieee_range *pending_ranges;
3849 struct ieee_type_stack *type_stack;
3851 unsigned int type_indx;
3853 unsigned int name_indx;
3855 struct ieee_name_type_hash_table typedefs;
3857 struct ieee_name_type_hash_table tags;
3859 struct ieee_defined_enum *enums;
3861 struct ieee_modified_type *modified;
3863 unsigned int modified_alloc;
3865 unsigned int complex_float_index;
3867 unsigned int complex_double_index;
3870 unsigned int block_depth;
3872 const char *fnname;
3898 (struct ieee_handle *, struct ieee_buflist *); argument