Searched refs:r_debug (Results 1 – 3 of 3) sorted by relevance
48 struct r_debug struct73 extern struct r_debug _r_debug; argument
57 struct r_debug *_dl_debug_addr = NULL; /* Used to communicate with the gdb debugger */491 struct r_debug *debug_addr; in _dl_get_ready_to_run()672 debug_addr = _dl_zalloc(sizeof(struct r_debug)); in _dl_get_ready_to_run()713 debug_addr = _dl_zalloc(sizeof(struct r_debug)); in _dl_get_ready_to_run()
75 extern struct r_debug *_dl_debug_addr;119 struct r_debug *_dl_debug_addr = NULL;
Completed in 7 milliseconds