Home
last modified time | relevance | path

Searched refs:new_el (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.25/gprof/
Dsearch_list.c30 Search_List_Elem *new_el; in search_list_append() local
45 new_el = (Search_List_Elem *) xmalloc (sizeof (*new_el) + len); in search_list_append()
46 memcpy (new_el->path, beg, len); in search_list_append()
47 new_el->path[len] = '\0'; in search_list_append()
50 new_el->next = 0; in search_list_append()
53 list->tail->next = new_el; in search_list_append()
55 list->head = new_el; in search_list_append()
57 list->tail = new_el; in search_list_append()