Home
last modified time | relevance | path

Searched refs:locrec_offset (Results 1 – 4 of 4) sorted by relevance

/locale/programs/
A Dlocarchive.c816 + 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() local
1164 if (locrec_offset == 0) in add_locale_to_archive()
1590 uint32_t locrec_offset; member
1651 names[used++].locrec_offset = GET (namehashtab[cnt].locrec_offset); in show_archive_content()
1687 + names[cnt].locrec_offset); in show_archive_content()
[all …]
A Dlocale.c623 uint32_t locrec_offset; member
670 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()
/locale/
A Dlocarchive.h58 uint32_t locrec_offset; member
A Dloadarchive.c302 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 12 milliseconds