HomeSort by relevance Sort by last modified time
    Searched refs:bfd_seek (Results 51 - 75 of 91) sorted by null

1 23 4

  /toolchain/binutils/binutils-2.25/bfd/
sunos.c 280 if (bfd_seek (abfd, (file_ptr) info->dyninfo.ld_stab, SEEK_SET) != 0
299 if (bfd_seek (abfd, (file_ptr) info->dyninfo.ld_symbols, SEEK_SET) != 0
341 if (bfd_seek (abfd, (file_ptr) info->dyninfo.ld_hash, SEEK_SET) != 0
452 if (bfd_seek (abfd, (file_ptr) info->dyninfo.ld_rel, SEEK_SET) != 0
926 if (bfd_seek (abfd, (file_ptr) need, SEEK_SET) != 0
956 if (bfd_seek (abfd, (file_ptr) name, SEEK_SET) != 0)
    [all...]
xcofflink.c     [all...]
bfdio.c 279 bfd_seek (bfd *abfd, file_ptr position, int direction) function
301 handle for the archive. Which means that a bfd_seek on one
coff-i960.c 332 if (bfd_seek (abfd, obj_sym_filepos (abfd), SEEK_SET) != 0)
nlm32-alpha.c 59 if (bfd_seek (abfd, size, SEEK_SET) != 0)
ppcboot.c 231 if (bfd_seek (abfd, offset + (file_ptr) sizeof (ppcboot_hdr_t), SEEK_SET) != 0
vms-alpha.c 674 if (bfd_seek (abfd, VMS_BLOCK_SIZE * (gstvbn - 1), SEEK_SET))
    [all...]
ieee.c     [all...]
aoutx.h     [all...]
coff-alpha.c     [all...]
coff-ppc.c     [all...]
aoutf1.h 588 if (bfd_seek (abfd, (file_ptr) 0, SEEK_SET) != 0)
bfd-in.h 465 extern int bfd_seek (bfd *, file_ptr, int);
    [all...]
coff64-rs6000.c 796 if (bfd_seek (abfd, scn_base, SEEK_SET) != 0)
1024 if (bfd_seek (abfd, (file_ptr) 0, 0) != 0)
    [all...]
i386linux.c 718 if (bfd_seek (output_bfd, (file_ptr) (os->filepos + s->output_offset),
m68klinux.c 721 if (bfd_seek (output_bfd, (file_ptr) (os->filepos + s->output_offset),
mmo.c 506 || bfd_seek (abfd, (file_ptr) 0, SEEK_SET) != 0
517 if (bfd_seek (abfd, (file_ptr) statbuf.st_size - 4, SEEK_SET) != 0
    [all...]
sparclinux.c 713 if (bfd_seek (output_bfd, (file_ptr) (os->filepos + s->output_offset),
stabs.c 743 if (bfd_seek (output_bfd,
elf.c 301 || bfd_seek (abfd, offset, SEEK_SET) != 0)
409 || bfd_seek (ibfd, pos, SEEK_SET) != 0
429 || bfd_seek (ibfd, pos, SEEK_SET) != 0
619 if (bfd_seek (abfd, shdr->sh_offset, SEEK_SET) != 0
    [all...]
ecofflink.c     [all...]
elf64-sparc.c 70 if (bfd_seek (abfd, rel_hdr->sh_offset, SEEK_SET) != 0
merge.c 799 if (bfd_seek (output_bfd, pos, SEEK_SET) != 0)
  /toolchain/binutils/binutils-2.25/binutils/
ar.c 993 bfd_seek (abfd, (file_ptr) 0, SEEK_SET);
1057 bfd_seek (abfd, (file_ptr) 0, SEEK_SET);
    [all...]
  /toolchain/binutils/binutils-2.25/ld/
pe-dll.c     [all...]

Completed in 2622 milliseconds

1 23 4