Searched refs:input_debug (Results 1 - 10 of 10) sorted by relevance

/haiku-fatelf/src/bin/gdb/bfd/
H A Decofflink.c583 input_bfd, input_debug, input_swap,
590 struct ecoff_debug_info *input_debug;
611 HDRR * const input_symhdr = &input_debug->symbolic_header;
656 if (input_debug->fdr != (FDR *) NULL)
658 fdr_start = (bfd_byte *) input_debug->fdr;
663 fdr_start = (bfd_byte *) input_debug->external_fdr;
670 input_debug->ifdmap = (RFDT *) bfd_alloc (input_bfd, amt);
674 if (!input_debug->ifdmap || !rfd_out)
698 if (input_debug->fdr != (FDR *) NULL)
717 name = input_debug
[all...]
H A Delf64-alpha.c5201 struct ecoff_debug_info input_debug;
5234 &input_debug))
5239 &input_debug, input_swap, info)))
5246 eraw_src = input_debug.external_ext;
5248 + (input_debug.symbolic_header.iextMax
5264 name = input_debug.ssext + ext.asym.iss;
5273 < input_debug.symbolic_header.ifdMax);
5274 ext.ifd = input_debug.ifdmap[ext.ifd];
5281 free (input_debug.line);
5282 free (input_debug
5192 struct ecoff_debug_info input_debug; local
[all...]
H A Delfxx-mips.c8404 struct ecoff_debug_info input_debug;
8437 &input_debug))
8442 &input_debug, input_swap, info)))
8449 eraw_src = input_debug.external_ext;
8451 + (input_debug.symbolic_header.iextMax
8467 name = input_debug.ssext + ext.asym.iss;
8476 < input_debug.symbolic_header.ifdMax);
8477 ext.ifd = input_debug.ifdmap[ext.ifd];
8484 free (input_debug.line);
8485 free (input_debug
8366 struct ecoff_debug_info input_debug; local
[all...]
H A Dbfd-in.h600 struct ecoff_debug_info *input_debug,
H A Decoff.c2436 struct ecoff_debug_info *input_debug;
2438 input_debug = &ecoff_data (input_bfd)->debug_info;
2439 BFD_ASSERT (esym->ifd < input_debug->symbolic_header.ifdMax);
2440 if (input_debug->ifdmap != (RFDT *) NULL)
2441 esym->ifd = input_debug->ifdmap[esym->ifd];
2428 struct ecoff_debug_info *input_debug; local
H A Dbfd-in2.h607 struct ecoff_debug_info *input_debug,
/haiku-fatelf/src/bin/gdb/bfd/config-x86/
H A Dbfd-in3.h607 struct ecoff_debug_info *input_debug,
H A Dbfd.h607 struct ecoff_debug_info *input_debug,
/haiku-fatelf/src/bin/gdb/bfd/config-x86_64/
H A Dbfd-in3.h605 struct ecoff_debug_info *input_debug,
H A Dbfd.h605 struct ecoff_debug_info *input_debug,

Completed in 385 milliseconds