| /toolchain/binutils/binutils-2.27/bfd/ |
| rs6000-core.c | 294 if (bfd_seek (abfd, (file_ptr) 0, SEEK_SET) != 0) 610 if (bfd_seek (abfd, c_loader, SEEK_SET) != 0) 646 if (bfd_seek (abfd, c_vmm, SEEK_SET) != 0) 727 if (bfd_seek (core_bfd, c_loader + size, SEEK_SET) != 0)
|
| oasys.c | 99 if (bfd_seek (abfd, (file_ptr) 0, SEEK_SET) != 0) 224 if (bfd_seek (abfd, (file_ptr) 0, 0) != 0 277 if (bfd_seek (abfd, filepos, SEEK_SET) != 0) 358 if (bfd_seek (abfd, data->first_data_record, SEEK_SET) != 0) 554 if (bfd_seek (abfd, (file_ptr) 0, SEEK_SET) != 0) [all...] |
| bout.c | 421 if (bfd_seek (abfd, (file_ptr) 0, SEEK_SET) != 0 453 if (bfd_seek (abfd, (file_ptr) (N_SYMOFF (exec_hdr (abfd))), SEEK_SET) 460 if (bfd_seek (abfd, (file_ptr) (N_TROFF (exec_hdr (abfd))), SEEK_SET) 466 if (bfd_seek (abfd, (file_ptr) (N_DROFF (exec_hdr (abfd))), SEEK_SET) 702 if (bfd_seek (abfd, asect->rel_filepos, SEEK_SET) != 0) 967 if (bfd_seek (abfd, section->filepos + offset, SEEK_SET) != 0) [all...] |
| som.c | [all...] |
| cofflink.c | 904 if (bfd_seek (abfd, pos, SEEK_SET) != 0) 921 if (bfd_seek (abfd, pos, SEEK_SET) != 0 947 if (bfd_seek (abfd, pos + symesz, SEEK_SET) != 0 970 && (bfd_seek (abfd, pos, SEEK_SET) != 0 [all...] |
| bfdio.c | 280 bfd_seek (bfd *abfd, file_ptr position, int direction) function 302 handle for the archive. Which means that a bfd_seek on one
|
| elfcode.h | 614 if (bfd_seek (abfd, where, SEEK_SET) != 0) 663 if (bfd_seek (abfd, where, SEEK_SET) != 0) 670 if (bfd_seek (abfd, where, SEEK_SET) != 0) 784 if (bfd_seek (abfd, (file_ptr) i_ehdrp->e_phoff, SEEK_SET) != 0) [all...] |
| archive64.c | 60 if (bfd_seek (abfd, (file_ptr) - 16, SEEK_CUR) != 0)
|
| bfdwin.c | 238 if (bfd_seek (abfd, offset, SEEK_SET) != 0)
|
| ecoff.c | 464 if (bfd_seek (abfd, ecoff_data (abfd)->sym_filepos, SEEK_SET) != 0 572 if (bfd_seek (abfd, pos, SEEK_SET) != 0 [all...] |
| pdp11.c | 316 if (bfd_seek (abfd, (file_ptr) 0, SEEK_SET) != 0) 327 if (bfd_seek (abfd, (file_ptr) (N_SYMOFF (execp)), SEEK_SET) != 0) 337 if (bfd_seek (abfd, (file_ptr) (N_TRELOFF (execp)), SEEK_SET) != 0 339 || bfd_seek (abfd, (file_ptr) (N_DRELOFF (execp)), SEEK_SET) != 0 [all...] |
| srec.c | 305 if (bfd_seek (abfd, (file_ptr) 0, SEEK_SET) != 0) 653 if (bfd_seek (abfd, (file_ptr) 0, SEEK_SET) != 0 688 if (bfd_seek (abfd, (file_ptr) 0, SEEK_SET) != 0 724 if (bfd_seek (abfd, section->filepos, SEEK_SET) != 0) [all...] |
| trad-core.c | 85 if (bfd_seek (abfd, (file_ptr) TRAD_CORE_USER_OFFSET, SEEK_SET) != 0)
|
| ihex.c | 250 if (bfd_seek (abfd, (file_ptr) 0, SEEK_SET) != 0) 493 if (bfd_seek (abfd, (file_ptr) 0, SEEK_SET) != 0) 548 if (bfd_seek (abfd, section->filepos, SEEK_SET) != 0)
|
| archive.c | 659 if (0 > bfd_seek (archive, filepos, SEEK_SET)) 1105 bfd_seek (abfd, ardata->first_file_filepos, SEEK_SET); [all...] |
| coff-rs6000.c | [all...] |
| binary.c | 105 if (bfd_seek (abfd, offset, SEEK_SET) != 0
|
| coff-stgo32.c | 420 if (bfd_seek (abfd, 0, SEEK_SET) != 0)
|
| elf-nacl.c | 342 || bfd_seek (abfd, sec->filepos, SEEK_SET) != 0
|
| coffcode.h | [all...] |
| coffgen.c | 532 if (bfd_seek (abfd, sec->rel_filepos, SEEK_SET) != 0 964 if (bfd_seek (abfd, filepos, SEEK_SET) != 0) [all...] |
| ieee.c | [all...] |
| libbfd.c | 814 if (bfd_seek (abfd, section->filepos + offset, SEEK_SET) != 0 887 if (bfd_seek (abfd, section->filepos + offset, SEEK_SET) != 0
|
| /toolchain/binutils/binutils-2.27/binutils/ |
| od-xcoff.c | 533 if (bfd_seek (abfd, off, SEEK_SET) != 0) 587 if (bfd_seek (abfd, sizeof (struct external_filehdr) + data->opthdr, 646 if (bfd_seek (abfd, stptr, SEEK_SET) != 0 671 if (bfd_seek (abfd, data->symptr, SEEK_SET) != 0) 938 if (bfd_seek (abfd, sect->relptr, SEEK_SET) != 0) 994 if (bfd_seek (abfd, sect->lnnoptr, SEEK_SET) != 0) [all...] |
| od-macho.c | 649 if (bfd_seek (abfd, off, SEEK_SET) == 0 [all...] |