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

/bionic/linker/
H A Dlinker.c163 static struct link_map *r_debug_tail = 0; variable in typeref:struct:link_map
183 if (r_debug_tail) {
184 r_debug_tail->l_next = map;
185 map->l_prev = r_debug_tail;
192 r_debug_tail = map;
199 if (r_debug_tail == map)
200 r_debug_tail = map->l_prev;
2157 r_debug_tail = map;

Completed in 47 milliseconds