Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/intl/
DgettextP.h80 struct sysdep_string_desc struct
112 const struct sysdep_string_desc *orig_sysdep_tab;
114 const struct sysdep_string_desc *trans_sysdep_tab;
Dloadmsgcat.c1076 struct sysdep_string_desc *inmem_orig_sysdep_tab;
1077 struct sysdep_string_desc *inmem_trans_sysdep_tab;
1116 * sizeof (struct sysdep_string_desc)
1160 inmem_orig_sysdep_tab = (struct sysdep_string_desc *) mem;
1161 mem += n_sysdep_strings * sizeof (struct sysdep_string_desc);
1162 inmem_trans_sysdep_tab = (struct sysdep_string_desc *) mem;
1163 mem += n_sysdep_strings * sizeof (struct sysdep_string_desc);