Home
last modified time | relevance | path

Searched refs:handle (Results 1 – 3 of 3) sorted by relevance

/sysdeps/powerpc/
A Dtst-cache-ppc-static-dlopen.c29 void *handle; in do_test() local
32 handle = dlopen ("mod-cache-ppc.so", RTLD_LAZY | RTLD_LOCAL); in do_test()
33 if (handle == NULL) in do_test()
39 test_cache = dlsym (handle, "test_cache"); in do_test()
49 dlclose (handle); in do_test()
/sysdeps/unix/sysv/linux/
A Dopen_by_handle_at.c25 open_by_handle_at (int mount_fd, struct file_handle *handle, int flags) in open_by_handle_at() argument
27 return SYSCALL_CANCEL (open_by_handle_at, mount_fd, handle, flags); in open_by_handle_at()
/sysdeps/arm/
A Ddl-machine.h33 # error CLEAR_CACHE definition required to handle TEXTREL

Completed in 5 milliseconds