Searched refs:lst_size (Results 1 – 1 of 1) sorted by relevance
6559 unsigned int i, lst_size, nsyms, stringsize; in som_write_armap() local6577 lst_size = sizeof (struct som_external_lst_header); in som_write_armap()6588 bfd_putb32 (lst_size, &lst.hash_loc); in som_write_armap()6592 lst_size += 4 * SOM_LST_HASH_SIZE; in som_write_armap()6607 bfd_putb32 (lst_size, &lst.dir_loc); in som_write_armap()6608 lst_size += sizeof (struct som_external_som_entry) * module_count; in som_write_armap()6625 lst_size += sizeof (struct som_external_lst_symbol_record) * nsyms; in som_write_armap()6629 bfd_putb32 (lst_size, &lst.string_loc); in som_write_armap()6631 lst_size += stringsize; in som_write_armap()6635 bfd_putb32 (lst_size, &lst.file_end); in som_write_armap()[all …]