Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Dhpux-core.c185 bfd_seek (abfd, (file_ptr) core_header.len, SEEK_CUR); in hpux_core_core_file_p()
212 if (bfd_seek (abfd, -((file_ptr) core_header.len), SEEK_CUR) != 0) in hpux_core_core_file_p()
270 if (bfd_seek (abfd, (file_ptr) core_header.len, SEEK_CUR) != 0) in hpux_core_core_file_p()
288 bfd_seek (abfd, (file_ptr) core_header.len, SEEK_CUR); in hpux_core_core_file_p()
Dsysdep.h115 #ifndef SEEK_CUR
116 #define SEEK_CUR 1 macro
Dbfdio.c287 BFD_ASSERT (direction == SEEK_SET || direction == SEEK_CUR); in bfd_seek()
289 if (direction == SEEK_CUR && position == 0) in bfd_seek()
Darchive64.c62 if (bfd_seek (abfd, (file_ptr) - 16, SEEK_CUR) != 0) in bfd_elf64_archive_slurp_armap()
Dhp300hpux.c332 if (bfd_seek (abfd, (file_ptr) N_TRELOFF (*execp), SEEK_CUR) != 0) in MY()
336 if (bfd_seek (abfd, (file_ptr) N_DRELOFF (*execp), SEEK_CUR) != 0) in MY()
Dcache.c269 FILE *f = bfd_cache_lookup (abfd, whence != SEEK_CUR ? CACHE_NO_SEEK : CACHE_NORMAL); in cache_bseek()
Dplugin.c195 off_t cur_offset = lseek(file.fd, 0, SEEK_CUR); in try_claim()
Darchive.c1100 if (bfd_seek (abfd, (file_ptr) -16, SEEK_CUR) != 0) in bfd_slurp_armap()
1132 if (bfd_seek (abfd, -(file_ptr) (sizeof (hdr) + 20), SEEK_CUR) != 0) in bfd_slurp_armap()
1171 if (bfd_seek (abfd, (file_ptr) -16, SEEK_CUR) != 0) in bfd_slurp_bsd_armap_f2()
1278 if (bfd_seek (abfd, (file_ptr) -16, SEEK_CUR) != 0) in _bfd_slurp_extended_name_table()
Dcoff-alpha.c2042 if (bfd_seek (abfd, (file_ptr) FILHSZ, SEEK_CUR) != 0 in alpha_ecoff_read_ar_hdr()
2044 || bfd_seek (abfd, (file_ptr) (- (FILHSZ + 8)), SEEK_CUR) != 0) in alpha_ecoff_read_ar_hdr()
Dopncls.c491 case SEEK_CUR: vec->where += offset; break; in opncls_bseek()
Dcoff-rs6000.c1258 if (bfd_seek (abfd, off, SEEK_CUR) != 0) in _bfd_xcoff_slurp_armap()
1313 if (bfd_seek (abfd, off, SEEK_CUR) != 0) in _bfd_xcoff_slurp_armap()
1557 if (bfd_seek (abfd, (file_ptr) ((namlen & 1) + SXCOFFARFMAG), SEEK_CUR) != 0) in _bfd_xcoff_read_ar_hdr()
Dvms-lib.c867 if (bfd_seek (abfd->my_archive, l, SEEK_CUR) != 0) in vms_lib_bread_raw()
Dcoff64-rs6000.c1904 if (bfd_seek (abfd, pos, SEEK_CUR) != 0) in xcoff64_slurp_armap()
Dieee.c3544 if (bfd_seek (abfd, (file_ptr) (8 * N_W_VARIABLES), SEEK_CUR) != 0) in ieee_write_object_contents()
Decoff.c2867 if (bfd_seek (abfd, (file_ptr) -16, SEEK_CUR) != 0) in _bfd_ecoff_slurp_armap()
Dsom.c6116 if (bfd_seek (abfd, (file_ptr) -16, SEEK_CUR) != 0) in som_slurp_armap()
DChangeLog-91935004 Third argument is SEEK_SET or SEEK_CUR. Result is always 0 or -1.
DChangeLog-94953691 Only define SEEK_SET and SEEK_CUR if they are not already defined.
/toolchain/binutils/binutils-2.25/ld/
Dsysdep.h103 #ifndef SEEK_CUR
104 #define SEEK_CUR 1 macro
Dld.h26 #ifndef SEEK_CUR
27 #define SEEK_CUR 1 macro
DChangeLog-2010580 (SEEK_CUR): Likewise.
/toolchain/binutils/binutils-2.25/binutils/
Dsysdep.h130 #ifndef SEEK_CUR
131 #define SEEK_CUR 1 macro
Delfcomm.c454 if (fseek (arch->file, size, SEEK_CUR) != 0) in process_archive_index_and_symbols()
DChangeLog-91971004 * bucomm.h: Define SEEK_SET, SEEK_CUR, and SEEK_END if they are
/toolchain/binutils/binutils-2.25/libiberty/
DChangeLog7718 * mpw.c (mpw_fseek): Make it work correctly when doing SEEK_CUR.