Searched refs:dlopen (Results 1 – 10 of 10) sorted by relevance
/optee_os/ldelf/ |
A D | dl.c | 15 if (arg->dlopen.flags != (RTLD_NOW | RTLD_GLOBAL | RTLD_NODELETE)) in dlopen_entry() 18 if (!memcmp(&arg->dlopen.uuid, &zero, sizeof(zero))) in dlopen_entry() 21 return ta_elf_add_library(&arg->dlopen.uuid); in dlopen_entry()
|
/optee_os/out/arm/export-ta_arm32/include/ |
A D | dlfcn.h | 18 void *dlopen(const char *filename, int flags);
|
/optee_os/lib/libdl/include/ |
A D | dlfcn.h | 18 void *dlopen(const char *filename, int flags);
|
/optee_os/out/arm/export-ta_arm64/include/ |
A D | dlfcn.h | 18 void *dlopen(const char *filename, int flags);
|
/optee_os/out/arm/export-ta_arm32/host_include/ |
A D | dlfcn.h | 18 void *dlopen(const char *filename, int flags);
|
/optee_os/out/arm/export-ta_arm64/host_include/ |
A D | dlfcn.h | 18 void *dlopen(const char *filename, int flags);
|
/optee_os/ldelf/include/ |
A D | ldelf.h | 83 } dlopen; member
|
/optee_os/lib/libdl/ |
A D | dlfcn.c | 38 void *dlopen(const char *filename, int flags) in dlopen() function
|
/optee_os/core/arch/arm/kernel/ |
A D | ldelf_loader.c | 370 arg->dlopen.uuid = *uuid; in ldelf_dlopen() 371 arg->dlopen.flags = flags; in ldelf_dlopen()
|
/optee_os/lib/libmbedtls/mbedtls/ |
A D | README.md | 41 …dtls -lmbedx509 -lmbedcrypto`. Also, when loading shared libraries using dlopen(), you'll need to …
|
Completed in 7 milliseconds