Searched refs:l_prev (Results 1 – 2 of 2) sorted by relevance
62 struct link_map* l_prev; member
206 map->l_prev = r_debug_tail; in insert_soinfo_into_debug_map()210 map->l_prev = 0; in insert_soinfo_into_debug_map()220 r_debug_tail = map->l_prev; in remove_soinfo_from_debug_map()223 if (map->l_prev) { in remove_soinfo_from_debug_map()224 map->l_prev->l_next = map->l_next; in remove_soinfo_from_debug_map()227 map->l_next->l_prev = map->l_prev; in remove_soinfo_from_debug_map()2374 map->l_prev = nullptr;