Home
last modified time | relevance | path

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

/external/elfutils/src/
Dreadelf.c312 static char *yes_str; variable
328 yes_str = gettext ("yes"); in main()
5057 has_children ? yes_str : no_str, in print_debug_abbrev_section()
7456 dwarf_form_name (form), flag ? yes_str : no_str); in attr_callback()
7464 dwarf_form_name (form), yes_str); in attr_callback()
8074 printf ("%s", val != 0 ? yes_str : no_str); in print_form_data()
DChangeLog362 (print_debug_abbrev_section): Use yes_str and no_str.
387 * readelf.c (yes_str): New static char pointer.
389 (main): Set yes_str and no_str using gettext.
390 (attr_callback): Use yes_str and no_str instead of calling gettext.