Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A Ddwarf.c48 int do_debug_frames_interp; variable
3020 if (do_debug_frames_interp) in display_debug_frames()
3140 if (! do_debug_frames_interp && augmentation_data_len) in display_debug_frames()
3159 if (1 || do_debug_frames_interp) in display_debug_frames()
3299 if (do_debug_frames_interp) in display_debug_frames()
3310 if (! do_debug_frames_interp) in display_debug_frames()
3318 if (! do_debug_frames_interp) in display_debug_frames()
3332 if (do_debug_frames_interp) in display_debug_frames()
3341 if (do_debug_frames_interp) in display_debug_frames()
3352 if (do_debug_frames_interp) in display_debug_frames()
[all …]
H A Ddwarf.h106 extern int do_debug_frames_interp;
H A DChangeLog-0001817 * readelf.c (do_debug_frames_interp): New.
820 (parse_args) ['F']: Set do_debug_frames_interp.
825 unless do_debug_frames_interp.
H A Dreadelf.c3246 do_debug_frames_interp = 1; in parse_args()
3292 { "frames-interp", & do_debug_frames_interp }, in parse_args()
3325 if (do_debug_frames_interp) in parse_args()
/openbsd-src/gnu/usr.bin/binutils/binutils/
H A Dreadelf.c159 int do_debug_frames_interp; variable
2597 do_debug_frames_interp = 1; in parse_args()
2674 do_debug_frames_interp = 1; in parse_args()
8779 if (do_debug_frames_interp) in display_debug_frames()
8895 if (! do_debug_frames_interp && augmentation_data_len) in display_debug_frames()
8913 if (1 || do_debug_frames_interp) in display_debug_frames()
9050 if (do_debug_frames_interp) in display_debug_frames()
9061 if (! do_debug_frames_interp) in display_debug_frames()
9069 if (! do_debug_frames_interp) in display_debug_frames()
9082 if (do_debug_frames_interp) in display_debug_frames()
[all …]
H A DChangeLog-0001817 * readelf.c (do_debug_frames_interp): New.
820 (parse_args) ['F']: Set do_debug_frames_interp.
825 unless do_debug_frames_interp.