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_end
(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
2150
list_end
= new_entry;
2154
list_end
->next = new_entry;
2155
list_end
= new_entry;
2173
list_end
= list_start->next;
2175
list_start =
list_end
;
elf32-lm32.c
2069
struct weak_symbol_list *list_start = NULL, *
list_end
= NULL;
local
2150
list_end
= new_entry;
2154
list_end
->next = new_entry;
2155
list_end
= new_entry;
2173
list_end
= list_start->next;
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
2148
list_end
= new_entry;
2152
list_end
->next = new_entry;
2153
list_end
= new_entry;
2171
list_end
= list_start->next;
2173
list_start =
list_end
;
elf32-lm32.c
2067
struct weak_symbol_list *list_start = NULL, *
list_end
= NULL;
local
2148
list_end
= new_entry;
2152
list_end
->next = new_entry;
2153
list_end
= new_entry;
2171
list_end
= list_start->next;
2173
list_start =
list_end
;
Completed in 54 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026