OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sorted_hdrs
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/binutils/dist/bfd/
ecoff.c
2030
asection **
sorted_hdrs
;
2045
sorted_hdrs
= (asection **) bfd_malloc (amt);
2046
if (
sorted_hdrs
== NULL)
2051
sorted_hdrs
[i] = current;
2054
qsort (
sorted_hdrs
, abfd->section_count, sizeof (asection *),
2064
current =
sorted_hdrs
[i];
2084
current =
sorted_hdrs
[i];
2164
free (
sorted_hdrs
);
2165
sorted_hdrs
= NULL;
2023
asection **
sorted_hdrs
;
local
/src/external/gpl3/binutils.old/dist/bfd/
ecoff.c
2031
asection **
sorted_hdrs
;
2046
sorted_hdrs
= (asection **) bfd_malloc (amt);
2047
if (
sorted_hdrs
== NULL)
2052
sorted_hdrs
[i] = current;
2055
qsort (
sorted_hdrs
, abfd->section_count, sizeof (asection *),
2065
current =
sorted_hdrs
[i];
2085
current =
sorted_hdrs
[i];
2165
free (
sorted_hdrs
);
2166
sorted_hdrs
= NULL;
2024
asection **
sorted_hdrs
;
local
/src/external/gpl3/gdb/dist/bfd/
ecoff.c
2043
asection **
sorted_hdrs
;
2058
sorted_hdrs
= (asection **) bfd_malloc (amt);
2059
if (
sorted_hdrs
== NULL)
2064
sorted_hdrs
[i] = current;
2067
qsort (
sorted_hdrs
, abfd->section_count, sizeof (asection *),
2077
current =
sorted_hdrs
[i];
2097
current =
sorted_hdrs
[i];
2177
free (
sorted_hdrs
);
2178
sorted_hdrs
= NULL;
2036
asection **
sorted_hdrs
;
local
/src/external/gpl3/gdb.old/dist/bfd/
ecoff.c
2040
asection **
sorted_hdrs
;
2055
sorted_hdrs
= (asection **) bfd_malloc (amt);
2056
if (
sorted_hdrs
== NULL)
2061
sorted_hdrs
[i] = current;
2064
qsort (
sorted_hdrs
, abfd->section_count, sizeof (asection *),
2074
current =
sorted_hdrs
[i];
2094
current =
sorted_hdrs
[i];
2174
free (
sorted_hdrs
);
2175
sorted_hdrs
= NULL;
2033
asection **
sorted_hdrs
;
local
Completed in 62 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026