OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Tue Feb 24 08:35:24 UTC 2026