Lines Matching refs:bid
178 struct build_id bid; in build_id_cache__add_file() local
183 err = filename__read_build_id(filename, &bid); in build_id_cache__add_file()
190 build_id__sprintf(&bid, sbuild_id); in build_id_cache__add_file()
201 struct build_id bid; in build_id_cache__remove_file() local
207 err = filename__read_build_id(filename, &bid); in build_id_cache__remove_file()
214 build_id__sprintf(&bid, sbuild_id); in build_id_cache__remove_file()
278 struct build_id bid; in dso__missing_buildid_cache() local
281 filename__read_build_id(filename, &bid) == -1) { in dso__missing_buildid_cache()
287 } else if (memcmp(dso->bid.data, bid.data, bid.size)) { in dso__missing_buildid_cache()
304 struct build_id bid; in build_id_cache__update_file() local
310 err = filename__read_build_id(filename, &bid); in build_id_cache__update_file()
318 build_id__sprintf(&bid, sbuild_id); in build_id_cache__update_file()