Searched refs:l_prev (Results 1 – 3 of 3) sorted by relevance
65 link_map_t* l_prev; member
242 { l_addr: 0, l_name: 0, l_ld: 0, l_next: 0, l_prev: 0, },
195 map->l_prev = r_debug_tail; in insert_soinfo_into_debug_map()199 map->l_prev = 0; in insert_soinfo_into_debug_map()209 r_debug_tail = map->l_prev; in remove_soinfo_from_debug_map()212 if (map->l_prev) { in remove_soinfo_from_debug_map()213 map->l_prev->l_next = map->l_next; in remove_soinfo_from_debug_map()216 map->l_next->l_prev = map->l_prev; in remove_soinfo_from_debug_map()1647 map->l_prev = NULL; in __linker_init_post_relocation()