Lines Matching refs:module_count
5519 amt = lst_header->module_count; in som_bfd_fill_in_ar_symbols()
5522 if (som_dict == NULL && lst_header->module_count != 0) in som_bfd_fill_in_ar_symbols()
5844 amt = lst.module_count; in som_bfd_ar_write_symbol_stuff()
5847 if (som_dict == NULL && lst.module_count != 0) in som_bfd_ar_write_symbol_stuff()
5983 + lst.module_count * sizeof (struct som_entry) in som_bfd_ar_write_symbol_stuff()
5991 + lst.module_count * sizeof (struct som_entry) in som_bfd_ar_write_symbol_stuff()
6032 amt = lst.module_count * sizeof (struct som_entry); in som_bfd_ar_write_symbol_stuff()
6121 lst.module_count = 0; in som_write_armap()
6127 lst.module_count++; in som_write_armap()
6130 lst.module_limit = lst.module_count; in som_write_armap()
6132 lst_size += sizeof (struct som_entry) * lst.module_count; in som_write_armap()