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

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Dsom.c2079 char *space_strings; local
2088 space_strings = bfd_malloc (amt);
2089 if (!space_strings && amt != 0)
2095 if (bfd_bread (space_strings, amt, abfd) != amt)
2124 space_name = space.name + space_strings;
2195 subspace_name = subspace.name + space_strings;
2361 if (space_strings != NULL)
2362 free (space_strings);
2370 if (space_strings != NULL)
2371 free (space_strings);
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Dsom.c2079 char *space_strings; local
2088 space_strings = bfd_malloc (amt);
2089 if (!space_strings && amt != 0)
2095 if (bfd_bread (space_strings, amt, abfd) != amt)
2124 space_name = space.name + space_strings;
2195 subspace_name = subspace.name + space_strings;
2361 if (space_strings != NULL)
2362 free (space_strings);
2370 if (space_strings != NULL)
2371 free (space_strings);
[all...]

Completed in 176 milliseconds