OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:functail
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/binutils/
dlltool.c
340
struct ifunct *
functail
; /* Last function in list. */
member in struct:iheadt
1130
q->
functail
->next = xmalloc (sizeof (ifunctype));
1131
q->
functail
= q->
functail
->next;
1132
q->
functail
->ord = func_ordinal;
1133
q->
functail
->name = symbol_name;
1134
q->
functail
->its_name = its_name;
1135
q->
functail
->next = NULL;
1145
q->
functail
= q->funchead;
1147
q->
functail
->name = symbol_name
[
all
...]
/src/external/gpl3/binutils.old/dist/binutils/
dlltool.c
340
struct ifunct *
functail
; /* Last function in list. */
member in struct:iheadt
1130
q->
functail
->next = xmalloc (sizeof (ifunctype));
1131
q->
functail
= q->
functail
->next;
1132
q->
functail
->ord = func_ordinal;
1133
q->
functail
->name = symbol_name;
1134
q->
functail
->its_name = its_name;
1135
q->
functail
->next = NULL;
1145
q->
functail
= q->funchead;
1147
q->
functail
->name = symbol_name
[
all
...]
Completed in 30 milliseconds
Indexes created Sun Jul 05 00:25:41 UTC 2026