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