Searched defs:r_debug (Results 1 – 5 of 5) sorted by relevance
27 struct r_debug { struct28 int r_version; /* protocol version */29 struct link_map *r_map; /* list of loaded images */38 void (*r_brk)(void); /* pointer to break point */39 enum {47 } r_state;48 void *r_ldbase; /* base address of RTLD */
43 struct r_debug struct47 void function(r_debug*, link_map*) r_brk; argument48 typeof(RT_CONSISTENT) r_state;49 c_ulong r_ldbase;
81 struct r_debug { struct82 int r_version; /* Protocol version. */83 struct link_map *r_map; /* Head of list of loaded objects. */92 unsigned long r_brk;93 enum {101 } r_state;103 unsigned long r_ldbase; /* Base address the linker is loaded at. */
932 __u64 r_debug; member961 __u64 r_debug; member
2744 runtime_enable(struct kfd_process * p,uint64_t r_debug,bool enable_ttmp_setup) runtime_enable() argument