HomeSort by relevance Sort by last modified time
    Searched refs:l_next (Results 1 - 3 of 3) 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...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
link.h 79 /* Structure describing a loaded shared object. The `l_next' and `l_prev'
93 struct link_map *l_next, *l_prev; /* Chain of loaded objects. */ member in struct:link_map

Completed in 77 milliseconds