HomeSort by relevance Sort by last modified time
    Searched refs:_r_debug (Results 1 - 2 of 2) sorted by null

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
link.h 68 extern struct r_debug _r_debug;
  /bionic/linker/
linker.c 170 static struct r_debug _r_debug = {1, NULL, &rtld_db_dlactivity, variable in typeref:struct:r_debug
197 _r_debug.r_map = map;
224 _r_debug.r_state = RT_ADD;
229 _r_debug.r_state = RT_CONSISTENT;
244 _r_debug.r_state = RT_DELETE;
249 _r_debug.r_state = RT_CONSISTENT;
257 _r_debug.r_state = RT_ADD;
259 _r_debug.r_state = RT_CONSISTENT;
    [all...]

Completed in 499 milliseconds