Searched defs:r_debug (Results 1 – 5 of 5) sorted by relevance
66 struct r_debug { struct 69 void (*r_brk)(struct r_debug *, struct link_map *); argument 71 __anonf88d35090103r_debug global() argument 75 r_stater_debug global() argument 76 r_ldbaser_debug global() argument
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. */
294 struct r_debug r_debug; variable [all...]
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