Lines Matching refs:headmap
80 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()
318 results[cnt].addr = headmap.ptr + locrec->record[cnt].offset; in _nl_load_locale_from_archive()
528 assert (archmapped == &headmap); in _nl_archive_subfreeres()
530 (void) __munmap (headmap.ptr, headmap.len); in _nl_archive_subfreeres()
531 am = headmap.next; in _nl_archive_subfreeres()