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

  /bionic/libc/include/
link.h 71 RT_CONSISTENT,
  /development/ndk/platforms/android-L/include/
link.h 71 RT_CONSISTENT,
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/
link.h 71 RT_CONSISTENT,
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/
link.h 71 RT_CONSISTENT,
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/
link.h 71 RT_CONSISTENT,
  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_rdebug.h 48 // It modifies the list, then writes RT_CONSISTENT to 'r_state' and
51 // - When unloading a library, RT_DELETE + RT_CONSISTENT are used
137 RT_CONSISTENT,
crazy_linker_rdebug.cpp 388 r_debug_->r_state = RT_CONSISTENT;
425 r_debug_->r_state = RT_CONSISTENT;
  /ndk/sources/android/crazy_linker/src/
crazy_linker_rdebug.h 48 // It modifies the list, then writes RT_CONSISTENT to 'r_state' and
51 // - When unloading a library, RT_DELETE + RT_CONSISTENT are used
137 RT_CONSISTENT,
crazy_linker_rdebug.cpp 388 r_debug_->r_state = RT_CONSISTENT;
425 r_debug_->r_state = RT_CONSISTENT;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
link.h 59 RT_CONSISTENT, /* Mapping change is complete. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
link.h 59 RT_CONSISTENT, /* Mapping change is complete. */
  /bionic/linker/
linker.cpp 191 static r_debug _r_debug = {1, NULL, reinterpret_cast<uintptr_t>(&rtld_db_dlactivity), r_debug::RT_CONSISTENT, 0};
246 _r_debug.r_state = r_debug::RT_CONSISTENT;
263 _r_debug.r_state = r_debug::RT_CONSISTENT;
270 _r_debug.r_state = r_debug::RT_CONSISTENT;
    [all...]
  /external/ltrace/sysdeps/linux-gnu/
proc.c 581 if (rdbg.r_state == RT_CONSISTENT) {

Completed in 626 milliseconds