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

/bionic/linker/
H A Dlinker.h52 struct link_map * l_next; member in struct:link_map
H A Dlinker.c187 r_debug_tail->l_next = map;
189 map->l_next = 0;
193 map->l_next = 0;
205 if (map->l_prev) map->l_prev->l_next = map->l_next;
206 if (map->l_next) map->l_next->l_prev = map->l_prev;
2110 map->l_next = NULL;

Completed in 1805 milliseconds