Lines Matching refs:som_dict

5951   struct som_external_som_entry *som_dict = NULL;  in som_bfd_fill_in_ar_symbols()  local
5973 som_dict = bfd_malloc (amt); in som_bfd_fill_in_ar_symbols()
5974 if (som_dict == NULL && amt != 0) in som_bfd_fill_in_ar_symbols()
5977 if (bfd_bread ((void *) som_dict, amt, abfd) != amt) in som_bfd_fill_in_ar_symbols()
6030 bfd_getb32 (som_dict[bfd_getb32 (lst_symbol.som_index)].location) in som_bfd_fill_in_ar_symbols()
6073 bfd_getb32 (som_dict[bfd_getb32 (lst_symbol.som_index)].location) in som_bfd_fill_in_ar_symbols()
6084 if (som_dict != NULL) in som_bfd_fill_in_ar_symbols()
6085 free (som_dict); in som_bfd_fill_in_ar_symbols()
6091 if (som_dict != NULL) in som_bfd_fill_in_ar_symbols()
6092 free (som_dict); in som_bfd_fill_in_ar_symbols()
6302 struct som_external_som_entry *som_dict = NULL; in som_bfd_ar_write_symbol_stuff() local
6317 som_dict = bfd_zmalloc (amt); in som_bfd_ar_write_symbol_stuff()
6318 if (som_dict == NULL && module_count != 0) in som_bfd_ar_write_symbol_stuff()
6414 if (bfd_getb32 (som_dict[som_index].location) == 0) in som_bfd_ar_write_symbol_stuff()
6416 bfd_putb32 (curr_som_offset, som_dict[som_index].location); in som_bfd_ar_write_symbol_stuff()
6417 bfd_putb32 (arelt_size (curr_bfd), som_dict[som_index].length); in som_bfd_ar_write_symbol_stuff()
6506 if (bfd_bwrite ((void *) som_dict, amt, abfd) != amt) in som_bfd_ar_write_symbol_stuff()
6521 if (som_dict != NULL) in som_bfd_ar_write_symbol_stuff()
6522 free (som_dict); in som_bfd_ar_write_symbol_stuff()
6534 if (som_dict != NULL) in som_bfd_ar_write_symbol_stuff()
6535 free (som_dict); in som_bfd_ar_write_symbol_stuff()