Home | History | Annotate | Download | only in bfd

Lines Matching refs:first_file_filepos

866     filestart = bfd_ardata (archive)->first_file_filepos;
925 bfd_ardata (abfd)->first_file_filepos = SARMAG;
1056 ardata->first_file_filepos = bfd_tell (abfd);
1058 ardata->first_file_filepos += (ardata->first_file_filepos) % 2;
1163 ardata->first_file_filepos = bfd_tell (abfd);
1165 first_file_filepos += (ardata->first_file_filepos) % 2;
1166 if (bfd_seek (abfd, ardata->first_file_filepos, SEEK_SET) != 0)
1178 ardata->first_file_filepos
1269 if (bfd_seek (abfd, bfd_ardata (abfd)->first_file_filepos, SEEK_SET) != 0)
1343 bfd_ardata (abfd)->first_file_filepos = bfd_tell (abfd);
1344 bfd_ardata (abfd)->first_file_filepos +=
1345 (bfd_ardata (abfd)->first_file_filepos) % 2;