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

/freebsd-11-stable/contrib/binutils/bfd/
H A Decofflink.c584 input_bfd, input_debug, input_swap,
591 struct ecoff_debug_info *input_debug;
612 HDRR * const input_symhdr = &input_debug->symbolic_header;
657 if (input_debug->fdr != (FDR *) NULL)
659 fdr_start = (bfd_byte *) input_debug->fdr;
664 fdr_start = (bfd_byte *) input_debug->external_fdr;
671 input_debug->ifdmap = (RFDT *) bfd_alloc (input_bfd, amt);
675 if (!input_debug->ifdmap || !rfd_out)
699 if (input_debug->fdr != (FDR *) NULL)
718 name = input_debug
[all...]
H A Delf64-alpha.c5040 struct ecoff_debug_info input_debug;
5073 &input_debug))
5078 &input_debug, input_swap, info)))
5085 eraw_src = input_debug.external_ext;
5087 + (input_debug.symbolic_header.iextMax
5103 name = input_debug.ssext + ext.asym.iss;
5112 < input_debug.symbolic_header.ifdMax);
5113 ext.ifd = input_debug.ifdmap[ext.ifd];
5120 free (input_debug.line);
5121 free (input_debug
5030 struct ecoff_debug_info input_debug; local
[all...]
H A Delfxx-mips.c10501 struct ecoff_debug_info input_debug;
10534 &input_debug))
10539 &input_debug, input_swap, info)))
10546 eraw_src = input_debug.external_ext;
10548 + (input_debug.symbolic_header.iextMax
10564 name = input_debug.ssext + ext.asym.iss;
10573 < input_debug.symbolic_header.ifdMax);
10574 ext.ifd = input_debug.ifdmap[ext.ifd];
10581 free (input_debug.line);
10582 free (input_debug
10460 struct ecoff_debug_info input_debug; local
[all...]
H A Dbfd-in.h639 struct ecoff_debug_info *input_debug,
H A Decoff.c2299 struct ecoff_debug_info *input_debug;
2301 input_debug = &ecoff_data (input_bfd)->debug_info;
2302 BFD_ASSERT (esym->ifd < input_debug->symbolic_header.ifdMax);
2303 if (input_debug->ifdmap != NULL)
2304 esym->ifd = input_debug->ifdmap[esym->ifd];
2292 struct ecoff_debug_info *input_debug; local
H A Dbfd-in2.h646 struct ecoff_debug_info *input_debug,
/freebsd-11-stable/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h652 struct ecoff_debug_info *input_debug,

Completed in 256 milliseconds