Searched refs:l_prev (Results 1 – 2 of 2) sorted by relevance
73 struct link_map * l_prev; member
204 map->l_prev = r_debug_tail; in insert_soinfo_into_debug_map()208 map->l_prev = 0; in insert_soinfo_into_debug_map()218 r_debug_tail = map->l_prev; in remove_soinfo_from_debug_map()221 if (map->l_prev) { in remove_soinfo_from_debug_map()222 map->l_prev->l_next = map->l_next; in remove_soinfo_from_debug_map()225 map->l_next->l_prev = map->l_prev; in remove_soinfo_from_debug_map()1839 map->l_prev = NULL; in __linker_init_post_relocation()