/toolchain/binutils/binutils-2.27/binutils/ |
D | stabs.c | 351 start_stab (void *dhandle ATTRIBUTE_UNUSED, bfd *abfd, bfd_boolean sections, in start_stab() 373 finish_stab (void *dhandle, void *handle) in finish_stab() argument 380 if (! stab_emit_pending_vars (dhandle, info) in finish_stab() 381 || ! debug_end_function (dhandle, info->function_end)) in finish_stab() 394 st->slot = debug_make_undefined_tagged_type (dhandle, st->name, kind); in finish_stab() 405 parse_stab (void *dhandle, void *handle, int type, int desc, bfd_vma value, in parse_stab() argument 417 if (! debug_set_filename (dhandle, info->so_string)) in parse_stab() 460 if (! debug_start_block (dhandle, in parse_stab() 467 if (! stab_emit_pending_vars (dhandle, info)) in parse_stab() 481 if (! stab_emit_pending_vars (dhandle, info)) in parse_stab() [all …]
|
D | rdcoff.c | 144 void *dhandle) in parse_coff_type() argument 157 pauxent, useaux, dhandle); in parse_coff_type() 158 type = debug_make_pointer_type (dhandle, type); in parse_coff_type() 163 pauxent, useaux, dhandle); in parse_coff_type() 164 type = debug_make_function_type (dhandle, type, (debug_type *) NULL, in parse_coff_type() 191 pauxent, FALSE, dhandle); in parse_coff_type() 192 type = debug_make_array_type (dhandle, type, in parse_coff_type() 197 NULL, dhandle), in parse_coff_type() 219 return debug_make_indirect_type (dhandle, slot, (const char *) NULL); in parse_coff_type() 232 pauxent, dhandle); in parse_coff_type() [all …]
|
D | rddbg.c | 49 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() 92 return dhandle; in read_debugging_info() 99 void *dhandle, bfd_boolean *pfound) in read_section_stabs_debugging_info() argument 154 shandle = start_stab (dhandle, abfd, TRUE, syms, symcount); in read_section_stabs_debugging_info() [all …]
|
D | ieee.c | 149 void *dhandle; member 590 void *dhandle; in ieee_builtin_type() local 598 dhandle = info->dhandle; in ieee_builtin_type() 602 type = debug_make_pointer_type (dhandle, in ieee_builtin_type() 616 type = debug_make_void_type (dhandle); in ieee_builtin_type() 621 type = debug_make_void_type (dhandle); in ieee_builtin_type() 626 type = debug_make_int_type (dhandle, 1, FALSE); in ieee_builtin_type() 631 type = debug_make_int_type (dhandle, 1, TRUE); in ieee_builtin_type() 636 type = debug_make_int_type (dhandle, 2, FALSE); in ieee_builtin_type() 641 type = debug_make_int_type (dhandle, 2, TRUE); in ieee_builtin_type() [all …]
|
D | objcopy.c | 1812 void *dhandle; in copy_object() local 2338 dhandle = NULL; in copy_object() 2340 dhandle = read_debugging_info (ibfd, isympp, symcount, FALSE); in copy_object() 2383 if (convert_debugging && dhandle != NULL) in copy_object() 2385 if (! write_debugging_info (obfd, dhandle, &symcount, &osympp)) in copy_object() 3500 write_debugging_info (bfd *obfd, void *dhandle, in write_debugging_info() argument 3505 return write_ieee_debugging_info (obfd, dhandle); in write_debugging_info() 3515 if (! write_stabs_in_sections_debugging_info (obfd, dhandle, &syms, in write_debugging_info()
|
D | objdump.c | 3400 void *dhandle; in dump_bfd() local 3402 dhandle = read_debugging_info (abfd, syms, symcount, TRUE); in dump_bfd() 3403 if (dhandle != NULL) in dump_bfd() 3405 if (!print_debugging_info (stdout, dhandle, abfd, syms, in dump_bfd()
|
D | prdbg.c | 293 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()
|
D | wrstabs.c | 461 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()
|