HomeSort by relevance Sort by last modified time
    Searched defs:r_debug (Results 1 - 4 of 4) 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 66 // Values for r_debug->state
73 struct r_debug struct

Completed in 890 milliseconds