Lines Matching defs:symdef
119 struct symdef {
314 static inline struct symdef find_sym2(struct dso *dso, const char *s, int need_def, int use_deps)
318 struct symdef def = {0};
345 static struct symdef find_sym(struct dso *dso, const char *s, int need_def)
350 static struct symdef get_lfs64(const char *name)
381 return (struct symdef){ 0 };
394 struct symdef def;
435 ? (struct symdef){ .dso = dso, .sym = sym }
1807 struct symdef dls2b_def = find_sym(&ldso, "__dls2b", 0);
1831 struct symdef dls3_def = find_sym(&ldso, "__dls3", 0);
2349 struct symdef def = find_sym2(p, s, 0, use_deps);