Searched defs:g_libdl_chains (Results 1 - 1 of 1) sorted by relevance

/bionic/linker/
H A Ddlfcn.cpp306 // use g_libdl_chains to find the next index to look at. g_libdl_chains should be set up to
309 // That is, g_libdl_chains should look like { 0, 2, 3, ... N, 0 } where N is the number
316 static unsigned g_libdl_chains[] = { 0, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 0 }; variable
318 static unsigned g_libdl_chains[] = { 0, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 0 }; variable
332 __libdl_info->nchain_ = sizeof(g_libdl_chains)/sizeof(unsigned);
334 __libdl_info->chain_ = g_libdl_chains;

Completed in 24 milliseconds