Home
last modified time | relevance | path

Searched refs:internal_sym (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Decofflink.c790 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()
[all …]
Decoff.c926 SYMR internal_sym; in _bfd_ecoff_slurp_symbol_table() local
928 (*swap_sym_in) (abfd, (void *) lraw_src, &internal_sym); in _bfd_ecoff_slurp_symbol_table()
931 + internal_sym.iss); in _bfd_ecoff_slurp_symbol_table()
932 if (!ecoff_set_symbol_info (abfd, &internal_sym, in _bfd_ecoff_slurp_symbol_table()