OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:list_start
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/binutils/dist/bfd/
elf32-lm32.c
2069
struct weak_symbol_list *
list_start
= NULL, *list_end = NULL;
local
2130
for (current =
list_start
; current; current = current->next)
2147
if (
list_start
== NULL)
2149
list_start
= new_entry;
2171
while (
list_start
)
2173
list_end =
list_start
->next;
2174
free (
list_start
);
2175
list_start
= list_end;
/src/external/gpl3/binutils.old/dist/bfd/
elf32-lm32.c
2067
struct weak_symbol_list *
list_start
= NULL, *list_end = NULL;
local
2128
for (current =
list_start
; current; current = current->next)
2145
if (
list_start
== NULL)
2147
list_start
= new_entry;
2169
while (
list_start
)
2171
list_end =
list_start
->next;
2172
free (
list_start
);
2173
list_start
= list_end;
/src/external/gpl3/gdb/dist/bfd/
elf32-lm32.c
2065
struct weak_symbol_list *
list_start
= NULL, *list_end = NULL;
local
2126
for (current =
list_start
; current; current = current->next)
2143
if (
list_start
== NULL)
2145
list_start
= new_entry;
2167
while (
list_start
)
2169
list_end =
list_start
->next;
2170
free (
list_start
);
2171
list_start
= list_end;
/src/external/gpl3/gdb.old/dist/bfd/
elf32-lm32.c
2066
struct weak_symbol_list *
list_start
= NULL, *list_end = NULL;
local
2127
for (current =
list_start
; current; current = current->next)
2144
if (
list_start
== NULL)
2146
list_start
= new_entry;
2168
while (
list_start
)
2170
list_end =
list_start
->next;
2171
free (
list_start
);
2172
list_start
= list_end;
Completed in 33 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026