Home
last modified time | relevance | path

Searched refs:l_next (Results 1 – 2 of 2) sorted by relevance

/bionic/linker/
Dlinker_gdb_support.cpp40 r_debug_tail->l_next = map; in insert_link_map_into_debug_map()
42 map->l_next = nullptr; in insert_link_map_into_debug_map()
46 map->l_next = nullptr; in insert_link_map_into_debug_map()
57 map->l_prev->l_next = map->l_next; in remove_link_map_from_debug_map()
59 if (map->l_next) { in remove_link_map_from_debug_map()
60 map->l_next->l_prev = map->l_prev; in remove_link_map_from_debug_map()
/bionic/libc/include/
Dlink.h61 struct link_map* l_next; member