Home | History | Annotate | Download | only in bfd

Lines Matching refs:first_file_filepos

864     filestart = bfd_ardata (archive)->first_file_filepos;
923 bfd_ardata (abfd)->first_file_filepos = SARMAG;
1054 ardata->first_file_filepos = bfd_tell (abfd);
1056 ardata->first_file_filepos += (ardata->first_file_filepos) % 2;
1161 ardata->first_file_filepos = bfd_tell (abfd);
1163 ardata->first_file_fileposfirst_file_filepos) % 2;
1164 if (bfd_seek (abfd, ardata->first_file_filepos, SEEK_SET) != 0)
1176 ardata->first_file_filepos
1267 if (bfd_seek (abfd, bfd_ardata (abfd)->first_file_filepos, SEEK_SET) != 0)
1341 bfd_ardata (abfd)->first_file_filepos = bfd_tell (abfd);
1342 bfd_ardata (abfd)->first_file_filepos +=
1343 (bfd_ardata (abfd)->first_file_filepos) % 2;