Lines Matching refs:nextoff

1553 	filestart = strtol (arch_xhdr (last_file)->nextoff, (char **) NULL,  in _bfd_xcoff_openr_next_archived_file()
1574 filestart = strtol (arch_xhdr_big (last_file)->nextoff, (char **) NULL, in _bfd_xcoff_openr_next_archived_file()
1660 sprintf (hdr.nextoff, "%d", 0); in xcoff_write_armap_old()
1799 file_ptr nextoff, prevoff; in xcoff_write_armap_big() local
1837 READ20 (fhdr->symoff, nextoff); in xcoff_write_armap_big()
1839 BFD_ASSERT (nextoff == bfd_tell (abfd)); in xcoff_write_armap_big()
1884 PRINT20 (hdr->nextoff, nextoff + symbol_table_size); in xcoff_write_armap_big()
1886 PRINT20 (hdr->nextoff, 0); in xcoff_write_armap_big()
1941 prevoff = nextoff; in xcoff_write_armap_big()
1942 nextoff = nextoff + symbol_table_size; in xcoff_write_armap_big()
1967 PRINT20 (hdr->nextoff, 0); in xcoff_write_armap_big()
2021 PRINT20 (fhdr->symoff64, nextoff); in xcoff_write_armap_big()
2052 file_ptr prevoff, nextoff; in xcoff_write_archive_contents_old() local
2128 sprintf (ahdrp->nextoff, "%ld", (long) iterator.next.offset); in xcoff_write_archive_contents_old()
2156 nextoff = iterator.next.offset; in xcoff_write_archive_contents_old()
2157 BFD_ASSERT (nextoff == bfd_tell (abfd)); in xcoff_write_archive_contents_old()
2158 sprintf (fhdr.memoff, "%ld", (long) nextoff); in xcoff_write_archive_contents_old()
2177 prevoff = nextoff; in xcoff_write_archive_contents_old()
2178 nextoff += size + (size & 1); in xcoff_write_archive_contents_old()
2181 sprintf (ahdr.nextoff, "%ld", (long) nextoff); in xcoff_write_archive_contents_old()
2183 sprintf (ahdr.nextoff, "%d", 0); in xcoff_write_archive_contents_old()
2226 BFD_ASSERT (nextoff == bfd_tell (abfd)); in xcoff_write_archive_contents_old()
2227 sprintf (fhdr.symoff, "%ld", (long) nextoff); in xcoff_write_archive_contents_old()
2257 file_ptr prevoff, nextoff; in xcoff_write_archive_contents_big() local
2342 PRINT20 (ahdrp->nextoff, iterator.next.offset); in xcoff_write_archive_contents_big()
2394 nextoff = iterator.next.offset; in xcoff_write_archive_contents_big()
2395 BFD_ASSERT (nextoff == bfd_tell (abfd)); in xcoff_write_archive_contents_big()
2417 PRINT20 (hdr->nextoff, nextoff + member_table_size); in xcoff_write_archive_contents_big()
2419 PRINT20 (hdr->nextoff, 0); in xcoff_write_archive_contents_big()
2462 PRINT20 (fhdr.memoff, nextoff); in xcoff_write_archive_contents_big()
2464 prevoff = nextoff; in xcoff_write_archive_contents_big()
2465 nextoff += member_table_size; in xcoff_write_archive_contents_big()
2473 BFD_ASSERT (nextoff == bfd_tell (abfd)); in xcoff_write_archive_contents_big()
2476 PRINT20 (fhdr.symoff, nextoff); in xcoff_write_archive_contents_big()