Searched refs:vdso_syms (Results 1 – 2 of 2) sorted by relevance
37 static int vdso_syms = 0; variable48 vdso_syms = dwfl_module_getsymtab (mod); in module_callback()49 printf ("vdso syms: %d\n", vdso_syms); in module_callback()50 if (vdso_syms < 0) in module_callback()53 for (int i = 0; i < vdso_syms; i++) in module_callback()107 return vdso_syms >= 0 ? 0 : -1; in main()
456 (vdso_syms): New global.457 (module_callback): Set and check vdso_syms.458 (main): Return value depends on vdso_syms.