Lines Matching refs:dhandle

141 		 void *dhandle)
154 pauxent, useaux, dhandle);
155 type = debug_make_pointer_type (dhandle, type);
160 pauxent, useaux, dhandle);
161 type = debug_make_function_type (dhandle, type, (debug_type *) NULL,
188 pauxent, FALSE, dhandle);
189 type = debug_make_array_type (dhandle, type,
194 NULL, dhandle),
216 return debug_make_indirect_type (dhandle, slot, (const char *) NULL);
229 pauxent, dhandle);
237 union internal_auxent *pauxent, void *dhandle)
255 ret = debug_make_void_type (dhandle);
260 ret = debug_make_void_type (dhandle);
265 ret = debug_make_int_type (dhandle, 1, FALSE);
270 ret = debug_make_int_type (dhandle, 2, FALSE);
276 ret = debug_make_int_type (dhandle, 4, FALSE);
281 ret = debug_make_int_type (dhandle, 4, FALSE);
286 ret = debug_make_float_type (dhandle, 4);
291 ret = debug_make_float_type (dhandle, 8);
296 ret = debug_make_float_type (dhandle, 12);
301 ret = debug_make_int_type (dhandle, 1, TRUE);
306 ret = debug_make_int_type (dhandle, 2, TRUE);
311 ret = debug_make_int_type (dhandle, 4, TRUE);
316 ret = debug_make_int_type (dhandle, 4, TRUE);
322 ret = debug_make_struct_type (dhandle, TRUE, 0,
326 dhandle);
336 ret = debug_make_struct_type (dhandle, FALSE, 0, (debug_field *) NULL);
339 dhandle);
349 ret = debug_make_enum_type (dhandle, (const char **) NULL,
352 ret = parse_coff_enum_type (abfd, symbols, types, pauxent, dhandle);
362 ret = debug_name_type (dhandle, name, ret);
377 union internal_auxent *pauxent, void *dhandle)
454 syment.n_type, psubaux, TRUE, dhandle);
455 f = debug_make_field (dhandle, bfd_asymbol_name (sym), ftype,
474 return debug_make_struct_type (dhandle, ntype == T_STRUCT,
484 union internal_auxent *pauxent, void *dhandle)
545 return debug_make_enum_type (dhandle, names, vals);
553 struct internal_syment *psyment, void *dhandle,
562 if (! debug_record_variable (dhandle, bfd_asymbol_name (sym), type,
569 if (! debug_record_variable (dhandle, bfd_asymbol_name (sym), type,
575 if (! debug_record_variable (dhandle, bfd_asymbol_name (sym), type,
585 if (! debug_record_variable (dhandle, bfd_asymbol_name (sym), type,
594 if (! debug_record_parameter (dhandle, bfd_asymbol_name (sym), type,
601 if (! debug_record_parameter (dhandle, bfd_asymbol_name (sym), type,
607 type = debug_name_type (dhandle, bfd_asymbol_name (sym), type);
618 type = debug_tag_type (dhandle, bfd_asymbol_name (sym), type);
656 parse_coff (bfd *abfd, asymbol **syms, long symcount, void *dhandle)
731 if (! debug_set_filename (dhandle, "*globals*"))
749 if (! debug_set_filename (dhandle, name))
774 syment.n_type, paux, TRUE, dhandle);
778 dhandle, type, within_function))
793 DECREF (fntype), paux, FALSE, dhandle);
797 if (! debug_record_function (dhandle, fnname, type,
818 if (! debug_record_line (dhandle,
843 if (! debug_end_function (dhandle, fnend))
854 if (! debug_start_block (dhandle, bfd_asymbol_value (sym)))
859 if (! debug_end_block (dhandle, bfd_asymbol_value (sym)))
866 syment.n_type, paux, TRUE, dhandle);
870 dhandle, type, within_function))