Searched refs:SEEK_SET (Results 1 – 5 of 5) sorted by relevance
/trusted-firmware-a-latest/tools/amlogic/ |
D | doimage.c | 72 lseek(fout, 8, SEEK_SET); in main() 77 lseek(fout, 0x200, SEEK_SET); in main()
|
/trusted-firmware-a-latest/tools/encrypt_fw/src/ |
D | encrypt.c | 73 ret = fseek(op_file, sizeof(struct fw_enc_hdr), SEEK_SET); in gcm_encrypt() 132 ret = fseek(op_file, 0, SEEK_SET); in gcm_encrypt()
|
/trusted-firmware-a-latest/lib/zlib/ |
D | zconf.h | 514 #if !defined(SEEK_SET) && !defined(Z_SOLO) 515 # define SEEK_SET 0 /* Seek from beginning of file. */ macro
|
/trusted-firmware-a-latest/tools/nxp/create_pbl/ |
D | create_pbl.c | 308 fseek(fp_rcw_pbi_op, 0L, SEEK_SET); in crypto_calculate_checksum() 379 fseek(fp_rcw_pbi_op, 0L, SEEK_SET); in add_pbi_stop_cmd() 384 fseek(fp_rcw_pbi_op, CHS3_CRC_PAYLOAD_START_OFFSET, SEEK_SET); in add_pbi_stop_cmd()
|
/trusted-firmware-a-latest/tools/fiptool/ |
D | fiptool.c | 597 if (fseek(fp, image->toc_e.offset_address, SEEK_SET)) in pack_images() 603 if (fseek(fp, entry_offset, SEEK_SET)) in pack_images()
|