Searched refs:header_bid_dso (Results 1 – 1 of 1) sorted by relevance
135 struct dso *dso, *header_bid_dso; in map__new() local201 header_bid_dso = dsos__find(&machine->dsos, filename, false); in map__new()202 if (header_bid_dso && dso__header_build_id(header_bid_dso)) { in map__new()203 dso__set_build_id(dso, dso__bid(header_bid_dso)); in map__new()206 dso__put(header_bid_dso); in map__new()