Home
last modified time | relevance | path

Searched refs:SEEK_SET (Results 1 – 25 of 28) sorted by relevance

12

/rk3399_rockchip-uboot/tools/
H A Dsunxi-spl-image-builder.c173 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 Drelocate-rela.c107 if (fseek(f, pos, SEEK_SET) < 0) { in main()
138 if (fseek(f, addr, SEEK_SET) < 0) { in main()
H A Dimg2srec.c279 fseek(file, elfHeader.e_shoff, SEEK_SET); in ConvertELF()
329 fseek(file, sectHeader[i].sh_offset, SEEK_SET); in ConvertELF()
H A Dmksunxiboot.c133 lseek(fd_in, 0, SEEK_SET); in main()
H A Dbmp_logo.c173 fseek(fp, (long)data_offset, SEEK_SET); in main()
H A Dmxsboot.c428 lseek(infd, 0, SEEK_SET); in mx28_nand_write_firmware()
542 lseek(infd, 0, SEEK_SET); in mx28_create_sd_image()
H A Dpblimage.c211 lseek(ifd, 0, SEEK_SET); in pbl_load_uboot()
H A Dzynqmpimage.c257 fseek(fp, origin, SEEK_SET); in fsize()
H A Dfit_image.c553 if (lseek(fd, new_size, SEEK_SET) < 0) { in fit_extract_data()
H A Difdtool.c1095 if (lseek(bios_fd, 0, SEEK_SET)) { in main()
H A Dmxsimage.c464 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 Dyportenv.h125 #ifndef SEEK_SET
126 #define SEEK_SET 0 macro
/rk3399_rockchip-uboot/board/samsung/smdkv310/tools/
H A Dmksmdkv310spl.c62 lseek(ifd, 0, SEEK_SET); in main()
/rk3399_rockchip-uboot/board/samsung/origen/tools/
H A Dmkorigenspl.c64 lseek(ifd, 0, SEEK_SET); in main()
/rk3399_rockchip-uboot/include/u-boot/
H A Dzlib.h342 #ifndef SEEK_SET
343 # define SEEK_SET 0 /* Seek from beginning of file. */ macro
/rk3399_rockchip-uboot/tools/rockchip/
H A Dboot_merger.c221 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 Dloaderimage.c282 fseek(fi, 0, SEEK_SET); in main()
H A Dresource_tool.c719 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 Dbmp2gray16.c223 fseek(file, 0, SEEK_SET); in convert_one_image()
H A Dtrust_merger.c685 fseek(inFile, pEntry->offset, SEEK_SET); in mergetrust()
/rk3399_rockchip-uboot/tools/env/
H A Dfw_env.c760 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 Ddtc-parser.y280 if (fseek(f, $6, SEEK_SET) != 0)
/rk3399_rockchip-uboot/scripts/
H A Ddocproc.c543 fseek(infile, 0, SEEK_SET); in main()
H A Davbtool.py781 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 Dos.c56 whence = SEEK_SET; in os_lseek()

12