Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker.h51 struct link_map * l_next; member
Dlinker.c162 r_debug_tail->l_next = map; in insert_soinfo_into_debug_map()
164 map->l_next = 0; in insert_soinfo_into_debug_map()
168 map->l_next = 0; in insert_soinfo_into_debug_map()
180 if (map->l_prev) map->l_prev->l_next = map->l_next; in remove_soinfo_from_debug_map()
181 if (map->l_next) map->l_next->l_prev = map->l_prev; in remove_soinfo_from_debug_map()
1796 map->l_next = NULL; in __linker_init()