OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:subspace_sections
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/binutils/dist/bfd/
som.c
2080
asection **
subspace_sections
= NULL;
local
2352
subspace_sections
= bfd_malloc (amt);
2353
if (
subspace_sections
== NULL)
2361
subspace_sections
[i] = section;
2364
qsort (
subspace_sections
, total_subspaces,
2367
/*
subspace_sections
is now sorted in the order in which the subspaces
2370
subspace_sections
[i]->target_index = i;
2373
free (
subspace_sections
);
2378
free (
subspace_sections
);
/src/external/gpl3/binutils.old/dist/bfd/
som.c
2080
asection **
subspace_sections
= NULL;
local
2352
subspace_sections
= bfd_malloc (amt);
2353
if (
subspace_sections
== NULL)
2361
subspace_sections
[i] = section;
2364
qsort (
subspace_sections
, total_subspaces,
2367
/*
subspace_sections
is now sorted in the order in which the subspaces
2370
subspace_sections
[i]->target_index = i;
2373
free (
subspace_sections
);
2378
free (
subspace_sections
);
/src/external/gpl3/gdb/dist/bfd/
som.c
2080
asection **
subspace_sections
= NULL;
local
2352
subspace_sections
= bfd_malloc (amt);
2353
if (
subspace_sections
== NULL)
2361
subspace_sections
[i] = section;
2364
qsort (
subspace_sections
, total_subspaces,
2367
/*
subspace_sections
is now sorted in the order in which the subspaces
2370
subspace_sections
[i]->target_index = i;
2373
free (
subspace_sections
);
2378
free (
subspace_sections
);
/src/external/gpl3/gdb.old/dist/bfd/
som.c
2080
asection **
subspace_sections
= NULL;
local
2352
subspace_sections
= bfd_malloc (amt);
2353
if (
subspace_sections
== NULL)
2361
subspace_sections
[i] = section;
2364
qsort (
subspace_sections
, total_subspaces,
2367
/*
subspace_sections
is now sorted in the order in which the subspaces
2370
subspace_sections
[i]->target_index = i;
2373
free (
subspace_sections
);
2378
free (
subspace_sections
);
Completed in 39 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026