Lines Matching defs:find_sym
345 static struct symdef find_sym(struct dso *dso, const char *s, int need_def)
372 return find_sym(&ldso, "readdir_r", 1);
377 if (!strcmp(buf, p)) return find_sym(&ldso, buf, 1);
436 : find_sym(ctx, name, type==REL_PLT);
1232 if (find_sym(&temp_dso, "__libc_start_main", 1).sym &&
1233 find_sym(&temp_dso, "stdin", 1).sym) {
1807 struct symdef dls2b_def = find_sym(&ldso, "__dls2b", 0);
1831 struct symdef dls3_def = find_sym(&ldso, "__dls3", 0);
2111 if (find_sym(head, "malloc", 1).dso != &ldso)
2113 if (find_sym(head, "aligned_alloc", 1).dso != &ldso)
2458 if (find_sym(&ldso, redir, 1).sym) s = redir;