Searched refs:open_library_by_path (Results 1 – 1 of 1) sorted by relevance
/third_party/musl/porting/linux/user/ldso/ |
D | dynlink.c | 179 static void open_library_by_path(const char *name, const char *s, struct loadtask *task, struct zip… 4336 static void open_library_by_path(const char *name, const char *s, struct loadtask *task, struct zip… in open_library_by_path() function 4380 open_library_by_path(name, new_lib_paths, task, z_info); in handle_asan_path_open_by_task() 4386 open_library_by_path(name, namespace->asan_lib_paths, task, z_info); in handle_asan_path_open_by_task() 4391 open_library_by_path(name, namespace->lib_paths, task, z_info); in handle_asan_path_open_by_task() 5005 open_library_by_path(name, namespace->env_paths, task, &z_info); in load_library_header() 5012 open_library_by_path(name, task->p->rpath, task, &z_info); in load_library_header() 5020 open_library_by_path(name, namespace->lib_paths, task, &z_info); in load_library_header()
|