Lines Matching refs:internal_sym

790 	  SYMR internal_sym;  in bfd_ecoff_debug_accumulate()  local
792 (*swap_sym_in) (input_bfd, lraw_src, &internal_sym); in bfd_ecoff_debug_accumulate()
794 BFD_ASSERT (internal_sym.sc != scCommon in bfd_ecoff_debug_accumulate()
795 && internal_sym.sc != scSCommon); in bfd_ecoff_debug_accumulate()
798 switch (internal_sym.st) in bfd_ecoff_debug_accumulate()
801 if (ECOFF_IS_STAB (&internal_sym)) in bfd_ecoff_debug_accumulate()
809 internal_sym.value += section_adjust[internal_sym.sc]; in bfd_ecoff_debug_accumulate()
826 if (! fgotfilename && internal_sym.iss == fdr.rss) in bfd_ecoff_debug_accumulate()
832 name = input_debug->ss + fdr.issBase + internal_sym.iss; in bfd_ecoff_debug_accumulate()
834 internal_sym.iss = 0; in bfd_ecoff_debug_accumulate()
853 internal_sym.iss = sh->val; in bfd_ecoff_debug_accumulate()
858 fdr.rss = internal_sym.iss; in bfd_ecoff_debug_accumulate()
863 (*swap_sym_out) (output_bfd, &internal_sym, sym_out); in bfd_ecoff_debug_accumulate()
1136 SYMR internal_sym; in bfd_ecoff_debug_accumulate_other() local
1141 memset (&internal_sym, 0, sizeof internal_sym); in bfd_ecoff_debug_accumulate_other()
1142 internal_sym.iss = ecoff_add_string (ainfo, info, output_debug, &fdr, in bfd_ecoff_debug_accumulate_other()
1145 if (internal_sym.iss == -1) in bfd_ecoff_debug_accumulate_other()
1149 internal_sym.value = (*sym_ptr)->value; in bfd_ecoff_debug_accumulate_other()
1151 internal_sym.value = ((*sym_ptr)->value in bfd_ecoff_debug_accumulate_other()
1154 internal_sym.st = stNil; in bfd_ecoff_debug_accumulate_other()
1155 internal_sym.sc = scUndefined; in bfd_ecoff_debug_accumulate_other()
1156 internal_sym.index = indexNil; in bfd_ecoff_debug_accumulate_other()
1165 (*swap_sym_out) (output_bfd, &internal_sym, external_sym); in bfd_ecoff_debug_accumulate_other()