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

12

/u-boot/fs/yaffs2/
H A Dyportenv.h126 #ifndef SEEK_SET
127 #define SEEK_SET 0 macro
/u-boot/tools/
H A Drelocate-rela.c174 ret = fseek(felf, section_header_base, SEEK_SET);
211 ret = fseek(felf, sh_offset, SEEK_SET);
316 ret = fseek(felf, section_header_base, SEEK_SET);
353 ret = fseek(felf, sh_offset, SEEK_SET);
470 if (fseek(f, pos, SEEK_SET) < 0) {
501 if (fseek(f, addr, SEEK_SET) < 0) {
586 if (fseek(f, pos, SEEK_SET) < 0) {
626 if (fseek(f, addr, SEEK_SET) < 0) {
653 if (fseek(f, pos_dyn, SEEK_SET) < 0) {
678 if (fseek(f, addr, SEEK_SET) <
[all...]
H A Dbmp_logo.c184 fseek(fp, 0L, SEEK_SET);
186 fseek(fp, (long)data_offset, SEEK_SET);
H A Dsunxi-spl-image-builder.c173 fseek(dst, pos + offs, SEEK_SET);
221 fseek(dst, pos + data_offs, SEEK_SET);
223 fseek(dst, pos + ecc_offs - 4, SEEK_SET);
228 fseek(dst, pos + info->page_size, SEEK_SET);
233 fseek(dst, pos + info->page_size + info->oob_size, SEEK_SET);
H A Dimx8mimage.c222 ret = lseek(ifd, offset, SEEK_SET);
278 ret = lseek(ifd, offset, SEEK_SET);
328 ret = lseek(fd, fit_offset, SEEK_SET);
350 ret = lseek(fd, fit_offset + fit_size, SEEK_SET);
613 ret = lseek(ofd, header_hdmi_off, SEEK_SET);
626 ret = lseek(ofd, header_image_off, SEEK_SET);
646 ret = lseek(ofd, sld_header_off, SEEK_SET);
H A Dmksunxiboot.c130 lseek(fd_in, 0, SEEK_SET);
H A Dimg2srec.c279 fseek(file, elfHeader.e_shoff, SEEK_SET);
329 fseek(file, sectHeader[i].sh_offset, SEEK_SET);
H A Dupdate_octeon_header.c370 lseek(fd, hdr_size, SEEK_SET);
445 lseek(fd, 0, SEEK_SET);
H A Dpblimage.c211 lseek(ifd, 0, SEEK_SET);
H A Dmxsboot.c427 lseek(infd, 0, SEEK_SET);
541 lseek(infd, 0, SEEK_SET);
H A Dproftool.c888 if (fseek(tw->fout, lp->ptr, SEEK_SET))
894 if (fseek(tw->fout, tw->ptr, SEEK_SET))
954 ret = fseek(tw->fout, start, SEEK_SET);
993 if (fseek(tw->fout, end - 1, SEEK_SET)) {
H A Dimx8image.c346 ret = lseek(ifd, offset, SEEK_SET);
406 ret = lseek(ifd, offset, SEEK_SET);
960 ret = lseek(ofd, file_padding, SEEK_SET);
H A Dzynqmpimage.c369 ret = fseek(fp, origin, SEEK_SET);
371 fprintf(stderr, "Incorrect file SEEK_SET to %d\n", origin);
H A Dmxsimage.c465 ret = fseek(fp, 0, SEEK_SET);
2085 ret = fseek(fp, 0, SEEK_SET);
H A Dzynqmpbif.c974 if (lseek(outfd, 0, SEEK_SET) != 0)
H A Difdtool.c1094 if (lseek(bios_fd, 0, SEEK_SET)) {
H A Dfit_image.c596 if (lseek(fd, new_size, SEEK_SET) < 0) {
H A Difwitool.c409 fseek(f, 0, SEEK_SET);
/u-boot/board/samsung/origen/tools/
H A Dmkorigenspl.c63 lseek(ifd, 0, SEEK_SET);
/u-boot/board/samsung/smdkv310/tools/
H A Dmksmdkv310spl.c61 lseek(ifd, 0, SEEK_SET);
/u-boot/include/u-boot/
H A Dzlib.h345 #ifndef SEEK_SET
346 # define SEEK_SET 0 /* Seek from beginning of file. */ macro
/u-boot/tools/binman/
H A Dcbfs_util.py752 fd.seek(cbfs_offset, io.SEEK_SET)
812 fd.seek(file_pos + attr, io.SEEK_SET)
/u-boot/scripts/dtc/
H A Ddtc-parser.y298 if (fseek(f, $6, SEEK_SET) != 0)
/u-boot/tools/env/
H A Dfw_env.c949 lseek(fd, blockstart + block_seek, SEEK_SET);
1120 if (lseek(fd, blockstart, SEEK_SET) == -1) {
1166 rc = lseek(fd, offset, SEEK_SET);
/u-boot/arch/sandbox/cpu/
H A Dos.c73 whence = SEEK_SET;

Completed in 371 milliseconds

12