Lines Matching refs:locrec

240   struct locrecent *locrec;  member
246 struct locrecent *la = ((const struct oldlocrecent *) a)->locrec; in oldlocrecentcmp()
247 struct locrecent *lb = ((const struct oldlocrecent *) b)->locrec; in oldlocrecentcmp()
480 oldlocrecarray[loccnt++].locrec in enlarge_archive()
493 struct locrecent *oldlocrec = oldlocrecarray[cnt].locrec; in enlarge_archive()
506 if (cnt > 0 && oldlocrecarray[cnt - 1].locrec == oldlocrec) in enlarge_archive()
1683 struct locrecent *locrec; in show_archive_content() local
1686 locrec = (struct locrecent *) ((char *) ah.addr in show_archive_content()
1689 if (GET (locrec->record[LC_ALL].offset) != 0 in show_archive_content()
1691 || (GET (locrec->record[idx].offset) in show_archive_content()
1692 < GET (locrec->record[LC_ALL].offset)) in show_archive_content()
1693 || ((GET (locrec->record[idx].offset) in show_archive_content()
1694 + GET (locrec->record[idx].len)) in show_archive_content()
1695 > (GET (locrec->record[LC_ALL].offset) in show_archive_content()
1696 + GET (locrec->record[LC_ALL].len)))) in show_archive_content()
1701 dataent.file_offset = GET (locrec->record[idx].offset); in show_archive_content()
1713 struct locrecent *locrec; in show_archive_content() local
1716 locrec = (struct locrecent *) ((char *) ah.addr in show_archive_content()
1723 dataent.file_offset = GET (locrec->record[idx].offset); in show_archive_content()
1724 if (GET (locrec->record[LC_ALL].offset) != 0 in show_archive_content()
1726 >= GET (locrec->record[LC_ALL].offset)) in show_archive_content()
1727 && (dataent.file_offset + GET (locrec->record[idx].len) in show_archive_content()
1728 <= (GET (locrec->record[LC_ALL].offset) in show_archive_content()
1729 + GET (locrec->record[LC_ALL].len)))) in show_archive_content()
1730 dataent.file_offset = GET (locrec->record[LC_ALL].offset); in show_archive_content()
1736 GET (locrec->record[idx].len), in show_archive_content()
1737 GET (locrec->record[idx].offset), in show_archive_content()
1740 == GET (locrec->record[LC_ALL].offset)) in show_archive_content()