| /u-boot/tools/ |
| A D | relocate-rela.c | 141 ret = fseek(felf, section_header_base, SEEK_SET); in decode_elf64() 178 ret = fseek(felf, sh_offset, SEEK_SET); in decode_elf64() 275 ret = fseek(felf, section_header_base, SEEK_SET); in decode_elf32() 312 ret = fseek(felf, sh_offset, SEEK_SET); in decode_elf32() 429 if (fseek(f, pos, SEEK_SET) < 0) { in rela_elf64() 460 if (fseek(f, addr, SEEK_SET) < 0) { in rela_elf64() 526 if (fseek(f, pos, SEEK_SET) < 0) { in rela_elf32() 566 if (fseek(f, addr, SEEK_SET) < 0) { in rela_elf32() 590 if (fseek(f, pos_dyn, SEEK_SET) < 0) { in rela_elf32() 613 if (fseek(f, addr, SEEK_SET) < 0) { in rela_elf32()
|
| 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()
|
| A D | imx8mimage.c | 222 ret = lseek(ifd, offset, SEEK_SET); in fill_zero() 278 ret = lseek(ifd, offset, SEEK_SET); in copy_file() 328 ret = lseek(fd, fit_offset, SEEK_SET); in generate_ivt_for_fit() 350 ret = lseek(fd, fit_offset + fit_size, SEEK_SET); in generate_ivt_for_fit() 610 ret = lseek(ofd, header_hdmi_off, SEEK_SET); in build_image() 623 ret = lseek(ofd, header_image_off, SEEK_SET); in build_image() 643 ret = lseek(ofd, sld_header_off, SEEK_SET); in build_image()
|
| A D | bmp_logo.c | 184 fseek(fp, 0L, SEEK_SET); in main() 186 fseek(fp, (long)data_offset, SEEK_SET); in main()
|
| A D | update_octeon_header.c | 370 lseek(fd, hdr_size, SEEK_SET); in main() 445 lseek(fd, 0, SEEK_SET); in main()
|
| 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()
|
| A D | mksunxiboot.c | 130 lseek(fd_in, 0, SEEK_SET); in main()
|
| A D | mxsboot.c | 427 lseek(infd, 0, SEEK_SET); in mx28_nand_write_firmware() 541 lseek(infd, 0, SEEK_SET); in mx28_create_sd_image()
|
| A D | pblimage.c | 211 lseek(ifd, 0, SEEK_SET); in pbl_load_uboot()
|
| A D | proftool.c | 888 if (fseek(tw->fout, lp->ptr, SEEK_SET)) in pop_len() 894 if (fseek(tw->fout, tw->ptr, SEEK_SET)) in pop_len() 954 ret = fseek(tw->fout, start, SEEK_SET); in start_page() 993 if (fseek(tw->fout, end - 1, SEEK_SET)) { in finish_page()
|
| A D | imx8image.c | 346 ret = lseek(ifd, offset, SEEK_SET); in copy_file_aligned() 406 ret = lseek(ifd, offset, SEEK_SET); in copy_file() 960 ret = lseek(ofd, file_padding, SEEK_SET); in build_container()
|
| A D | zynqmpimage.c | 331 ret = fseek(fp, origin, SEEK_SET); in fsize()
|
| A D | fit_image.c | 592 if (lseek(fd, new_size, SEEK_SET) < 0) { in fit_extract_data()
|
| A D | ifdtool.c | 1094 if (lseek(bios_fd, 0, SEEK_SET)) { in main()
|
| A D | zynqmpbif.c | 974 if (lseek(outfd, 0, SEEK_SET) != 0) in zynqmpbif_copy_image()
|
| A D | mxsimage.c | 465 ret = fseek(fp, 0, SEEK_SET); in sb_load_file() 2085 ret = fseek(fp, 0, SEEK_SET); in sb_build_tree_from_img()
|
| A D | kwboot.c | 1705 if (lseek(fd, 0, SEEK_SET) == (off_t)-1) in kwboot_read_image()
|
| /u-boot/fs/yaffs2/ |
| A D | yportenv.h | 126 #ifndef SEEK_SET 127 #define SEEK_SET 0 macro
|
| /u-boot/board/samsung/smdkv310/tools/ |
| A D | mksmdkv310spl.c | 61 lseek(ifd, 0, SEEK_SET); in main()
|
| /u-boot/board/samsung/origen/tools/ |
| A D | mkorigenspl.c | 63 lseek(ifd, 0, SEEK_SET); in main()
|
| /u-boot/include/u-boot/ |
| A D | zlib.h | 348 #ifndef SEEK_SET 349 # define SEEK_SET 0 /* Seek from beginning of file. */ macro
|
| /u-boot/tools/binman/ |
| A D | cbfs_util.py | 744 fd.seek(cbfs_offset, io.SEEK_SET) 797 fd.seek(file_pos + attr, io.SEEK_SET)
|
| /u-boot/scripts/dtc/ |
| A D | dtc-parser.y | 298 if (fseek(f, $6, SEEK_SET) != 0)
|
| /u-boot/tools/env/ |
| A D | fw_env.c | 949 lseek(fd, blockstart + block_seek, SEEK_SET); in flash_read_buf() 1124 if (lseek(fd, blockstart, SEEK_SET) == -1) { in flash_write_buf() 1170 rc = lseek(fd, offset, SEEK_SET); in flash_flag_obsolete()
|
| /u-boot/arch/sandbox/cpu/ |
| A D | os.c | 73 whence = SEEK_SET; in os_lseek()
|