Home
last modified time | relevance | path

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

12

/u-boot/tools/
A Drelocate-rela.c141 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 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()
A Dimx8mimage.c222 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 Dbmp_logo.c184 fseek(fp, 0L, SEEK_SET); in main()
186 fseek(fp, (long)data_offset, SEEK_SET); in main()
A Dupdate_octeon_header.c370 lseek(fd, hdr_size, SEEK_SET); in main()
445 lseek(fd, 0, SEEK_SET); in main()
A Dimg2srec.c279 fseek(file, elfHeader.e_shoff, SEEK_SET); in ConvertELF()
329 fseek(file, sectHeader[i].sh_offset, SEEK_SET); in ConvertELF()
A Dmksunxiboot.c130 lseek(fd_in, 0, SEEK_SET); in main()
A Dmxsboot.c427 lseek(infd, 0, SEEK_SET); in mx28_nand_write_firmware()
541 lseek(infd, 0, SEEK_SET); in mx28_create_sd_image()
A Dpblimage.c211 lseek(ifd, 0, SEEK_SET); in pbl_load_uboot()
A Dproftool.c888 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 Dimx8image.c346 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 Dzynqmpimage.c331 ret = fseek(fp, origin, SEEK_SET); in fsize()
A Dfit_image.c592 if (lseek(fd, new_size, SEEK_SET) < 0) { in fit_extract_data()
A Difdtool.c1094 if (lseek(bios_fd, 0, SEEK_SET)) { in main()
A Dzynqmpbif.c974 if (lseek(outfd, 0, SEEK_SET) != 0) in zynqmpbif_copy_image()
A Dmxsimage.c465 ret = fseek(fp, 0, SEEK_SET); in sb_load_file()
2085 ret = fseek(fp, 0, SEEK_SET); in sb_build_tree_from_img()
A Dkwboot.c1705 if (lseek(fd, 0, SEEK_SET) == (off_t)-1) in kwboot_read_image()
/u-boot/fs/yaffs2/
A Dyportenv.h126 #ifndef SEEK_SET
127 #define SEEK_SET 0 macro
/u-boot/board/samsung/smdkv310/tools/
A Dmksmdkv310spl.c61 lseek(ifd, 0, SEEK_SET); in main()
/u-boot/board/samsung/origen/tools/
A Dmkorigenspl.c63 lseek(ifd, 0, SEEK_SET); in main()
/u-boot/include/u-boot/
A Dzlib.h348 #ifndef SEEK_SET
349 # define SEEK_SET 0 /* Seek from beginning of file. */ macro
/u-boot/tools/binman/
A Dcbfs_util.py744 fd.seek(cbfs_offset, io.SEEK_SET)
797 fd.seek(file_pos + attr, io.SEEK_SET)
/u-boot/scripts/dtc/
A Ddtc-parser.y298 if (fseek(f, $6, SEEK_SET) != 0)
/u-boot/tools/env/
A Dfw_env.c949 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 Dos.c73 whence = SEEK_SET; in os_lseek()

Completed in 59 milliseconds

12