Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A Ddwarf.h108 extern int do_debug_str;
H A Dreadelf.c3258 do_debug_str = 1; in parse_args()
3301 { "str", & do_debug_str }, in parse_args()
4395 || do_debug_frames || do_debug_macinfo || do_debug_str in process_section_headers()
4410 || (do_debug_str && streq (name, "str")) in process_section_headers()
H A Dobjdump.c3130 do_debug_str = 1; in main()
H A Ddwarf.c50 int do_debug_str; variable
H A DChangeLog-0001152 * readelf.c (do_debug_str): New variable.
/openbsd-src/gnu/usr.bin/binutils/binutils/
H A Dreadelf.c161 int do_debug_str; variable
2609 do_debug_str = 1; in parse_args()
2683 do_debug_str = 1; in parse_args()
3552 || do_debug_frames || do_debug_macinfo || do_debug_str in process_section_headers()
3566 || (do_debug_str && (strcmp (name, "str") == 0)) in process_section_headers()
H A DChangeLog-0001152 * readelf.c (do_debug_str): New variable.