Searched refs:_r_debug (Results 1 - 1 of 1) sorted by relevance

/bionic/linker/
H A Dlinker.cpp176 static r_debug _r_debug = {1, NULL, &rtld_db_dlactivity, RT_CONSISTENT, 0}; variable
198 _r_debug.r_map = map;
228 _r_debug.r_state = RT_ADD;
233 _r_debug.r_state = RT_CONSISTENT;
245 _r_debug.r_state = RT_DELETE;
250 _r_debug.r_state = RT_CONSISTENT;
255 _r_debug.r_state = RT_ADD;
257 _r_debug.r_state = RT_CONSISTENT;
1377 // Set the DT_DEBUG entry to the address of _r_debug for GDB
1380 d->d_un.d_val = (int) &_r_debug;
[all...]

Completed in 104 milliseconds