/toolchain/binutils/binutils-2.25/bfd/ |
D | hpux-core.c | 185 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()
|
D | sysdep.h | 115 #ifndef SEEK_CUR 116 #define SEEK_CUR 1 macro
|
D | bfdio.c | 287 BFD_ASSERT (direction == SEEK_SET || direction == SEEK_CUR); in bfd_seek() 289 if (direction == SEEK_CUR && position == 0) in bfd_seek()
|
D | archive64.c | 62 if (bfd_seek (abfd, (file_ptr) - 16, SEEK_CUR) != 0) in bfd_elf64_archive_slurp_armap()
|
D | hp300hpux.c | 332 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()
|
D | cache.c | 269 FILE *f = bfd_cache_lookup (abfd, whence != SEEK_CUR ? CACHE_NO_SEEK : CACHE_NORMAL); in cache_bseek()
|
D | plugin.c | 195 off_t cur_offset = lseek(file.fd, 0, SEEK_CUR); in try_claim()
|
D | archive.c | 1100 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()
|
D | coff-alpha.c | 2042 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()
|
D | opncls.c | 491 case SEEK_CUR: vec->where += offset; break; in opncls_bseek()
|
D | coff-rs6000.c | 1258 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()
|
D | vms-lib.c | 867 if (bfd_seek (abfd->my_archive, l, SEEK_CUR) != 0) in vms_lib_bread_raw()
|
D | coff64-rs6000.c | 1904 if (bfd_seek (abfd, pos, SEEK_CUR) != 0) in xcoff64_slurp_armap()
|
D | ieee.c | 3544 if (bfd_seek (abfd, (file_ptr) (8 * N_W_VARIABLES), SEEK_CUR) != 0) in ieee_write_object_contents()
|
D | ecoff.c | 2867 if (bfd_seek (abfd, (file_ptr) -16, SEEK_CUR) != 0) in _bfd_ecoff_slurp_armap()
|
D | som.c | 6116 if (bfd_seek (abfd, (file_ptr) -16, SEEK_CUR) != 0) in som_slurp_armap()
|
D | ChangeLog-9193 | 5004 Third argument is SEEK_SET or SEEK_CUR. Result is always 0 or -1.
|
D | ChangeLog-9495 | 3691 Only define SEEK_SET and SEEK_CUR if they are not already defined.
|
/toolchain/binutils/binutils-2.25/ld/ |
D | sysdep.h | 103 #ifndef SEEK_CUR 104 #define SEEK_CUR 1 macro
|
D | ld.h | 26 #ifndef SEEK_CUR 27 #define SEEK_CUR 1 macro
|
D | ChangeLog-2010 | 580 (SEEK_CUR): Likewise.
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | sysdep.h | 130 #ifndef SEEK_CUR 131 #define SEEK_CUR 1 macro
|
D | elfcomm.c | 454 if (fseek (arch->file, size, SEEK_CUR) != 0) in process_archive_index_and_symbols()
|
D | ChangeLog-9197 | 1004 * bucomm.h: Define SEEK_SET, SEEK_CUR, and SEEK_END if they are
|
/toolchain/binutils/binutils-2.25/libiberty/ |
D | ChangeLog | 7718 * mpw.c (mpw_fseek): Make it work correctly when doing SEEK_CUR.
|