Searched refs:trans_tab (Results 1 – 5 of 5) sorted by relevance
165 struct string_desc *trans_tab; in write_table() local442 trans_tab = XNMALLOC (nstrings, struct string_desc); in write_table()532 trans_tab[j].length = msg_arr[j].str[M_STR].length; in write_table()533 trans_tab[j].offset = offset; in write_table()534 offset += trans_tab[j].length; in write_table()536 trans_tab[j].length--; in write_table()541 BSWAP32 (trans_tab[j].length); in write_table()542 BSWAP32 (trans_tab[j].offset); in write_table()544 fwrite (trans_tab, nstrings * sizeof (struct string_desc), 1, output_file); in write_table()694 free (trans_tab); in write_table()
176 const struct string_desc *trans_tab; member
1065 (domain->data + W (domain->must_swap, domain->trans_tab[act].offset)); in __libc_lock_define_initialized()1066 resultlen = W (domain->must_swap, domain->trans_tab[act].length) + 1; in __libc_lock_define_initialized()
877 domain->trans_tab = (const struct string_desc *) in _nl_load_domain()
3433 orig_tab, trans_tab, hash_tab to const pointers because they point