Home
last modified time | relevance | path

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

/external/elfutils/src/
Dreadelf.c346 static char *yes_str; variable
373 yes_str = _("yes"); in main()
5300 has_children ? yes_str : no_str, in print_debug_abbrev_section()
7711 dwarf_form_name (form), flag ? yes_str : no_str); in attr_callback()
7719 dwarf_form_name (form), yes_str); in attr_callback()
8420 printf ("%s", val != 0 ? yes_str : no_str); in print_form_data()
DChangeLog1050 (print_debug_abbrev_section): Use yes_str and no_str.
1075 * readelf.c (yes_str): New static char pointer.
1077 (main): Set yes_str and no_str using gettext.
1078 (attr_callback): Use yes_str and no_str instead of calling gettext.