Searched refs:functail (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Ddlltool.c336 struct ifunct *functail; /* Last function in list. */ member in struct:iheadt
1047 q->functail->next = xmalloc (sizeof (ifunctype));
1048 q->functail = q->functail->next;
1049 q->functail->ord = func_ordinal;
1050 q->functail->name = xstrdup (symbol_name);
1051 q->functail->next = NULL;
1061 q->functail = q->funchead;
1063 q->functail->name = xstrdup (symbol_name);
1064 q->functail
[all...]

Completed in 114 milliseconds