Searched refs:module_entry (Results 1 – 3 of 3) sorted by relevance
252 const struct module_entry *modtab; in __gconv_lookup_cache()253 const struct module_entry *from_module; in __gconv_lookup_cache()254 const struct module_entry *to_module; in __gconv_lookup_cache()263 modtab = (const struct module_entry *) ((char *) gconv_cache in __gconv_lookup_cache()267 || (header->module_offset + (fromidx + 1) * sizeof (struct module_entry) in __gconv_lookup_cache()273 || (header->module_offset + (toidx + 1) * sizeof (struct module_entry) in __gconv_lookup_cache()
40 struct module_entry struct
1007 struct module_entry *module_table; in write_output()1048 module_table = (struct module_entry *) xcalloc (sizeof (struct module_entry), in write_output()1171 iov[idx].iov_len = nname_info * sizeof (struct module_entry); in write_output()
Completed in 8 milliseconds