Lines Matching refs:lst
6295 struct som_external_lst_header lst, in som_bfd_ar_write_symbol_stuff() argument
6309 hash_size = bfd_getb32 (lst.hash_size); in som_bfd_ar_write_symbol_stuff()
6315 module_count = bfd_getb32 (lst.module_count); in som_bfd_ar_write_symbol_stuff()
6338 curr_som_offset = 8 + 2 * sizeof (struct ar_hdr) + bfd_getb32 (lst.file_end); in som_bfd_ar_write_symbol_stuff()
6561 struct som_external_lst_header lst; in som_write_armap() local
6582 bfd_putb16 (CPU_PA_RISC1_0, &lst.system_id); in som_write_armap()
6583 bfd_putb16 (LIBMAGIC, &lst.a_magic); in som_write_armap()
6584 bfd_putb32 (VERSION_ID, &lst.version_id); in som_write_armap()
6585 bfd_putb32 (0, &lst.file_time.secs); in som_write_armap()
6586 bfd_putb32 (0, &lst.file_time.nanosecs); in som_write_armap()
6588 bfd_putb32 (lst_size, &lst.hash_loc); in som_write_armap()
6589 bfd_putb32 (SOM_LST_HASH_SIZE, &lst.hash_size); in som_write_armap()
6605 bfd_putb32 (module_count, &lst.module_count); in som_write_armap()
6606 bfd_putb32 (module_count, &lst.module_limit); in som_write_armap()
6607 bfd_putb32 (lst_size, &lst.dir_loc); in som_write_armap()
6614 bfd_putb32 (0, &lst.export_loc); in som_write_armap()
6615 bfd_putb32 (0, &lst.export_count); in som_write_armap()
6616 bfd_putb32 (0, &lst.import_loc); in som_write_armap()
6617 bfd_putb32 (0, &lst.aux_loc); in som_write_armap()
6618 bfd_putb32 (0, &lst.aux_size); in som_write_armap()
6629 bfd_putb32 (lst_size, &lst.string_loc); in som_write_armap()
6630 bfd_putb32 (stringsize, &lst.string_size); in som_write_armap()
6634 bfd_putb32 (0, &lst.free_list); in som_write_armap()
6635 bfd_putb32 (lst_size, &lst.file_end); in som_write_armap()
6639 p = (unsigned char *) &lst; in som_write_armap()
6644 bfd_putb32 (csum, &lst.checksum); in som_write_armap()
6672 if (bfd_bwrite ((void *) &lst, amt, abfd) != amt) in som_write_armap()
6676 if (!som_bfd_ar_write_symbol_stuff (abfd, nsyms, stringsize, lst, elength)) in som_write_armap()