Home
last modified time | relevance | path

Searched refs:som_dict (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Dsom.c5951 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()
[all …]