Lines Matching defs:ss
232 int symsrc__init(struct symsrc *ss, struct dso *dso, const char *name,
239 ss->name = strdup(name);
240 if (!ss->name)
243 ss->fd = fd;
244 ss->type = type;
254 bool symsrc__possibly_runtime(struct symsrc *ss __maybe_unused)
260 bool symsrc__has_symtab(struct symsrc *ss __maybe_unused)
265 void symsrc__destroy(struct symsrc *ss)
267 zfree(&ss->name);
268 close(ss->fd);
272 struct symsrc *ss __maybe_unused)
316 struct symsrc *ss,
323 ret = fd__is_64_bit(ss->fd);
327 if (filename__read_build_id(ss->name, &bid) > 0)