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

/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dsom.c1784 struct som_subspace_dictionary_record subspace, save_subspace; local
1851 /* Initialize save_subspace so we can reliably determine if this
1853 memset (&save_subspace, 0, sizeof (save_subspace));
1968 /* Update save_subspace if appropriate. */
1969 if (subspace.file_loc_init_value > save_subspace.file_loc_init_value)
1970 save_subspace = subspace;
1986 if (!save_subspace.file_loc_init_value)
1994 space_asect->size = (save_subspace.subspace_start
1996 + save_subspace
[all...]

Completed in 130 milliseconds