Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dcharset.c901 static int (*host_char_to_target_func) (void *baton, variable
998 host_char_to_target_func = h2t->convert_char; in set_host_and_target_charsets()
1002 host_char_to_target_func = identity_either_char_to_other; in set_host_and_target_charsets()
1005 host_char_to_target_func = iconv_convert; in set_host_and_target_charsets()
1151 return ((*host_char_to_target_func) in host_char_to_target()