Lines Matching +defs:node +defs:arg
18 struct node { struct
20 void *arg; member
23 struct node *prev; argument
24 struct node *next; argument
64 static void append_node(void (*func)(void *), void *arg, void *dso, struct dso *internal_dso) { in append_node() argument
83 static struct node* remove_node(struct node *node) { in remove_node()
117 void (*func)(void *), *arg; in __funcs_on_exit() local
135 void (*func)(void *), *arg; in __cxa_finalize() local
136 struct node *node; in __cxa_finalize() local
162 int __cxa_atexit(void (*func)(void *), void *arg, void *dso) in __cxa_atexit() argument
206 struct node *node; in invalidate_exit_funcs() local