Searched refs:SEEK_SET (Results 1 – 6 of 6) sorted by relevance
/trusted-firmware-a/tools/amlogic/ |
A D | doimage.c | 72 lseek(fout, 8, SEEK_SET); in main() 77 lseek(fout, 0x200, SEEK_SET); in main()
|
/trusted-firmware-a/tools/encrypt_fw/src/ |
A 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/tools/sptool/ |
A D | sptool.c | 234 xfseek(f, file_ptr, SEEK_SET); in output_write() 243 xfseek(f, file_ptr, SEEK_SET); in output_write() 259 xfseek(f, 0, SEEK_SET); in output_write()
|
/trusted-firmware-a/lib/zlib/ |
A D | zconf.h | 497 #if !defined(SEEK_SET) && !defined(Z_SOLO) 498 # define SEEK_SET 0 /* Seek from beginning of file. */ macro
|
/trusted-firmware-a/tools/nxp/create_pbl/ |
A 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/tools/fiptool/ |
A D | fiptool.c | 575 if (fseek(fp, image->toc_e.offset_address, SEEK_SET)) in pack_images() 581 if (fseek(fp, entry_offset, SEEK_SET)) in pack_images()
|
Completed in 13 milliseconds