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

/bionic/linker/
H A Dlinker.cpp114 static soinfo* g_ld_preloads[LDPRELOAD_MAX + 1]; variable
500 for (int i = 0; g_ld_preloads[i] != NULL; i++) {
501 s = soinfo_elf_lookup(g_ld_preloads[i], elf_hash, name);
503 *lsi = g_ld_preloads[i];
526 for (int i = 0; g_ld_preloads[i] != NULL; i++) {
527 s = soinfo_elf_lookup(g_ld_preloads[i], elf_hash, name);
529 *lsi = g_ld_preloads[i];
566 for (int i = 0; g_ld_preloads[i] != NULL; i++) {
567 s = soinfo_elf_lookup(g_ld_preloads[i], elf_hash, name);
569 *lsi = g_ld_preloads[
[all...]

Completed in 37 milliseconds