Searched refs:obj_aout_external_sym_count (Results 1 – 4 of 4) sorted by relevance
1216 obj_aout_external_sym_count (abfd) = count; in aout_get_external_symbols()1511 cached_size = obj_aout_external_sym_count (abfd); in NAME()1521 obj_aout_external_sym_count (abfd), in NAME()1530 bfd_get_symcount (abfd) = obj_aout_external_sym_count (abfd); in NAME()2134 if (obj_aout_external_sym_count (abfd) < MINISYM_THRESHOLD) in NAME()2146 return obj_aout_external_sym_count (abfd); in NAME()2160 || obj_aout_external_sym_count (abfd) < MINISYM_THRESHOLD) in NAME()2561 pend = p + obj_aout_external_sym_count (abfd); in aout_link_check_ar_symbols()2743 sym_count = obj_aout_external_sym_count (abfd); in aout_link_add_symbols()3009 h->indx = obj_aout_external_sym_count (output_bfd); in aout_link_write_other_symbol()[all …]
1331 obj_aout_external_sym_count (abfd) = count; in aout_get_external_symbols()1750 cached_size = obj_aout_external_sym_count (abfd); in NAME()1763 obj_aout_external_sym_count (abfd), in NAME()1772 bfd_get_symcount (abfd) = obj_aout_external_sym_count (abfd); in NAME()2588 if (obj_aout_external_sym_count (abfd) < MINISYM_THRESHOLD) in NAME()2600 return obj_aout_external_sym_count (abfd); in NAME()2614 || obj_aout_external_sym_count (abfd) < MINISYM_THRESHOLD) in NAME()2961 sym_count = obj_aout_external_sym_count (abfd); in aout_link_add_symbols()3227 pend = p + obj_aout_external_sym_count (abfd); in aout_link_check_ar_symbols()3672 h->indx = obj_aout_external_sym_count (output_bfd); in aout_link_write_other_symbol()[all …]
443 #define obj_aout_external_sym_count(bfd) (adata (bfd).external_sym_count) macro
90 (obj_aout_external_syms, obj_aout_external_sym_count,