Lines Matching refs:locrec_offset

477     if (GET (oldnamehashtab[cnt].locrec_offset) != 0)  in enlarge_archive()
482 + GET (oldnamehashtab[cnt].locrec_offset)); in enlarge_archive()
731 if (GET (namehashtab[idx].locrec_offset) != 0 && ! replace) in insert_name()
749 if (GET (namehashtab[idx].locrec_offset) == 0 && insert_idx == -1) in insert_name()
769 uint32_t locrec_offset = *locrec_offset_p; in add_alias() local
792 assert (GET (namehashent->locrec_offset) != 0); in add_alias()
793 *locrec_offset_p = GET (namehashent->locrec_offset); in add_alias()
810 if (GET (namehashent->locrec_offset) != 0) in add_alias()
816 + GET (namehashent->locrec_offset)); in add_alias()
821 SET (namehashent->locrec_offset, locrec_offset); in add_alias()
985 || (GET (namehashent->locrec_offset) == 0 in add_locale()
1089 if (GET (namehashent->locrec_offset == 0)) in add_locale()
1092 SET (namehashent->locrec_offset, (GET (head->locrectab_offset) in add_locale()
1097 + GET (namehashent->locrec_offset)); in add_locale()
1106 + GET (namehashent->locrec_offset)); in add_locale()
1110 SET (namehashent->locrec_offset, (GET (head->locrectab_offset) in add_locale()
1116 + GET (namehashent->locrec_offset)); in add_locale()
1128 return GET (namehashent->locrec_offset); in add_locale()
1140 uint32_t locrec_offset; in add_locale_to_archive() local
1163 locrec_offset = add_locale (ah, normalized_name ?: name, data, replace); in add_locale_to_archive()
1164 if (locrec_offset == 0) in add_locale_to_archive()
1197 normalized_name ?: name, &locrec_offset); in add_locale_to_archive()
1302 normalized_name ?: name, &locrec_offset); in add_locale_to_archive()
1568 SET (namehashtab[idx].locrec_offset, 0); in delete_locales_from_archive()
1590 uint32_t locrec_offset; member
1647 if (GET (namehashtab[cnt].locrec_offset) != 0) in show_archive_content()
1651 names[used++].locrec_offset = GET (namehashtab[cnt].locrec_offset); in show_archive_content()
1687 + names[cnt].locrec_offset); in show_archive_content()
1717 + names[cnt].locrec_offset); in show_archive_content()