HomeSort by relevance Sort by last modified time
    Searched full:r_debug_tail (Results 1 - 1 of 1) sorted by null

  /bionic/linker/
linker.c 164 static struct link_map *r_debug_tail = 0; variable in typeref:struct:link_map
184 if (r_debug_tail) {
185 r_debug_tail->l_next = map;
186 map->l_prev = r_debug_tail;
193 r_debug_tail = map;
200 if (r_debug_tail == map)
201 r_debug_tail = map->l_prev;
    [all...]

Completed in 168 milliseconds