Lines Matching defs:pos
76 struct dso *pos;
79 list_for_each_entry(pos, head, node) {
80 if (with_hits && !pos->hit && !dso__is_vdso(pos))
82 if (pos->has_build_id) {
86 nsinfo__mountns_enter(pos->nsinfo, &nsc);
87 if (filename__read_build_id(pos->long_name, &pos->bid) > 0) {
89 pos->has_build_id = true;
209 struct dso *pos;
212 list_for_each_entry(pos, &dsos->head, node)
213 if (__dso__cmp_short_name(name, id, pos) == 0)
214 return pos;
297 struct dso *pos;
300 list_for_each_entry(pos, head, node) {
303 if (skip && skip(pos, parm))
305 build_id__sprintf(&pos->bid, sbuild_id);
306 ret += fprintf(fp, "%-40s %s\n", sbuild_id, pos->long_name);
313 struct dso *pos;
316 list_for_each_entry(pos, head, node) {
317 ret += dso__fprintf(pos, fp);