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

/bionic/linker/
H A Dlinker.cpp192 static link_map* r_debug_tail = 0; variable
206 if (r_debug_tail) {
207 r_debug_tail->l_next = map;
208 map->l_prev = r_debug_tail;
215 r_debug_tail = map;
221 if (r_debug_tail == map) {
222 r_debug_tail = map->l_prev;
2154 r_debug_tail = map;

Completed in 53 milliseconds