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

  /bionic/linker/
linker_gdb_support.cpp 53 map->l_prev = r_debug_tail;
57 map->l_prev = nullptr;
65 r_debug_tail = map->l_prev;
68 if (map->l_prev) {
69 map->l_prev->l_next = map->l_next;
72 map->l_next->l_prev = map->l_prev;
  /bionic/libc/include/
link.h 69 struct link_map* l_prev; member in struct:link_map
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/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
  /external/google-breakpad/src/tools/linux/md2core/
minidump-2-core.cc     [all...]

Completed in 516 milliseconds