Searched refs:pgname (Results 1 – 2 of 2) sorted by relevance
| /components/libc/posix/libdl/ |
| A D | dlmodule.h | 73 struct rt_dlmodule *dlmodule_load(const char* pgname); 74 struct rt_dlmodule *dlmodule_exec(const char* pgname, const char* cmd, int cmd_size); 78 struct rt_dlmodule* dlmodule_exec_custom(const char* pgname, const char* cmd, int cmd_size, struct …
|
| A D | dlmodule.c | 566 struct rt_dlmodule* dlmodule_exec(const char* pgname, const char* cmd, int cmd_size) in dlmodule_exec() argument 570 module = dlmodule_load(pgname); in dlmodule_exec() 743 struct rt_dlmodule* dlmodule_exec_custom(const char* pgname, const char* cmd, int cmd_size, struct … in dlmodule_exec_custom() argument 747 module = dlmodule_load_custom(pgname, ops); in dlmodule_exec_custom()
|
Completed in 4 milliseconds