Lines Matching defs:find_sym
977 static struct symdef find_sym(struct dso *dso, const char *s, int need_def)
2299 if (find_sym(&temp_dso, "__libc_start_main", 1).sym &&
2300 find_sym(&temp_dso, "stdin", 1).sym) {
3068 struct symdef dls2b_def = find_sym(&ldso, "__dls2b", 0);
3092 struct symdef dls3_def = find_sym(&ldso, "__dls3", 0);
3421 if (find_sym(head, "malloc", 1).dso != &ldso)
3423 if (find_sym(head, "aligned_alloc", 1).dso != &ldso)
4657 if (find_sym(&ldso, redir, 1).sym) s = redir;
5788 if (find_sym(task->p, "__libc_start_main", 1).sym &&
5789 find_sym(task->p, "stdin", 1).sym) {