HomeSort by relevance Sort by last modified time
    Searched full:g_libdl_chains (Results 1 - 1 of 1) sorted by null

  /bionic/linker/
dlfcn.cpp 244 // use g_libdl_chains to find the next index to look at. g_libdl_chains should be set up to
247 // That is, g_libdl_chains should look like { 0, 2, 3, ... N, 0 } where N is the number
254 static unsigned g_libdl_chains[] = { 0, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 0 }; variable
256 static unsigned g_libdl_chains[] = { 0, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 0 }; variable
272 __libdl_info->nchain_ = sizeof(g_libdl_chains)/sizeof(unsigned);
274 __libdl_info->chain_ = g_libdl_chains;

Completed in 47 milliseconds