Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Dsom.c2077 char *space_strings; in setup_sections() local
2086 space_strings = bfd_malloc (amt); in setup_sections()
2087 if (!space_strings && amt != 0) in setup_sections()
2093 if (bfd_bread (space_strings, amt, abfd) != amt) in setup_sections()
2122 space_name = space.name + space_strings; in setup_sections()
2193 subspace_name = subspace.name + space_strings; in setup_sections()
2359 if (space_strings != NULL) in setup_sections()
2360 free (space_strings); in setup_sections()
2368 if (space_strings != NULL) in setup_sections()
2369 free (space_strings); in setup_sections()