Lines Matching defs:line
1 /* Locate source files and line information for given addresses
70 { "flags", 'F', NULL, 0, N_("Also show line table flags"), 0 },
77 N_("Print all information on one line, and indent inlines"), 0 },
90 Locate source files and line information for ADDRs (in a.out by default).");
119 /* True if line flags should be shown. */
140 /* True if all information should be printed on one line. */
174 line, read from stdin. */
347 own line. Just print the first subroutine name. */
706 Dwfl_Line *line = dwfl_module_getsrc (mod, addr);
711 if (line != NULL && (src = dwfl_lineinfo (line, &addr, &lineno, &linecol,
714 print_src (src, lineno, linecol, dwfl_linecu (line));
718 Dwarf_Line *info = dwfl_dwarf_line (line, &bias);