Lines Matching defs:stab_write_handle
132 struct stab_write_handle struct
135 bfd *abfd;
137 bfd_byte *symbols;
138 size_t symbols_size;
139 size_t symbols_alloc;
141 struct string_hash_entry *strings;
143 struct string_hash_entry *last_string;
145 size_t strings_size;
147 struct string_hash_table strhash;
149 struct stab_type_stack *type_stack;
151 long type_index;
153 struct stab_type_cache type_cache;
177 (struct stab_write_handle *, int, int, bfd_vma, const char *); argument