/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 284 void* handle = dlopen("libtest_ifunc_variable.so", RTLD_NOW); in TEST() local 316 void* handle = dlopen("libtest_ifunc.so", RTLD_NOW); in TEST() local [all …]
|
D | dlext_test.cpp | 134 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 262 void* handle = dlopen((lib_path + "!/libdir/libatest_simple_zip.so").c_str(), RTLD_NOW); in TEST() local 276 void* handle = dlopen((lib_path + "!/libdir/libtest_dt_runpath_d_zip.so").c_str(), RTLD_NOW); in TEST() local 301 void* handle = dlopen("libdlext_test_zip.so", RTLD_NOW); in TEST() local 465 void* handle = android_dlopen_ext(lib, RTLD_NOW, &extinfo_); in CreateRelroFile() local 664 void* handle; in SpawnChildrenAndMeasurePss() local 784 void* handle = dlopen(g_public_lib, RTLD_NOW); in TEST() local 952 void* handle = android_dlopen_ext("foobar", RTLD_NOW, &extinfo); in TEST() local [all …]
|
D | cfi_test.cpp | 53 void* handle; in TEST_F() local 137 void* handle; in TEST() 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/libc/kernel/uapi/drm/ |
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 | armada_drm.h | 30 __u32 handle; member 35 __u32 handle; member 44 __u32 handle; member
|
D | omap_drm.h | 49 __u32 handle; member 57 __u32 handle; member 61 __u32 handle; member 67 __u32 handle; member
|
D | panfrost_drm.h | 54 __u32 handle; member 63 __u32 handle; member 68 __u32 handle; member 120 __u32 handle; member 134 __u32 handle; member
|
D | qxl_drm.h | 37 __u32 handle; member 41 __u32 handle; member 68 __u32 handle; member 90 __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 | 70 __u32 handle; member 73 __u32 handle; member 81 __u32 handle; member 86 __u32 handle; member 99 __u32 handle; member 151 __u32 handle; member 155 __u32 handle; member
|
D | msm_drm.h | 60 __u32 handle; member 67 __u32 handle; member 78 __u32 handle; member 83 __u32 handle; member 110 __u32 handle; member 123 __u32 handle; member 153 __u32 handle; member
|
D | v3d_drm.h | 58 __u32 handle; member 65 __u32 handle; member 69 __u32 handle; member 91 __u32 handle; member
|
D | vmwgfx_drm.h | 128 __u32 handle; member 142 __u32 handle; member 164 __u32 handle; member 198 __u32 handle; member 208 __u32 handle; member 216 __u32 handle; member 230 __u32 handle; member 265 __u32 handle; member 286 __u32 handle; member 317 __u32 handle; member [all …]
|
D | lima_drm.h | 45 __u32 handle; member 49 __u32 handle; member 56 __u32 handle; member 101 __u32 handle; member
|
/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() 48 void* handle = dlopen("libnetd_client.so", RTLD_NOW); in netdClientInitImpl() local
|
/bionic/tests/libs/ |
D | bionic_tests_zipalign.cpp | 42 static bool GetEntries(ZipArchiveHandle handle, std::vector<ZipData>* entries) { in GetEntries() 67 static bool CreateAlignedZip(ZipArchiveHandle& handle, FILE* zip_dst, uint32_t alignment) { in CreateAlignedZip() 137 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 | cfi_test_helper2.cpp | 23 void* handle; in main() local
|
D | dlopen_b.cpp | 9 void *handle = dlopen("libtest_dt_runpath_x.so", RTLD_NOW); in dlopen_b() local
|
D | ld_config_test_helper.cpp | 42 void* handle = dlopen(vdso_name, RTLD_NOW); in main() local
|
/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/linker/ |
D | dlfcn.cpp | 158 void* dlsym_impl(void* handle, const char* symbol, const char* version, const void* caller_addr) { in dlsym_impl() 170 void* __loader_dlsym(void* handle, const char* symbol, const void* caller_addr) { in __loader_dlsym() 174 void* __loader_dlvsym(void* handle, const char* symbol, const char* version, const void* caller_add… in __loader_dlvsym() 183 int __loader_dlclose(void* handle) { in __loader_dlclose()
|