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

/macosx-10.9.5/cxxfilt-11/cxxfilt/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.c4994 struct ecoff_debug_info input_debug;
5027 &input_debug))
5032 &input_debug, input_swap, info)))
5039 eraw_src = input_debug.external_ext;
5041 + (input_debug.symbolic_header.iextMax
5057 name = input_debug.ssext + ext.asym.iss;
5066 < input_debug.symbolic_header.ifdMax);
5067 ext.ifd = input_debug.ifdmap[ext.ifd];
5074 free (input_debug.line);
5075 free (input_debug
4984 struct ecoff_debug_info input_debug; local
[all...]
H A Delfxx-mips.c10462 struct ecoff_debug_info input_debug;
10495 &input_debug))
10500 &input_debug, input_swap, info)))
10507 eraw_src = input_debug.external_ext;
10509 + (input_debug.symbolic_header.iextMax
10525 name = input_debug.ssext + ext.asym.iss;
10534 < input_debug.symbolic_header.ifdMax);
10535 ext.ifd = input_debug.ifdmap[ext.ifd];
10542 free (input_debug.line);
10543 free (input_debug
10421 struct ecoff_debug_info input_debug; local
[all...]
H A Dbfd-in.h632 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.h639 struct ecoff_debug_info *input_debug,

Completed in 526 milliseconds