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

/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dsom.c1761 char *space_strings; local
1770 space_strings = bfd_malloc (amt);
1771 if (!space_strings && amt != 0)
1777 if (bfd_bread (space_strings, amt, abfd) != amt)
1801 space.name.n_name = space.name.n_strx + space_strings;
1867 subspace.name.n_name = subspace.name.n_strx + space_strings;
2033 if (space_strings != NULL)
2034 free (space_strings);
2042 if (space_strings != NULL)
2043 free (space_strings);
[all...]

Completed in 134 milliseconds