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

/bionic/linker/
H A Dlinker.h53 struct link_map * l_prev; member in struct:link_map
H A Dlinker.c188 map->l_prev = r_debug_tail;
192 map->l_prev = 0;
203 r_debug_tail = map->l_prev;
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;
2109 map->l_prev = NULL;

Completed in 127 milliseconds