Lines Matching defs:debug_info
128 _bfd_ecoff_free_ecoff_debug_info (&tdata->debug_info);
440 if (ecoff_data (abfd)->debug_info.symbolic_header.magic ==
469 internal_symhdr = &ecoff_data (abfd)->debug_info.symbolic_header;
528 BFD_ASSERT (debug == &ecoff_data (abfd)->debug_info);
902 &ecoff_data (abfd)->debug_info))
918 eraw_src = (char *) ecoff_data (abfd)->debug_info.external_ext;
920 + (ecoff_data (abfd)->debug_info.symbolic_header.iextMax
929 HDRR *symhdr = &ecoff_data (abfd)->debug_info.symbolic_header;
937 internal_ptr->symbol.name = (ecoff_data (abfd)->debug_info.ssext
951 internal_ptr->fdr = (ecoff_data (abfd)->debug_info.fdr
959 fdr_ptr = ecoff_data (abfd)->debug_info.fdr;
960 fdr_end = fdr_ptr + ecoff_data (abfd)->debug_info.symbolic_header.ifdMax;
965 HDRR *symhdr = &ecoff_data (abfd)->debug_info.symbolic_header;
981 lraw_src = ((char *) ecoff_data (abfd)->debug_info.external_sym
998 internal_ptr->symbol.name = (ecoff_data (abfd)->debug_info.ss
1011 A discrepancy between ecoff_data (abfd)->debug_info.symbolic_header.isymMax
1012 and ecoff_data (abfd)->debug_info.symbolic_header.ifdMax can mean that
1021 abfd, ecoff_data (abfd)->debug_info.symbolic_header.isymMax,
1022 ecoff_data (abfd)->debug_info.symbolic_header.ifdMax);
1036 &ecoff_data (abfd)->debug_info))
1085 struct ecoff_debug_info * const debug_info = &ecoff_data (abfd)->debug_info;
1104 if (debug_info->external_rfd == NULL)
1105 fdr = debug_info->fdr + ifd;
1111 ((char *) debug_info->external_rfd
1115 fdr = debug_info->fdr + rfd;
1121 ((char *) debug_info->external_sym
1125 name = debug_info->ss + fdr->issBase + sym.iss;
1132 + debug_info->symbolic_header.iextMax));
1157 aux_ptr = ecoff_data (abfd)->debug_info.external_aux + fdr->iauxBase;
1506 - (char *) ecoff_data (abfd)->debug_info.external_sym)
1508 + ecoff_data (abfd)->debug_info.symbolic_header.iextMax);
1519 - (char *) ecoff_data (abfd)->debug_info.external_ext)
1554 ecoff_data (abfd)->debug_info.symbolic_header.iextMax;
1558 aux_base = (ecoff_data (abfd)->debug_info.external_aux
1611 ->debug_info.symbolic_header.iextMax)));
1701 < (ecoff_data (abfd)->debug_info.symbolic_header.iextMax)))
1813 struct ecoff_debug_info * const debug_info = &ecoff_data (abfd)->debug_info;
1817 if (! _bfd_ecoff_slurp_symbolic_info (abfd, NULL, debug_info)
1834 return _bfd_ecoff_locate_line (abfd, section, offset, debug_info,
1856 struct ecoff_debug_info *iinfo = &ecoff_data (ibfd)->debug_info;
1857 struct ecoff_debug_info *oinfo = &ecoff_data (obfd)->debug_info;
2390 input_debug = &ecoff_data (input_bfd)->debug_info;
2425 struct ecoff_debug_info * const debug = &ecoff_data (abfd)->debug_info;
3352 ext_count = ecoff_data (abfd)->debug_info.symbolic_header.iextMax;
3544 symhdr = &ecoff_data (abfd)->debug_info.symbolic_header;
3795 struct ecoff_debug_info * const debug = &ecoff_data (input_bfd)->debug_info;
3847 (handle, output_bfd, &ecoff_data (output_bfd)->debug_info,
4234 debug = &ecoff_data (h->abfd)->debug_info;
4279 h->indx = ecoff_data (output_bfd)->debug_info.symbolic_header.iextMax;
4283 (output_bfd, &ecoff_data (output_bfd)->debug_info,
4297 struct ecoff_debug_info * const debug = &ecoff_data (abfd)->debug_info;
4322 /* We accumulate the debugging information itself in the debug_info
4353 = ecoff_data (input_bfd)->debug_info.symbolic_header.vstamp;