| /bionic/tests/ |
| D | dlfcn_test.cpp | 107 void* handle = dlopen("libtest_dlsym_from_this.so", RTLD_LAZY | RTLD_LOCAL); in TEST() local 147 void* handle = dlopen("libtest_dlsym_from_this.so", RTLD_NOW | RTLD_LOCAL); in TEST() local 187 void* handle = dlopen("libtest_empty.so", RTLD_NOW); in TEST() local 201 void* handle = dlopen("libtest_dlsym_from_this.so", RTLD_NOW); in TEST() local 210 void* handle = dlopen("libtest_with_dependency.so", RTLD_NOW); in TEST() local 223 void* handle = dlopen("libtest_simple.so", RTLD_NOW | RTLD_NOLOAD); in TEST() local 238 void* handle = dlopen(soname, RTLD_NOW); in TEST() local 271 void* handle = dlopen(vdso_name, RTLD_NOW); in TEST() local 286 void* handle = dlopen("libtest_ifunc_variable.so", RTLD_NOW); in TEST() local 318 void* handle = dlopen("libtest_ifunc.so", RTLD_NOW); in TEST() local [all …]
|
| D | dlext_test.cpp | 134 ZipArchiveHandle handle; in TEST_F() local 203 void* handle = dlopen("libdlext_test.so", RTLD_NOW); in TEST() local 221 void* handle = dlopen(symlink_name.c_str(), RTLD_NOW); in TEST() local 247 void* handle = dlopen((lib_path + "!/libdir/libatest_simple_zip.so").c_str(), RTLD_NOW); in TEST() local 261 void* handle = dlopen((lib_path + "!/libdir/libtest_dt_runpath_d_zip.so").c_str(), RTLD_NOW); in TEST() local 286 void* handle = dlopen("libdlext_test_zip.so", RTLD_NOW); in TEST() local 448 void* handle = android_dlopen_ext(lib, RTLD_NOW, &extinfo_); in CreateRelroFile() local 645 void* handle; in SpawnChildrenAndMeasurePss() local 766 void* handle = dlopen(g_public_lib, RTLD_NOW); in TEST() local 934 void* handle = android_dlopen_ext("foobar", RTLD_NOW, &extinfo); in TEST() local [all …]
|
| D | cfi_test.cpp | 40 void* handle; in TEST() local 126 void* handle; in TEST() local
|
| D | dlfcn_symlink_support.cpp | 57 void* handle = dlopen(source_file_name, RTLD_NOW); in create_dlfcn_test_symlink() local
|
| /bionic/libc/dns/nameser/ |
| D | ns_parse.c | 77 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/ |
| D | bionic_tests_zipalign.cpp | 42 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
|
| D | dlopen_testlib_dlopen_from_ctor.cpp | 20 void* handle = dlopen("libc.so", RTLD_NOW); in call_dlopen_from_ctor() local
|
| D | dlopen_b.cpp | 10 void *handle = dlopen("libtest_dt_runpath_x.so", RTLD_NOW); in dlopen_b() local
|
| D | cfi_test_helper2.cpp | 23 void* handle; in main() local
|
| D | ld_config_test_helper.cpp | 40 void* handle = dlopen(vdso_name, RTLD_NOW); in main() local
|
| D | segment_gap_outer.cpp | 19 void *handle = android_dlopen_ext("libsegment_gap_inner.so", RTLD_NOW, &info); in get_inner() local
|
| D | namespaces_root.cpp | 54 void* handle = dlopen("libnstest_dlopened.so", RTLD_NOW | RTLD_GLOBAL); in ns_get_dlopened_string() local
|
| /bionic/libc/kernel/uapi/drm/ |
| D | armada_drm.h | 30 __u32 handle; member 35 __u32 handle; member 44 __u32 handle; member
|
| D | tegra_drm.h | 30 __u32 handle; member 33 __u32 handle; member 75 __u32 handle; member 82 __u32 handle; member 86 __u32 handle; member 93 __u32 handle; member 117 __u32 handle; member 123 __u32 handle; member 131 __u32 handle; member 135 __u32 handle; member
|
| D | omap_drm.h | 50 __u32 handle; member 58 __u32 handle; member 62 __u32 handle; member 68 __u32 handle; member
|
| D | qxl_drm.h | 37 __u32 handle; member 41 __u32 handle; member 68 __u32 handle; member 90 __u32 handle; member
|
| D | v3d_drm.h | 55 __u32 handle; member 62 __u32 handle; member 66 __u32 handle; member 86 __u32 handle; member
|
| D | msm_drm.h | 58 __u32 handle; member 65 __u32 handle; member 76 __u32 handle; member 81 __u32 handle; member 108 __u32 handle; member 136 __u32 handle; member
|
| D | vc4_drm.h | 104 __u32 handle; member 111 __u32 handle; member 115 __u32 handle; member 123 __u32 handle; member 127 __u32 handle; member 166 __u32 handle; member 171 __u32 handle; member 176 __u32 handle; member 185 __u32 handle; member
|
| D | etnaviv_drm.h | 69 __u32 handle; member 72 __u32 handle; member 80 __u32 handle; member 85 __u32 handle; member 98 __u32 handle; member 149 __u32 handle; member 153 __u32 handle; member
|
| /bionic/libdl/ |
| D | libdl.cpp | 93 void* dlsym(void* handle, const char* symbol) { in dlsym() 99 void* dlvsym(void* handle, const char* symbol, const char* version) { in dlvsym() 110 int dlclose(void* handle) { in dlclose()
|
| /bionic/libc/kernel/uapi/linux/ |
| D | firewire-cdev.h | 60 __u32 handle; member 73 __u32 handle; member 92 __u32 handle; member 159 __u32 handle; member 165 __u32 handle; member 169 __u32 handle; member 181 __u32 handle; member 184 __u32 handle; member 195 __u32 handle; member 199 __u32 handle; member [all …]
|
| D | nbd.h | 54 char handle[8]; member 61 char handle[8]; member
|
| /bionic/libc/bionic/ |
| D | NetdClient.cpp | 31 static void netdClientInitFunction(void* handle, const char* symbol, FunctionType* function) { in netdClientInitFunction()
|
| /bionic/linker/ |
| D | dlfcn.cpp | 157 void* dlsym_impl(void* handle, const char* symbol, const char* version, const void* caller_addr) { in dlsym_impl() 169 void* __loader_dlsym(void* handle, const char* symbol, const void* caller_addr) { in __loader_dlsym() 173 void* __loader_dlvsym(void* handle, const char* symbol, const char* version, const void* caller_add… in __loader_dlvsym() 182 int __loader_dlclose(void* handle) { in __loader_dlclose()
|