HomeSort by relevance Sort by last modified time
    Searched refs:l_next (Results 1 - 2 of 2) sorted by null

  /bionic/linker/
linker.h 51 struct link_map * l_next; member in struct:link_map
linker.c 193 r_debug_tail->l_next = map;
195 map->l_next = 0;
199 map->l_next = 0;
211 if (map->l_prev) map->l_prev->l_next = map->l_next;
212 if (map->l_next) map->l_next->l_prev = map->l_prev;
    [all...]

Completed in 79 milliseconds