Home | History | Annotate | Download | only in linker

Lines Matching full:l_next

184         r_debug_tail->l_next = map;
186 map->l_next = 0;
190 map->l_next = 0;
202 if (map->l_prev) map->l_prev->l_next = map->l_next;
203 if (map->l_next) map->l_next->l_prev = map->l_prev;
2154 map->l_next = NULL;