Home
last modified time | relevance | path

Searched defs:handle (Results 1 – 25 of 46) sorted by relevance

12

/bionic/tests/
Ddlfcn_test.cpp95 void* handle = dlopen("libtest_dlsym_from_this.so", RTLD_LAZY | RTLD_LOCAL); in TEST() local
135 void* handle = dlopen("libtest_dlsym_from_this.so", RTLD_NOW | RTLD_LOCAL); in TEST() local
175 void* handle = dlopen("libtest_empty.so", RTLD_NOW); in TEST() local
189 void* handle = dlopen("libtest_dlsym_from_this.so", RTLD_NOW); in TEST() local
198 void* handle = dlopen("libtest_with_dependency.so", RTLD_NOW); in TEST() local
211 void* handle = dlopen("libtest_simple.so", RTLD_NOW | RTLD_NOLOAD); in TEST() local
226 void* handle = dlopen(soname, RTLD_NOW); in TEST() local
256 void* handle = dlopen("libtest_ifunc.so", RTLD_NOW); in TEST() local
287 void* handle = dlopen("libtest_ifunc.so", RTLD_NOW); local
307 void* handle = dlopen("libtest_ifunc.so", RTLD_LAZY); local
[all …]
Ddlext_test.cpp131 ZipArchiveHandle handle; in TEST_F() local
200 void* handle = dlopen("libdlext_test.so", RTLD_NOW); in TEST() local
218 void* handle = dlopen(symlink_name.c_str(), RTLD_NOW); in TEST() local
238 void* handle = dlopen((lib_path + "!/libdir/libatest_simple_zip.so").c_str(), RTLD_NOW); in TEST() local
252 void* handle = dlopen((lib_path + "!/libdir/libtest_dt_runpath_d_zip.so").c_str(), RTLD_NOW); in TEST() local
277 void* handle = dlopen("libdlext_test_zip.so", RTLD_NOW); in TEST() local
435 void* handle = android_dlopen_ext(lib, RTLD_NOW, &extinfo_); in CreateRelroFile() local
582 void* handle; in SpawnChildrenAndMeasurePss() local
688 void* handle = dlopen(g_public_lib, RTLD_NOW); in TEST() local
856 void* handle = android_dlopen_ext("foobar", RTLD_NOW, &extinfo); in TEST() local
[all …]
Dcfi_test.cpp35 void* handle; in TEST() local
110 void* handle; in TEST() local
Ddlfcn_symlink_support.cpp57 void* handle = dlopen(source_file_name, RTLD_NOW); in create_dlfcn_test_symlink() local
/bionic/libc/dns/nameser/
Dns_parse.c77 int ns_msg_getflag(ns_msg handle, int flag) { in ns_msg_getflag()
107 ns_initparse(const u_char *msg, int msglen, ns_msg *handle) { in ns_initparse()
143 ns_parserr(ns_msg *handle, ns_sect section, int rrnum, ns_rr *rr) { in ns_parserr()
206 ns_parserr2(ns_msg *handle, ns_sect section, int rrnum, ns_rr2 *rr) { in ns_parserr2()
/bionic/tests/libs/
Dbionic_tests_zipalign.cpp42 static bool GetEntries(ZipArchiveHandle handle, std::vector<ZipData>* entries) { in GetEntries()
68 static bool CreateAlignedZip(ZipArchiveHandle& handle, FILE* zip_dst, uint32_t alignment) { in CreateAlignedZip()
139 ZipArchiveHandle handle; in main() local
Ddlopen_testlib_dlopen_from_ctor.cpp20 void* handle = dlopen("libc.so", RTLD_NOW); in call_dlopen_from_ctor() local
Ddlopen_b.cpp10 void *handle = dlopen("libtest_dt_runpath_x.so", RTLD_NOW); in dlopen_b() local
Dcfi_test_helper2.cpp23 void* handle; in main() local
Dnamespaces_root.cpp54 void* handle = dlopen("libnstest_dlopened.so", RTLD_NOW | RTLD_GLOBAL); in ns_get_dlopened_string() local
/bionic/libc/kernel/uapi/drm/
Darmada_drm.h31 uint32_t handle; member
37 uint32_t handle; member
49 uint32_t handle; member
Dtegra_drm.h31 __u32 handle; member
35 __u32 handle; member
87 __u32 handle; member
96 __u32 handle; member
101 __u32 handle; member
110 __u32 handle; member
140 __u32 handle; member
147 __u32 handle; member
157 __u32 handle; member
162 __u32 handle; member
Domap_drm.h56 uint32_t handle; member
66 uint32_t handle; member
71 uint32_t handle; member
79 uint32_t handle; member
Detnaviv_drm.h72 __u32 handle; member
76 __u32 handle; member
86 __u32 handle; member
92 __u32 handle; member
109 __u32 handle; member
147 __u32 handle; member
152 __u32 handle; member
Dqxl_drm.h40 __u32 handle; member
45 __u32 handle; member
79 __u32 handle; member
106 __u32 handle; member
Dmsm_drm.h64 __u32 handle; member
67 __u32 handle; member
79 __u32 handle; member
85 __u32 handle; member
117 __u32 handle; member
149 __u32 handle; member
Dvgem_drm.h31 __u32 handle; member
Dvmwgfx_drm.h141 __u32 handle; member
157 __u32 handle; member
170 __u32 handle; member
187 __u32 handle; member
230 __u32 handle; member
242 __u32 handle; member
252 __u32 handle; member
270 __u32 handle; member
314 __u32 handle; member
339 __u32 handle; member
[all …]
Dnouveau_drm.h41 __u32 handle; member
67 __u32 handle; member
120 __u32 handle; member
125 __u32 handle; member
/bionic/libc/kernel/uapi/linux/
Dfirewire-cdev.h70 __u32 handle; member
86 __u32 handle; member
110 __u32 handle; member
194 __u32 handle; member
201 __u32 handle; member
206 __u32 handle; member
221 __u32 handle; member
225 __u32 handle; member
239 __u32 handle; member
244 __u32 handle; member
[all …]
Dion.h45 ion_user_handle_t handle; member
49 ion_user_handle_t handle; member
54 ion_user_handle_t handle; member
Dnbd.h57 char handle[8]; member
66 char handle[8]; member
/bionic/libdl/
Dlibdl.c110 void* dlsym(void* handle, const char* symbol) { in dlsym()
115 void* dlvsym(void* handle, const char* symbol, const char* version) { in dlvsym()
124 int dlclose(void* handle) { in dlclose()
/bionic/libc/bionic/
DNetdClient.cpp28 static void netdClientInitFunction(void* handle, const char* symbol, FunctionType* function) { in netdClientInitFunction()
/bionic/linker/
Ddlfcn.cpp106 void* dlsym_impl(void* handle, const char* symbol, const char* version, const void* caller_addr) { in dlsym_impl()
118 void* __dlsym(void* handle, const char* symbol, const void* caller_addr) { in __dlsym()
122 void* __dlvsym(void* handle, const char* symbol, const char* version, const void* caller_addr) { in __dlvsym()
131 int __dlclose(void* handle) { in __dlclose()

12