OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:libc_handle
(Results
1 - 3
of
3
) sorted by null
/external/minijail/
libminijailpreload.c
24
static void *
libc_handle
;
variable
83
dlclose(
libc_handle
);
123
libc_handle
= dlopen("libc.so.6", RTLD_NOW);
125
if (!
libc_handle
) {
133
sym = dlsym(
libc_handle
, "__libc_start_main");
/prebuilts/ndk/r11/sources/android/cpufeatures/
cpu-features.c
522
void*
libc_handle
= dlopen("libc.so", RTLD_NOW);
local
523
if (!
libc_handle
) {
530
dlsym(
libc_handle
, "getauxval");
537
dlclose(
libc_handle
);
[
all
...]
/prebuilts/ndk/r13/sources/android/cpufeatures/
cpu-features.c
523
void*
libc_handle
= dlopen("libc.so", RTLD_NOW);
local
524
if (!
libc_handle
) {
531
dlsym(
libc_handle
, "getauxval");
538
dlclose(
libc_handle
);
[
all
...]
Completed in 176 milliseconds