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

/external/elfutils/src/
H A Dunstrip.c323 struct data_list *new_data_list;
328 struct data_list *next = new_data_list;
329 new_data_list = xmalloc (sizeof (struct data_list));
330 new_data_list->data = data;
331 new_data_list->next = next;
337 struct data_list *list = new_data_list;
345 new_data_list = NULL;
322 struct data_list *new_data_list; variable in typeref:struct:data_list

Completed in 43 milliseconds