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

/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dsom.c5503 struct som_entry *som_dict = NULL;
5525 som_dict = bfd_malloc (amt);
5526 if (som_dict == NULL && lst_header->module_count != 0)
5529 if (bfd_bread ((void *) som_dict, amt, abfd) != amt)
5574 set->file_offset = som_dict[lst_symbol.som_index].location
5611 set->file_offset = som_dict[lst_symbol.som_index].location
5622 if (som_dict != NULL)
5623 free (som_dict);
5629 if (som_dict != NULL)
5630 free (som_dict);
5502 struct som_entry *som_dict = NULL; local
5836 struct som_entry *som_dict = NULL; local
[all...]

Completed in 139 milliseconds