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

  /bionic/libc/include/
link.h 62 struct link_map* l_prev; member in struct:link_map
  /development/ndk/platforms/android-L/include/
link.h 62 struct link_map* l_prev; member in struct:link_map
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/
link.h 62 struct link_map* l_prev; member in struct:link_map
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/
link.h 62 struct link_map* l_prev; member in struct:link_map
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/
link.h 62 struct link_map* l_prev; member in struct:link_map
  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_rdebug.cpp 366 entry->l_prev = before;
371 // updating the 'l_prev' or 'l_next' fields of a system linker entry,
384 after->l_prev = entry;
404 if (entry->l_prev) {
407 mapper.MapReadWrite(entry->l_prev);
408 entry->l_prev->l_next = entry->l_next;
415 entry->l_next->l_prev = entry->l_prev;
421 entry->l_prev = NULL;
crazy_linker_rdebug.h 67 // l_prev -> Pointer to previous item in 'r_map' list.
103 // list by updating the l_next / l_prev fields of the entry pointed
132 link_map_t* l_prev; member in struct:crazy::link_map_t
  /ndk/sources/android/crazy_linker/src/
crazy_linker_rdebug.cpp 366 entry->l_prev = before;
371 // updating the 'l_prev' or 'l_next' fields of a system linker entry,
384 after->l_prev = entry;
404 if (entry->l_prev) {
407 mapper.MapReadWrite(entry->l_prev);
408 entry->l_prev->l_next = entry->l_next;
415 entry->l_next->l_prev = entry->l_prev;
421 entry->l_prev = NULL;
crazy_linker_rdebug.h 67 // l_prev -> Pointer to previous item in 'r_map' list.
103 // list by updating the l_next / l_prev fields of the entry pointed
132 link_map_t* l_prev; member in struct:crazy::link_map_t
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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/ltrace/sysdeps/linux-gnu/
proc.c 362 Elf##BITS##_Addr l_prev; \
388 ret->l_prev = lm.l_prev;
  /bionic/linker/
linker.cpp 208 map->l_prev = r_debug_tail;
212 map->l_prev = 0;
222 r_debug_tail = map->l_prev;
225 if (map->l_prev) {
226 map->l_prev->l_next = map->l_next;
229 map->l_next->l_prev = map->l_prev;
    [all...]

Completed in 668 milliseconds