Lines Matching refs:loadtask
250 static bool map_library_header(struct loadtask *task);
251 static bool task_map_library(struct loadtask *task, struct reserved_address_params *reserved_params…
252 static bool load_library_header(struct loadtask *task);
253 static void task_load_library(struct loadtask *task, struct reserved_address_params *reserved_param…
260 static void open_library_by_path(const char *name, const char *s, struct loadtask *task, struct zip…
261 …san_path_open_by_task(int fd, const char *name, ns_t *namespace, struct loadtask *task, struct zip…
3046 struct loadtask *task = NULL; in dlopen_impl()
4021 static void open_library_by_path(const char *name, const char *s, struct loadtask *task, struct zip… in open_library_by_path()
4050 …oid handle_asan_path_open_by_task(int fd, const char *name, ns_t *namespace, struct loadtask *task, in handle_asan_path_open_by_task()
4209 static bool map_library_header(struct loadtask *task) in map_library_header()
4320 static bool task_map_library(struct loadtask *task, struct reserved_address_params *reserved_params) in task_map_library()
4527 static bool load_library_header(struct loadtask *task) in load_library_header()
4751 static void task_load_library(struct loadtask *task, struct reserved_address_params *reserved_param… in task_load_library()
4844 struct loadtask *task = create_loadtask(p->strings + p->dynv[i + 1], p, namespace, true); in preload_direct_deps()
4884 struct loadtask *task = NULL; in unmap_preloaded_sections()
4921 struct loadtask *task = NULL; in run_loadtasks()
4966 struct loadtask *task = NULL; in load_preload()