Lines Matching defs:lst_size
6585 unsigned int i, lst_size, nsyms, stringsize;
6603 lst_size = sizeof (struct som_external_lst_header);
6614 bfd_putb32 (lst_size, &lst.hash_loc);
6618 lst_size += 4 * SOM_LST_HASH_SIZE;
6633 bfd_putb32 (lst_size, &lst.dir_loc);
6634 lst_size += sizeof (struct som_external_som_entry) * module_count;
6651 lst_size += sizeof (struct som_external_lst_symbol_record) * nsyms;
6655 bfd_putb32 (lst_size, &lst.string_loc);
6657 lst_size += stringsize;
6661 bfd_putb32 (lst_size, &lst.file_end);
6682 (int) lst_size);