Searched refs:locrec_offset (Results 1 – 4 of 4) sorted by relevance
816 + GET (namehashent->locrec_offset)); in add_alias()821 SET (namehashent->locrec_offset, locrec_offset); in add_alias()1097 + GET (namehashent->locrec_offset)); in add_locale()1106 + 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() local1164 if (locrec_offset == 0) in add_locale_to_archive()1590 uint32_t locrec_offset; member1651 names[used++].locrec_offset = GET (namehashtab[cnt].locrec_offset); in show_archive_content()1687 + names[cnt].locrec_offset); in show_archive_content()[all …]
623 uint32_t locrec_offset; member670 if (namehashtab[cnt].locrec_offset != 0) in write_archive_locales()684 if (namehashtab[cnt].locrec_offset != 0) in write_archive_locales()687 names[used++].locrec_offset = namehashtab[cnt].locrec_offset; in write_archive_locales()705 locrec = (struct locrecent *) (addr + names[cnt].locrec_offset); in write_archive_locales()
58 uint32_t locrec_offset; member
302 if (namehashtab[idx].locrec_offset == 0) in _nl_load_locale_from_archive()305 locrec = (struct locrecent *) (headmap.ptr + namehashtab[idx].locrec_offset); in _nl_load_locale_from_archive()
Completed in 13 milliseconds