Home
last modified time | relevance | path

Searched refs:dhandle (Results 1 – 9 of 9) sorted by relevance

/NextBSD/contrib/binutils/binutils/
HDstabs.c352 start_stab (void *dhandle ATTRIBUTE_UNUSED, bfd *abfd, bfd_boolean sections, in start_stab()
374 finish_stab (void *dhandle, void *handle) in finish_stab() argument
381 if (! stab_emit_pending_vars (dhandle, info) in finish_stab()
382 || ! debug_end_function (dhandle, info->function_end)) in finish_stab()
395 st->slot = debug_make_undefined_tagged_type (dhandle, st->name, kind); in finish_stab()
406 parse_stab (void *dhandle, void *handle, int type, int desc, bfd_vma value, in parse_stab() argument
418 if (! debug_set_filename (dhandle, info->so_string)) in parse_stab()
461 if (! debug_start_block (dhandle, in parse_stab()
468 if (! stab_emit_pending_vars (dhandle, info)) in parse_stab()
482 if (! stab_emit_pending_vars (dhandle, info)) in parse_stab()
[all …]
HDrdcoff.c140 void *dhandle) in parse_coff_type() argument
153 pauxent, useaux, dhandle); in parse_coff_type()
154 type = debug_make_pointer_type (dhandle, type); in parse_coff_type()
159 pauxent, useaux, dhandle); in parse_coff_type()
160 type = debug_make_function_type (dhandle, type, (debug_type *) NULL, in parse_coff_type()
187 pauxent, FALSE, dhandle); in parse_coff_type()
188 type = debug_make_array_type (dhandle, type, in parse_coff_type()
193 NULL, dhandle), in parse_coff_type()
215 return debug_make_indirect_type (dhandle, slot, (const char *) NULL); in parse_coff_type()
228 pauxent, dhandle); in parse_coff_type()
[all …]
HDrddbg.c49 void *dhandle; in read_debugging_info() local
52 dhandle = debug_init (); in read_debugging_info()
53 if (dhandle == NULL) in read_debugging_info()
56 if (! read_section_stabs_debugging_info (abfd, syms, symcount, dhandle, in read_debugging_info()
62 if (! read_symbol_stabs_debugging_info (abfd, syms, symcount, dhandle, in read_debugging_info()
69 if (! read_ieee_debugging_info (abfd, dhandle, &found)) in read_debugging_info()
79 if (! parse_coff (abfd, syms, symcount, dhandle)) in read_debugging_info()
91 return dhandle; in read_debugging_info()
98 void *dhandle, bfd_boolean *pfound) in read_section_stabs_debugging_info() argument
152 shandle = start_stab (dhandle, abfd, TRUE, syms, symcount); in read_section_stabs_debugging_info()
[all …]
HDieee.c148 void *dhandle; member
589 void *dhandle; in ieee_builtin_type() local
597 dhandle = info->dhandle; in ieee_builtin_type()
601 type = debug_make_pointer_type (dhandle, in ieee_builtin_type()
615 type = debug_make_void_type (dhandle); in ieee_builtin_type()
620 type = debug_make_void_type (dhandle); in ieee_builtin_type()
625 type = debug_make_int_type (dhandle, 1, FALSE); in ieee_builtin_type()
630 type = debug_make_int_type (dhandle, 1, TRUE); in ieee_builtin_type()
635 type = debug_make_int_type (dhandle, 2, FALSE); in ieee_builtin_type()
640 type = debug_make_int_type (dhandle, 2, TRUE); in ieee_builtin_type()
[all …]
HDobjcopy.c1324 void *dhandle; in copy_object() local
1635 dhandle = NULL; in copy_object()
1637 dhandle = read_debugging_info (ibfd, isympp, symcount); in copy_object()
1676 if (convert_debugging && dhandle != NULL) in copy_object()
1678 if (! write_debugging_info (obfd, dhandle, &symcount, &osympp)) in copy_object()
2575 write_debugging_info (bfd *obfd, void *dhandle, in write_debugging_info() argument
2580 return write_ieee_debugging_info (obfd, dhandle); in write_debugging_info()
2590 if (! write_stabs_in_sections_debugging_info (obfd, dhandle, &syms, in write_debugging_info()
HDobjdump.c2899 void *dhandle; in dump_bfd() local
2901 dhandle = read_debugging_info (abfd, syms, symcount); in dump_bfd()
2902 if (dhandle != NULL) in dump_bfd()
2904 if (!print_debugging_info (stdout, dhandle, abfd, syms, in dump_bfd()
HDprdbg.c294 print_debugging_info (FILE *f, void *dhandle, bfd *abfd, asymbol **syms, in print_debugging_info() argument
316 return as_tags ? debug_write (dhandle, &tg_fns, (void *) & info) in print_debugging_info()
317 : debug_write (dhandle, &pr_fns, (void *) & info); in print_debugging_info()
HDwrstabs.c461 write_stabs_in_sections_debugging_info (bfd *abfd, void *dhandle, in write_stabs_in_sections_debugging_info() argument
511 if (! debug_write (dhandle, &stab_fns, (void *) &info)) in write_stabs_in_sections_debugging_info()
/NextBSD/sys/dev/drm2/radeon/
HDradeon_bios.c192 ACPI_HANDLE dhandle, atrm_handle; local
218 dhandle = acpi_get_handle(dev);
220 if (!dhandle)
223 if (!dhandle)
227 status = AcpiGetHandle(dhandle, "ATRM", &atrm_handle);