Home
last modified time | relevance | path

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

/glibc-2.36/locale/
Dloadarchive.c80 static struct archmapped headmap; variable
202 archmapped = &headmap; in _nl_load_locale_from_archive()
259 headmap.ptr = result; in _nl_load_locale_from_archive()
261 headmap.len = mapsize; in _nl_load_locale_from_archive()
265 if (__glibc_unlikely (headmap.ptr == NULL)) in _nl_load_locale_from_archive()
272 head = headmap.ptr; in _nl_load_locale_from_archive()
292 && strcmp (name, headmap.ptr + namehashtab[idx].name_offset) == 0) in _nl_load_locale_from_archive()
305 locrec = (struct locrecent *) (headmap.ptr + namehashtab[idx].locrec_offset); in _nl_load_locale_from_archive()
310 assert (headmap.len == archive_stat.st_size); in _nl_load_locale_from_archive()
315 > headmap.len) in _nl_load_locale_from_archive()
[all …]