Searched refs:find_sym (Results 1 – 5 of 5) sorted by relevance
/third_party/pulseaudio/src/daemon/ |
D | ltdl-bind-now.c | 139 bindnow_loader->find_sym = bind_now_find_sym; in pa_ltdl_init()
|
/third_party/musl/porting/liteos_a/user/ldso/ |
D | dynlink.c | 330 static struct symdef find_sym(struct dso *dso, const char *s, int need_def) in find_sym() function 387 : find_sym(ctx, name, type==REL_PLT); in do_relocs() 1147 if (find_sym(&temp_dso, "__libc_start_main", 1).sym && in load_library() 1148 find_sym(&temp_dso, "stdin", 1).sym) { in load_library() 1713 struct symdef dls2b_def = find_sym(&ldso, "__dls2b", 0); in __dls2() 1737 struct symdef dls3_def = find_sym(&ldso, "__dls3", 0); in __dls2b() 2002 if (find_sym(head, "malloc", 1).dso != &ldso) in __dls3() 2004 if (find_sym(head, "aligned_alloc", 1).dso != &ldso) in __dls3() 2349 if (find_sym(&ldso, redir, 1).sym) s = redir; in __dlsym_redir_time64()
|
/third_party/musl/porting/liteos_a/user_debug/ldso/ |
D | dynlink.c | 330 static struct symdef find_sym(struct dso *dso, const char *s, int need_def) in find_sym() function 387 : find_sym(ctx, name, type==REL_PLT); in do_relocs() 1146 if (find_sym(&temp_dso, "__libc_start_main", 1).sym && in load_library() 1147 find_sym(&temp_dso, "stdin", 1).sym) { in load_library() 1712 struct symdef dls2b_def = find_sym(&ldso, "__dls2b", 0); in __dls2() 1736 struct symdef dls3_def = find_sym(&ldso, "__dls3", 0); in __dls2b() 2001 if (find_sym(head, "malloc", 1).dso != &ldso) in __dls3() 2003 if (find_sym(head, "aligned_alloc", 1).dso != &ldso) in __dls3() 2348 if (find_sym(&ldso, redir, 1).sym) s = redir; in __dlsym_redir_time64()
|
/third_party/musl/ldso/ |
D | dynlink.c | 332 static struct symdef find_sym(struct dso *dso, const char *s, int need_def) in find_sym() function 389 : find_sym(ctx, name, type==REL_PLT); in do_relocs() 1128 if (find_sym(&temp_dso, "__libc_start_main", 1).sym && in load_library() 1129 find_sym(&temp_dso, "stdin", 1).sym) { in load_library() 1696 struct symdef dls2b_def = find_sym(&ldso, "__dls2b", 0); in __dls2() 1720 struct symdef dls3_def = find_sym(&ldso, "__dls3", 0); in __dls2b() 1978 if (find_sym(head, "malloc", 1).dso != &ldso) in __dls3() 1980 if (find_sym(head, "aligned_alloc", 1).dso != &ldso) in __dls3() 2315 if (find_sym(&ldso, redir, 1).sym) s = redir; in __dlsym_redir_time64()
|
/third_party/musl/porting/linux/user/ldso/ |
D | dynlink.c | 913 static struct symdef find_sym(struct dso *dso, const char *s, int need_def) in find_sym() function 2037 if (find_sym(&temp_dso, "__libc_start_main", 1).sym && in load_library() 2038 find_sym(&temp_dso, "stdin", 1).sym) { in load_library() 2764 struct symdef dls2b_def = find_sym(&ldso, "__dls2b", 0); in __dls2() 2788 struct symdef dls3_def = find_sym(&ldso, "__dls3", 0); in __dls2b() 3098 if (find_sym(head, "malloc", 1).dso != &ldso) in __dls3() 3100 if (find_sym(head, "aligned_alloc", 1).dso != &ldso) in __dls3() 4132 if (find_sym(&ldso, redir, 1).sym) s = redir; in __dlsym_redir_time64() 5150 if (find_sym(task->p, "__libc_start_main", 1).sym && in task_load_library() 5151 find_sym(task->p, "stdin", 1).sym) { in task_load_library()
|