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

  /external/elfutils/src/tests/
vdsosyms.c 37 static int vdso_syms = 0; variable
48 vdso_syms = dwfl_module_getsymtab (mod);
49 printf ("vdso syms: %d\n", vdso_syms);
50 if (vdso_syms < 0)
53 for (int i = 0; i < vdso_syms; i++)
106 return vdso_syms >= 0 ? 0 : -1;
ChangeLog 8 (vdso_syms): New global.
9 (module_callback): Set and check vdso_syms.
10 (main): Return value depends on vdso_syms.
    [all...]

Completed in 844 milliseconds