Searched refs:to_module (Results 1 – 1 of 1) sorted by relevance
254 const struct module_entry *to_module; in __gconv_lookup_cache() local276 to_module = &modtab[toidx]; in __gconv_lookup_cache()359 || (toidx != 0 && __builtin_expect (to_module->toname_offset, 1) == 0) in __gconv_lookup_cache()410 result[idx].__to_name = (char *) strtab + to_module->canonname_offset; in __gconv_lookup_cache()416 if (strtab[to_module->fromdir_offset] != '\0') in __gconv_lookup_cache()419 int res = find_module (strtab + to_module->fromdir_offset, in __gconv_lookup_cache()420 strtab + to_module->fromname_offset, in __gconv_lookup_cache()434 __gconv_get_builtin_trans (strtab + to_module->fromname_offset, in __gconv_lookup_cache()
Completed in 4 milliseconds