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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
link.h 43 struct r_debug struct
68 extern struct r_debug _r_debug;
72 `struct r_debug', a program could do:
75 r_debug = (struct r_debug *) dyn->d_un.d_ptr;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
link.h 43 struct r_debug struct
68 extern struct r_debug _r_debug;
72 `struct r_debug', a program could do:
75 r_debug = (struct r_debug *) dyn->d_un.d_ptr;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
link.h 43 struct r_debug struct
68 extern struct r_debug _r_debug;
72 `struct r_debug', a program could do:
75 r_debug = (struct r_debug *) dyn->d_un.d_ptr;
  /bionic/linker/
linker.h 77 // Values for r_debug->state
84 struct r_debug { struct
linker.cpp 176 static r_debug _r_debug = {1, NULL, &rtld_db_dlactivity, RT_CONSISTENT, 0};
    [all...]
  /external/chromium_org/chrome/nacl/
nacl_helper_linux.cc 143 static const char kNaClHelperRDebug[] = "r_debug";
150 // The zygote passes --r_debug=0xXXXXXXXXXXXXXXXX.
169 r_debug* bootstrap_r_debug = reinterpret_cast<r_debug*>(r_debug_addr);

Completed in 476 milliseconds