Lines Matching defs:debug_info

430   if (ecoff_data (abfd)->debug_info.symbolic_header.magic ==
460 internal_symhdr = &ecoff_data (abfd)->debug_info.symbolic_header;
505 BFD_ASSERT (debug == &ecoff_data (abfd)->debug_info);
869 &ecoff_data (abfd)->debug_info))
881 eraw_src = (char *) ecoff_data (abfd)->debug_info.external_ext;
883 + (ecoff_data (abfd)->debug_info.symbolic_header.iextMax
890 internal_ptr->symbol.name = (ecoff_data (abfd)->debug_info.ssext
898 internal_ptr->fdr = (ecoff_data (abfd)->debug_info.fdr
908 fdr_ptr = ecoff_data (abfd)->debug_info.fdr;
909 fdr_end = fdr_ptr + ecoff_data (abfd)->debug_info.symbolic_header.ifdMax;
915 lraw_src = ((char *) ecoff_data (abfd)->debug_info.external_sym
925 internal_ptr->symbol.name = (ecoff_data (abfd)->debug_info.ss
948 &ecoff_data (abfd)->debug_info))
997 struct ecoff_debug_info * const debug_info = &ecoff_data (abfd)->debug_info;
1016 if (debug_info->external_rfd == NULL)
1017 fdr = debug_info->fdr + ifd;
1023 ((char *) debug_info->external_rfd
1027 fdr = debug_info->fdr + rfd;
1033 ((char *) debug_info->external_sym
1037 name = debug_info->ss + fdr->issBase + sym.iss;
1044 + debug_info->symbolic_header.iextMax));
1070 aux_ptr = ecoff_data (abfd)->debug_info.external_aux + fdr->iauxBase;
1418 - (char *) ecoff_data (abfd)->debug_info.external_sym)
1420 + ecoff_data (abfd)->debug_info.symbolic_header.iextMax);
1431 - (char *) ecoff_data (abfd)->debug_info.external_ext)
1466 ecoff_data (abfd)->debug_info.symbolic_header.iextMax;
1470 aux_base = (ecoff_data (abfd)->debug_info.external_aux
1519 ->debug_info.symbolic_header.iextMax)));
1601 ->debug_info.symbolic_header.iextMax)));
1714 struct ecoff_debug_info * const debug_info = &ecoff_data (abfd)->debug_info;
1718 if (! _bfd_ecoff_slurp_symbolic_info (abfd, NULL, debug_info)
1732 return _bfd_ecoff_locate_line (abfd, section, offset, debug_info,
1754 struct ecoff_debug_info *iinfo = &ecoff_data (ibfd)->debug_info;
1755 struct ecoff_debug_info *oinfo = &ecoff_data (obfd)->debug_info;
2301 input_debug = &ecoff_data (input_bfd)->debug_info;
2336 struct ecoff_debug_info * const debug = &ecoff_data (abfd)->debug_info;
3348 ext_count = ecoff_data (abfd)->debug_info.symbolic_header.iextMax;
3553 symhdr = &ecoff_data (abfd)->debug_info.symbolic_header;
3619 symhdr = &ecoff_data (abfd)->debug_info.symbolic_header;
3910 struct ecoff_debug_info * const debug = &ecoff_data (input_bfd)->debug_info;
3957 (handle, output_bfd, &ecoff_data (output_bfd)->debug_info,
4390 debug = &ecoff_data (h->abfd)->debug_info;
4435 h->indx = ecoff_data (output_bfd)->debug_info.symbolic_header.iextMax;
4439 (output_bfd, &ecoff_data (output_bfd)->debug_info,
4453 struct ecoff_debug_info * const debug = &ecoff_data (abfd)->debug_info;
4478 /* We accumulate the debugging information itself in the debug_info
4509 = ecoff_data (input_bfd)->debug_info.symbolic_header.vstamp;