Home | History | Annotate | Download | only in bfd

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);
890 &ecoff_data (abfd)->debug_info))
906 eraw_src = (char *) ecoff_data (abfd)->debug_info.external_ext;
908 + (ecoff_data (abfd)->debug_info.symbolic_header.iextMax
917 HDRR *symhdr = &ecoff_data (abfd)->debug_info.symbolic_header;
925 internal_ptr->symbol.name = (ecoff_data (abfd)->debug_info.ssext
939 internal_ptr->fdr = (ecoff_data (abfd)->debug_info.fdr
947 fdr_ptr = ecoff_data (abfd)->debug_info.fdr;
948 fdr_end = fdr_ptr + ecoff_data (abfd)->debug_info.symbolic_header.ifdMax;
953 HDRR *symhdr = &ecoff_data (abfd)->debug_info.symbolic_header;
969 lraw_src = ((char *) ecoff_data (abfd)->debug_info.external_sym
986 internal_ptr->symbol.name = (ecoff_data (abfd)->debug_info.ss
999 A discrepancy between ecoff_data (abfd)->debug_info.symbolic_header.isymMax
1000 and ecoff_data (abfd)->debug_info.symbolic_header.ifdMax can mean that
1009 abfd, ecoff_data (abfd)->debug_info.symbolic_header.isymMax,
1010 ecoff_data (abfd)->debug_info.symbolic_header.ifdMax);
1024 &ecoff_data (abfd)->debug_info))
1073 struct ecoff_debug_info * const debug_info = &ecoff_data (abfd)->debug_info;
1092 if (debug_info->external_rfd == NULL)
1093 fdr = debug_info->fdr + ifd;
1099 ((char *) debug_info->external_rfd
1103 fdr = debug_info->fdr + rfd;
1109 ((char *) debug_info->external_sym
1113 name = debug_info->ss + fdr->issBase + sym.iss;
1120 + debug_info->symbolic_header.iextMax));
1145 aux_ptr = ecoff_data (abfd)->debug_info.external_aux + fdr->iauxBase;
1494 - (char *) ecoff_data (abfd)->debug_info.external_sym)
1496 + ecoff_data (abfd)->debug_info.symbolic_header.iextMax);
1507 - (char *) ecoff_data (abfd)->debug_info.external_ext)
1542 ecoff_data (abfd)->debug_info.symbolic_header.iextMax;
1546 aux_base = (ecoff_data (abfd)->debug_info.external_aux
1599 ->debug_info.symbolic_header.iextMax)));
1689 < (ecoff_data (abfd)->debug_info.symbolic_header.iextMax)))
1801 struct ecoff_debug_info * const debug_info = &ecoff_data (abfd)->debug_info;
1805 if (! _bfd_ecoff_slurp_symbolic_info (abfd, NULL, debug_info)
1822 return _bfd_ecoff_locate_line (abfd, section, offset, debug_info,
1844 struct ecoff_debug_info *iinfo = &ecoff_data (ibfd)->debug_info;
1845 struct ecoff_debug_info *oinfo = &ecoff_data (obfd)->debug_info;
2378 input_debug = &ecoff_data (input_bfd)->debug_info;
2413 struct ecoff_debug_info * const debug = &ecoff_data (abfd)->debug_info;
3340 ext_count = ecoff_data (abfd)->debug_info.symbolic_header.iextMax;
3532 symhdr = &ecoff_data (abfd)->debug_info.symbolic_header;
3783 struct ecoff_debug_info * const debug = &ecoff_data (input_bfd)->debug_info;
3835 (handle, output_bfd, &ecoff_data (output_bfd)->debug_info,
4222 debug = &ecoff_data (h->abfd)->debug_info;
4267 h->indx = ecoff_data (output_bfd)->debug_info.symbolic_header.iextMax;
4271 (output_bfd, &ecoff_data (output_bfd)->debug_info,
4285 struct ecoff_debug_info * const debug = &ecoff_data (abfd)->debug_info;
4310 /* We accumulate the debugging information itself in the debug_info
4341 = ecoff_data (input_bfd)->debug_info.symbolic_header.vstamp;