Lines Matching defs:need_def
810 struct dso *dso, struct verinfo *verinfo, struct sym_info_pair s_info_g, int need_def, ns_t *ns)
844 if (need_def || (sym->st_info & 0xf) == STT_TLS || ARCH_SYM_REJECT_UND(sym))
862 static inline struct symdef find_sym2(struct dso *dso, struct verinfo *verinfo, int need_def, int use_deps, ns_t *ns)
886 if (need_def || (sym->st_info&0xf) == STT_TLS
901 static inline struct symdef find_sym_by_deps(struct dso *dso, struct verinfo *verinfo, int need_def, ns_t *ns)
924 if (need_def || (sym->st_info&0xf) == STT_TLS
940 int sym_type, struct dso *dso, struct verinfo *verinfo, int need_def, struct dso *dso_relocating)
962 if (need_def || (sym->st_info&0xf) == STT_TLS
977 static struct symdef find_sym(struct dso *dso, const char *s, int need_def)
980 return find_sym2(dso, &verinfo, need_def, 0, NULL);