Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/daemon/
Dltdl-bind-now.c139 bindnow_loader->find_sym = bind_now_find_sym; in pa_ltdl_init()
/third_party/musl/ldso/
Ddynlink.c328 static struct symdef find_sym(struct dso *dso, const char *s, int need_def) in find_sym() function
385 : find_sym(ctx, name, type==REL_PLT); in do_relocs()
1107 if (find_sym(&temp_dso, "__libc_start_main", 1).sym && in load_library()
1108 find_sym(&temp_dso, "stdin", 1).sym) { in load_library()
1657 struct symdef dls2b_def = find_sym(&ldso, "__dls2b", 0); in __dls2()
1681 struct symdef dls3_def = find_sym(&ldso, "__dls3", 0); in __dls2b()
1939 if (find_sym(head, "malloc", 1).dso != &ldso) in __dls3()
2269 if (find_sym(&ldso, redir, 1).sym) s = redir; in __dlsym_redir_time64()
/third_party/musl/porting/liteos_a/user/ldso/
Ddynlink.c326 static struct symdef find_sym(struct dso *dso, const char *s, int need_def) in find_sym() function
383 : find_sym(ctx, name, type==REL_PLT); in do_relocs()
1125 if (find_sym(&temp_dso, "__libc_start_main", 1).sym && in load_library()
1126 find_sym(&temp_dso, "stdin", 1).sym) { in load_library()
1673 struct symdef dls2b_def = find_sym(&ldso, "__dls2b", 0); in __dls2()
1697 struct symdef dls3_def = find_sym(&ldso, "__dls3", 0); in __dls2b()
1962 if (find_sym(head, "malloc", 1).dso != &ldso) in __dls3()
2302 if (find_sym(&ldso, redir, 1).sym) s = redir; in __dlsym_redir_time64()
/third_party/musl/porting/liteos_a/user_debug/ldso/
Ddynlink.c326 static struct symdef find_sym(struct dso *dso, const char *s, int need_def) in find_sym() function
383 : find_sym(ctx, name, type==REL_PLT); in do_relocs()
1125 if (find_sym(&temp_dso, "__libc_start_main", 1).sym && in load_library()
1126 find_sym(&temp_dso, "stdin", 1).sym) { in load_library()
1673 struct symdef dls2b_def = find_sym(&ldso, "__dls2b", 0); in __dls2()
1697 struct symdef dls3_def = find_sym(&ldso, "__dls3", 0); in __dls2b()
1962 if (find_sym(head, "malloc", 1).dso != &ldso) in __dls3()
2302 if (find_sym(&ldso, redir, 1).sym) s = redir; in __dlsym_redir_time64()
/third_party/musl/porting/linux/user/ldso/
Ddynlink.c906 static struct symdef find_sym(struct dso *dso, const char *s, int need_def) in find_sym() function
1911 if (find_sym(&temp_dso, "__libc_start_main", 1).sym && in load_library()
1912 find_sym(&temp_dso, "stdin", 1).sym) { in load_library()
2620 struct symdef dls2b_def = find_sym(&ldso, "__dls2b", 0); in __dls2()
2644 struct symdef dls3_def = find_sym(&ldso, "__dls3", 0); in __dls2b()
2951 if (find_sym(head, "malloc", 1).dso != &ldso) in __dls3()
3842 if (find_sym(&ldso, redir, 1).sym) s = redir; in __dlsym_redir_time64()
4770 if (find_sym(task->p, "__libc_start_main", 1).sym && in task_load_library()
4771 find_sym(task->p, "stdin", 1).sym) { in task_load_library()