build_id_parse_file
err = build_id_parse_file(vm_file, build_id_buf, &build_id_sz);
int build_id_parse_file(struct file *file, unsigned char *build_id, __u32 *size);
if (build_id_parse_file(file, id_offs[i].build_id, NULL)) {