HomeSort by: relevance | last modified time | path
    Searched defs:sfh (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/libsframe/
sframe.c 201 sframe_get_hdr_size (const sframe_header *sfh)
203 return SFRAME_V1_HDR_SIZE (*sfh);
287 sframe_header *sfh = (sframe_header *) buf; local
288 swap_thing (sfh->sfh_preamble.sfp_magic);
289 swap_thing (sfh->sfh_preamble.sfp_version);
290 swap_thing (sfh->sfh_preamble.sfp_flags);
291 swap_thing (sfh->sfh_abi_arch);
292 swap_thing (sfh->sfh_cfa_fixed_fp_offset);
293 swap_thing (sfh->sfh_cfa_fixed_ra_offset);
294 swap_thing (sfh->sfh_auxhdr_len)
    [all...]
sframe.c 201 sframe_get_hdr_size (const sframe_header *sfh)
203 return SFRAME_V1_HDR_SIZE (*sfh);
287 sframe_header *sfh = (sframe_header *) buf; local
288 swap_thing (sfh->sfh_preamble.sfp_magic);
289 swap_thing (sfh->sfh_preamble.sfp_version);
290 swap_thing (sfh->sfh_preamble.sfp_flags);
291 swap_thing (sfh->sfh_abi_arch);
292 swap_thing (sfh->sfh_cfa_fixed_fp_offset);
293 swap_thing (sfh->sfh_cfa_fixed_ra_offset);
294 swap_thing (sfh->sfh_auxhdr_len)
    [all...]
  /src/sys/dev/pci/qat/
qat_ae.c 2419 struct suof_file_hdr *sfh; local
2432 sfh = sc->sc_fw_suof;
2434 if (sfh->sfh_file_id != SUOF_FID)
2436 if (sfh->sfh_fw_type != 0)
2438 if (sfh->sfh_num_chunks <= 1)
2440 if (sfh->sfh_min_ver != SUOF_MIN_VER ||
2441 sfh->sfh_maj_ver != SUOF_MAJ_VER)
2444 csum = qat_aefw_csum((char *)&sfh->sfh_min_ver,
2446 if (csum != sfh->sfh_check_sum)
2454 qafs->qafs_check_sum = sfh->sfh_check_sum
    [all...]
qat_ae.c 2419 struct suof_file_hdr *sfh; local
2432 sfh = sc->sc_fw_suof;
2434 if (sfh->sfh_file_id != SUOF_FID)
2436 if (sfh->sfh_fw_type != 0)
2438 if (sfh->sfh_num_chunks <= 1)
2440 if (sfh->sfh_min_ver != SUOF_MIN_VER ||
2441 sfh->sfh_maj_ver != SUOF_MAJ_VER)
2444 csum = qat_aefw_csum((char *)&sfh->sfh_min_ver,
2446 if (csum != sfh->sfh_check_sum)
2454 qafs->qafs_check_sum = sfh->sfh_check_sum
    [all...]

Completed in 88 milliseconds