HomeSort by relevance Sort by last modified time
    Searched full:r_debug (Results 1 - 7 of 7) 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 68 // Values for r_debug->state
75 struct r_debug { struct
linker.cpp 176 static r_debug _r_debug = {1, NULL, &rtld_db_dlactivity, RT_CONSISTENT, 0};
    [all...]
  /external/elfutils/libdwfl/
link_map.c 258 in the struct r_debug at R_DEBUG_VADDR.
478 address where &r_debug was written at runtime. */
561 /* Now we have the final address from which to read &r_debug. */
  /prebuilts/misc/android-mips/gdbserver/
gdbserver 

Completed in 318 milliseconds