Home | History | Annotate | Download | only in cpufeatures

Lines Matching defs:libc_handle

522     void* libc_handle = dlopen("libc.so", RTLD_NOW);
523 if (!libc_handle) {
530 dlsym(libc_handle, "getauxval");
537 dlclose(libc_handle);