Home
last modified time | relevance | path

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

/external/elfutils/tests/
Ddwflmodtest.c32 static bool show_inlines; variable
127 if (show_inlines) in print_func()
233 show_inlines = show_functions = true; in parse_opt()
/external/elfutils/src/
Dstack.c53 static bool show_inlines = false; variable
412 if (show_inlines && die != NULL) in print_frames()
520 show_inlines = show_debugname = true; in parse_opt()
525 show_inlines = true; in parse_opt()
Daddr2line.c132 static bool show_inlines; variable
261 show_inlines = true; in parse_opt()
722 if (show_inlines) in handle_address()
DChangeLog1888 * stack.c (show_inlines): New static boolean.
1890 (print_frames): ..here. If show_inlines is true and we found a
2143 (show_inlines): New bool.