Home
last modified time | relevance | path

Searched refs:dlopen (Results 1 – 5 of 5) sorted by relevance

/optee_os/ldelf/
H A Ddl.c15 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/lib/libdl/include/
H A Ddlfcn.h18 void *dlopen(const char *filename, int flags);
/optee_os/ldelf/include/
H A Dldelf.h90 } dlopen; member
/optee_os/lib/libdl/
H A Ddlfcn.c38 void *dlopen(const char *filename, int flags) in dlopen() function
/optee_os/core/kernel/
H A Dldelf_loader.c408 arg->dlopen.uuid = *uuid; in ldelf_dlopen()
409 arg->dlopen.flags = flags; in ldelf_dlopen()