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

/bionic/linker/
H A Ddlfcn.cpp220 // use g_libdl_chains to find the next index to look at. g_libdl_chains should be set up to
223 // That is, g_libdl_chains should look like { 0, 2, 3, ... N, 0 } where N is the number
230 static unsigned g_libdl_chains[] = { 0, 2, 3, 4, 5, 6, 7, 8, 9, 10, 0 }; variable
232 static unsigned g_libdl_chains[] = { 0, 2, 3, 4, 5, 6, 7, 8, 9, 0 }; variable
249 __libdl_info.nchain = sizeof(g_libdl_chains)/sizeof(unsigned);
251 __libdl_info.chain = g_libdl_chains;

Completed in 153 milliseconds