Lines Matching refs:laststart
1691 file_ptr laststart, lastend; in _bfd_xcoff_openr_next_archived_file() local
1704 laststart = 0; in _bfd_xcoff_openr_next_archived_file()
1712 laststart = last_file->proxy_origin; in _bfd_xcoff_openr_next_archived_file()
1713 lastend = laststart + arel->parsed_size; in _bfd_xcoff_openr_next_archived_file()
1714 laststart -= SIZEOF_AR_HDR + arel->extra_size; in _bfd_xcoff_openr_next_archived_file()
1718 if (filestart != 0 && filestart >= laststart && filestart < lastend) in _bfd_xcoff_openr_next_archived_file()
1737 laststart = 0; in _bfd_xcoff_openr_next_archived_file()
1745 laststart = last_file->proxy_origin; in _bfd_xcoff_openr_next_archived_file()
1746 lastend = laststart + arel->parsed_size; in _bfd_xcoff_openr_next_archived_file()
1747 laststart -= SIZEOF_AR_HDR_BIG + arel->extra_size; in _bfd_xcoff_openr_next_archived_file()
1751 if (filestart != 0 && filestart >= laststart && filestart < lastend) in _bfd_xcoff_openr_next_archived_file()