Home | History | Annotate | Download | only in cpufeatures

Lines Matching defs:libc_handle

523     void* libc_handle = dlopen("libc.so", RTLD_NOW);
524 if (!libc_handle) {
531 dlsym(libc_handle, "getauxval");
538 dlclose(libc_handle);