Lines Matching refs:symdef
809 struct symdef find_sym_impl(
818 struct symdef def = {0};
862 static inline struct symdef find_sym2(struct dso *dso, struct verinfo *verinfo, int need_def, int use_deps, ns_t *ns)
868 struct symdef def = {0};
901 static inline struct symdef find_sym_by_deps(struct dso *dso, struct verinfo *verinfo, int need_def, ns_t *ns)
907 struct symdef def = {0};
939 static inline struct symdef find_sym_by_saved_so_list(
946 struct symdef def = {0};
977 static struct symdef find_sym(struct dso *dso, const char *s, int need_def)
1067 struct symdef def;
1114 def = (struct symdef){ .dso = dso->cache_dso, .sym = dso->cache_sym };
1117 ? (struct symdef){ .dso = dso, .sym = sym }
3068 struct symdef dls2b_def = find_sym(&ldso, "__dls2b", 0);
3092 struct symdef dls3_def = find_sym(&ldso, "__dls3", 0);
4150 struct symdef def = use_deps ? find_sym_by_deps(p, &verinfo, 0, ns) :