OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:add_sym_tail
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/binutils/
objcopy.c
267
static struct addsym_node *add_sym_list = NULL, **
add_sym_tail
= &add_sym_list;
5604
add_sym_tail
= &newsym->next;
5609
*
add_sym_tail
= newsym;
5610
add_sym_tail
= &newsym->next;
266
static struct addsym_node *add_sym_list = NULL, **
add_sym_tail
= &add_sym_list;
variable in typeref:struct:
/src/external/gpl3/binutils.old/dist/binutils/
objcopy.c
273
static struct addsym_node *add_sym_list = NULL, **
add_sym_tail
= &add_sym_list;
5602
add_sym_tail
= &newsym->next;
5607
*
add_sym_tail
= newsym;
5608
add_sym_tail
= &newsym->next;
272
static struct addsym_node *add_sym_list = NULL, **
add_sym_tail
= &add_sym_list;
variable in typeref:struct:
Completed in 135 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026