Home | History | Annotate | Download | only in linker

Lines Matching full:l_next

194         r_debug_tail->l_next = map;
196 map->l_next = 0;
200 map->l_next = 0;
213 map->l_prev->l_next = map->l_next;
215 if (map->l_next) {
216 map->l_next->l_prev = map->l_prev;
1648 map->l_next = NULL;