Searched defs:r_debug_tail (Results 1 - 1 of 1) sorted by last modified time

/bionic/linker/
H A Dlinker_gdb_support.cpp32 static link_map* r_debug_tail = nullptr; variable
39 if (r_debug_tail != nullptr) {
40 r_debug_tail->l_next = map;
41 map->l_prev = r_debug_tail;
48 r_debug_tail = map;
52 if (r_debug_tail == map) {
53 r_debug_tail = map->l_prev;

Completed in 39 milliseconds