HomeSort by: relevance | last modified time | path
    Searched refs:space_strings (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
som.c 2077 char *space_strings = NULL; local
2094 space_strings = (char *) _bfd_malloc_and_read (abfd, amt + 1, amt);
2095 if (space_strings == NULL)
2098 space_strings[amt] = 0;
2129 space_name = space.name + space_strings;
2203 subspace_name = subspace.name + space_strings;
2372 free (space_strings);
2377 free (space_strings);
  /src/external/gpl3/binutils.old/dist/bfd/
som.c 2077 char *space_strings = NULL; local
2094 space_strings = (char *) _bfd_malloc_and_read (abfd, amt + 1, amt);
2095 if (space_strings == NULL)
2098 space_strings[amt] = 0;
2129 space_name = space.name + space_strings;
2203 subspace_name = subspace.name + space_strings;
2372 free (space_strings);
2377 free (space_strings);
  /src/external/gpl3/gdb/dist/bfd/
som.c 2077 char *space_strings = NULL; local
2094 space_strings = (char *) _bfd_malloc_and_read (abfd, amt + 1, amt);
2095 if (space_strings == NULL)
2098 space_strings[amt] = 0;
2129 space_name = space.name + space_strings;
2203 subspace_name = subspace.name + space_strings;
2372 free (space_strings);
2377 free (space_strings);
  /src/external/gpl3/gdb.old/dist/bfd/
som.c 2077 char *space_strings = NULL; local
2094 space_strings = (char *) _bfd_malloc_and_read (abfd, amt + 1, amt);
2095 if (space_strings == NULL)
2098 space_strings[amt] = 0;
2129 space_name = space.name + space_strings;
2203 subspace_name = subspace.name + space_strings;
2372 free (space_strings);
2377 free (space_strings);

Completed in 66 milliseconds