Lines Matching refs:symdef
775 struct symdef find_sym_impl(
784 struct symdef def = {0};
828 static inline struct symdef find_sym2(struct dso *dso, struct verinfo *verinfo, int need_def, int use_deps, ns_t *ns)
834 struct symdef def = {0};
866 static inline struct symdef find_sym_by_deps(struct dso *dso, struct verinfo *verinfo, int need_def, ns_t *ns)
872 struct symdef def = {0};
904 static inline struct symdef find_sym_by_saved_so_list(
911 struct symdef def = {0};
942 static struct symdef find_sym(struct dso *dso, const char *s, int need_def)
1032 struct symdef def;
1079 def = (struct symdef){ .dso = dso->cache_dso, .sym = dso->cache_sym };
1082 ? (struct symdef){ .dso = dso, .sym = sym }
2838 struct symdef dls2b_def = find_sym(&ldso, "__dls2b", 0);
2862 struct symdef dls3_def = find_sym(&ldso, "__dls3", 0);
3833 struct symdef def = use_deps ? find_sym_by_deps(p, &verinfo, 0, ns) :