Lines Matching refs:bid
177 struct build_id bid; in build_id_cache__add_file() local
182 err = filename__read_build_id(filename, &bid); in build_id_cache__add_file()
189 build_id__sprintf(&bid, sbuild_id); in build_id_cache__add_file()
200 struct build_id bid; in build_id_cache__remove_file() local
206 err = filename__read_build_id(filename, &bid); in build_id_cache__remove_file()
213 build_id__sprintf(&bid, sbuild_id); in build_id_cache__remove_file()
277 struct build_id bid; in dso__missing_buildid_cache() local
280 filename__read_build_id(filename, &bid) == -1) { in dso__missing_buildid_cache()
286 } else if (memcmp(dso->bid.data, bid.data, bid.size)) { in dso__missing_buildid_cache()
303 struct build_id bid; in build_id_cache__update_file() local
309 err = filename__read_build_id(filename, &bid); in build_id_cache__update_file()
317 build_id__sprintf(&bid, sbuild_id); in build_id_cache__update_file()