Searched refs:bfd_tell (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.1-release/contrib/binutils/bfd/
H A Darchive64.c57 arhdrpos = bfd_tell (abfd);
125 ardata->first_file_filepos = bfd_tell (abfd);
H A Dbfdio.c207 bfd_tell (bfd *abfd) function
352 bfd_tell (abfd);
H A Darchive.c531 n_nfd->origin = bfd_tell (archive);
765 ardata->first_file_filepos = bfd_tell (abfd);
868 ardata->first_file_filepos = bfd_tell (abfd);
1034 ardata->first_file_filepos = bfd_tell (abfd);
1126 bfd_ardata (abfd)->first_file_filepos = bfd_tell (abfd);
H A Dieee.c2114 ieee->w.r.section_part = bfd_tell (abfd);
3108 file_ptr here = bfd_tell (abfd);
3169 ieee->w.r.data_part = bfd_tell (abfd);
3266 file_ptr here = bfd_tell (abfd);
3393 ieee->w.r.trailer_part = bfd_tell (abfd);
3402 ieee->w.r.me_record = bfd_tell (abfd);
3532 old = bfd_tell (abfd);
3536 ieee->w.r.extension_record = bfd_tell (abfd);
3551 ieee->w.r.environmental_record = bfd_tell (abfd);
H A Dcoff-rs6000.c1842 BFD_ASSERT (nextoff == bfd_tell (abfd));
2187 BFD_ASSERT (nextoff == bfd_tell (abfd));
2222 BFD_ASSERT (nextoff == bfd_tell (abfd));
2291 BFD_ASSERT (nextoff == bfd_tell (abfd));
2423 BFD_ASSERT (nextoff == bfd_tell (abfd));
2484 BFD_ASSERT (nextoff == bfd_tell (abfd));
2559 BFD_ASSERT (nextoff == bfd_tell (abfd));
H A Dbfd-in.h514 extern file_ptr bfd_tell (bfd *);
H A Dihex.c287 pos = bfd_tell (abfd) - 1;
H A Dsrec.c457 pos = bfd_tell (abfd) - 1;
H A Dcoffgen.c853 filepos = bfd_tell (abfd);
1401 position = bfd_tell (abfd);
H A Decofflink.c1545 || (bfd_vma) bfd_tell (abfd) == symhdr->offset); \
1737 == (bfd_vma) bfd_tell (abfd)));
H A Dbfd-in2.h521 extern file_ptr bfd_tell (bfd *);
H A Dcoffcode.h1691 file_ptr oldpos = bfd_tell (abfd);
H A Decoff.c2994 ardata->first_file_filepos = bfd_tell (abfd);
/freebsd-10.1-release/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h527 extern file_ptr bfd_tell (bfd *);

Completed in 359 milliseconds