Home | History | Annotate | Download | only in bfd

Lines Matching full:lst_size

6560   unsigned int i, lst_size, nsyms, stringsize;
6578 lst_size = sizeof (struct som_external_lst_header);
6589 bfd_putb32 (lst_size, &lst.hash_loc);
6593 lst_size += 4 * SOM_LST_HASH_SIZE;
6608 bfd_putb32 (lst_size, &lst.dir_loc);
6609 lst_size += sizeof (struct som_external_som_entry) * module_count;
6626 lst_size += sizeof (struct som_external_lst_symbol_record) * nsyms;
6630 bfd_putb32 (lst_size, &lst.string_loc);
6632 lst_size += stringsize;
6636 bfd_putb32 (lst_size, &lst.file_end);
6657 (int) lst_size);