| /rk3399_rockchip-uboot/tools/ |
| H A D | sunxi-spl-image-builder.c | 173 fseek(dst, pos + offs, SEEK_SET); in write_page() 221 fseek(dst, pos + data_offs, SEEK_SET); in write_page() 223 fseek(dst, pos + ecc_offs - 4, SEEK_SET); in write_page() 228 fseek(dst, pos + info->page_size, SEEK_SET); in write_page() 233 fseek(dst, pos + info->page_size + info->oob_size, SEEK_SET); in write_page()
|
| H A D | relocate-rela.c | 107 if (fseek(f, pos, SEEK_SET) < 0) { in main() 138 if (fseek(f, addr, SEEK_SET) < 0) { in main()
|
| H A D | img2srec.c | 279 fseek(file, elfHeader.e_shoff, SEEK_SET); in ConvertELF() 329 fseek(file, sectHeader[i].sh_offset, SEEK_SET); in ConvertELF()
|
| H A D | mksunxiboot.c | 133 lseek(fd_in, 0, SEEK_SET); in main()
|
| H A D | bmp_logo.c | 173 fseek(fp, (long)data_offset, SEEK_SET); in main()
|
| H A D | mxsboot.c | 428 lseek(infd, 0, SEEK_SET); in mx28_nand_write_firmware() 542 lseek(infd, 0, SEEK_SET); in mx28_create_sd_image()
|
| H A D | pblimage.c | 211 lseek(ifd, 0, SEEK_SET); in pbl_load_uboot()
|
| H A D | zynqmpimage.c | 257 fseek(fp, origin, SEEK_SET); in fsize()
|
| H A D | fit_image.c | 553 if (lseek(fd, new_size, SEEK_SET) < 0) { in fit_extract_data()
|
| H A D | ifdtool.c | 1095 if (lseek(bios_fd, 0, SEEK_SET)) { in main()
|
| H A D | mxsimage.c | 464 ret = fseek(fp, 0, SEEK_SET); in sb_load_file() 2087 ret = fseek(fp, 0, SEEK_SET); in sb_build_tree_from_img()
|
| /rk3399_rockchip-uboot/fs/yaffs2/ |
| H A D | yportenv.h | 125 #ifndef SEEK_SET 126 #define SEEK_SET 0 macro
|
| /rk3399_rockchip-uboot/board/samsung/smdkv310/tools/ |
| H A D | mksmdkv310spl.c | 62 lseek(ifd, 0, SEEK_SET); in main()
|
| /rk3399_rockchip-uboot/board/samsung/origen/tools/ |
| H A D | mkorigenspl.c | 64 lseek(ifd, 0, SEEK_SET); in main()
|
| /rk3399_rockchip-uboot/include/u-boot/ |
| H A D | zlib.h | 342 #ifndef SEEK_SET 343 # define SEEK_SET 0 /* Seek from beginning of file. */ macro
|
| /rk3399_rockchip-uboot/tools/rockchip/ |
| H A D | boot_merger.c | 221 fseek(file, pos, SEEK_SET); in parse471() 258 fseek(file, pos, SEEK_SET); in parse472() 274 fseek(file, pos, SEEK_SET); in parseLoader() 906 fseek(inFile, entry->dataOffset, SEEK_SET); in unpackEntry()
|
| H A D | loaderimage.c | 282 fseek(fi, 0, SEEK_SET); in main()
|
| H A D | resource_tool.c | 719 fseek(file, offset, SEEK_SET); in StorageWriteLba() 742 fseek(file, offset, SEEK_SET); in StorageReadLba() 1282 fseek(file, offset, SEEK_SET); in dump_file() 1308 fseek(file, pos, SEEK_SET); in dump_file()
|
| H A D | bmp2gray16.c | 223 fseek(file, 0, SEEK_SET); in convert_one_image()
|
| H A D | trust_merger.c | 685 fseek(inFile, pEntry->offset, SEEK_SET); in mergetrust()
|
| /rk3399_rockchip-uboot/tools/env/ |
| H A D | fw_env.c | 760 lseek (fd, blockstart + block_seek, SEEK_SET); in flash_read_buf() 921 if (lseek (fd, blockstart, SEEK_SET) == -1) { in flash_write_buf() 964 rc = lseek (fd, offset, SEEK_SET); in flash_flag_obsolete()
|
| /rk3399_rockchip-uboot/scripts/dtc/ |
| H A D | dtc-parser.y | 280 if (fseek(f, $6, SEEK_SET) != 0)
|
| /rk3399_rockchip-uboot/scripts/ |
| H A D | docproc.c | 543 fseek(infile, 0, SEEK_SET); in main()
|
| H A D | avbtool.py | 781 self._image.seek(0, os.SEEK_SET) 891 self._image.seek(self.NUM_CHUNKS_AND_BLOCKS_OFFSET, os.SEEK_SET) 925 self._image.seek(self._sparse_end, os.SEEK_SET) 959 self._image.seek(self._sparse_end, os.SEEK_SET) 998 self._image.seek(self._sparse_end, os.SEEK_SET)
|
| /rk3399_rockchip-uboot/arch/sandbox/cpu/ |
| H A D | os.c | 56 whence = SEEK_SET; in os_lseek()
|