dsos__find
struct dso *dsos__find(struct dsos *dsos, const char *name, bool cmp_short);
struct dso *header_bid_dso = dsos__find(&machine->dsos, filename, false);
dso = dsos__find(&machine->dsos, vdso_file->dso_name, true);
dso = dsos__find(&machine->dsos, DSO__NAME_VDSO32, true);
dso = dsos__find(&machine->dsos, DSO__NAME_VDSO,
dso = dsos__find(&machine->dsos, DSO__NAME_VDSOX32, true);
dso = dsos__find(&machine->dsos, DSO__NAME_VDSO, true);
dso = dsos__find(&machine->dsos, DSO__NAME_VDSO, true);