Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker.h72 struct link_map * l_next; member
Dlinker.cpp203 r_debug_tail->l_next = map; in insert_soinfo_into_debug_map()
205 map->l_next = 0; in insert_soinfo_into_debug_map()
209 map->l_next = 0; in insert_soinfo_into_debug_map()
222 map->l_prev->l_next = map->l_next; in remove_soinfo_from_debug_map()
224 if (map->l_next) { in remove_soinfo_from_debug_map()
225 map->l_next->l_prev = map->l_prev; in remove_soinfo_from_debug_map()
1840 map->l_next = NULL; in __linker_init_post_relocation()