Searched refs:obj_aout_external_sym_count (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/contrib/binutils/bfd/
H A Daoutx.h1322 obj_aout_external_sym_count (abfd) = count;
1742 cached_size = obj_aout_external_sym_count (abfd);
1752 obj_aout_external_sym_count (abfd),
1761 bfd_get_symcount (abfd) = obj_aout_external_sym_count (abfd);
2569 if (obj_aout_external_sym_count (abfd) < MINISYM_THRESHOLD)
2581 return obj_aout_external_sym_count (abfd);
2595 || obj_aout_external_sym_count (abfd) < MINISYM_THRESHOLD)
2939 sym_count = obj_aout_external_sym_count (abfd);
3201 pend = p + obj_aout_external_sym_count (abfd);
3625 h->indx = obj_aout_external_sym_count (output_bf
[all...]
H A Dlibaout.h444 #define obj_aout_external_sym_count(bfd) (adata (bfd).external_sym_count)
442 #define obj_aout_external_sym_count macro

Completed in 53 milliseconds