Lines Matching refs:line

82 /* Source code line information for CU.  */
85 /* One source code line information. */
649 /* Get source for file and line number. */
650 extern int dwarf_getsrc_file (Dwarf *dbg, const char *fname, int line, int col,
655 /* Return line address. */
656 extern int dwarf_lineaddr (Dwarf_Line *line, Dwarf_Addr *addrp);
658 /* Return line VLIW operation index. */
659 extern int dwarf_lineop_index (Dwarf_Line *line, unsigned int *op_indexp);
661 /* Return line number. */
662 extern int dwarf_lineno (Dwarf_Line *line, int *linep)
665 /* Return column in line. */
666 extern int dwarf_linecol (Dwarf_Line *line, int *colp)
670 extern int dwarf_linebeginstatement (Dwarf_Line *line, bool *flagp)
674 extern int dwarf_lineendsequence (Dwarf_Line *line, bool *flagp)
678 extern int dwarf_lineblock (Dwarf_Line *line, bool *flagp)
682 extern int dwarf_lineprologueend (Dwarf_Line *line, bool *flagp)
686 extern int dwarf_lineepiloguebegin (Dwarf_Line *line, bool *flagp)
690 extern int dwarf_lineisa (Dwarf_Line *line, unsigned int *isap)
694 extern int dwarf_linediscriminator (Dwarf_Line *line, unsigned int *discp)
698 /* Find line information for address. The returned string is NULL when
701 extern const char *dwarf_linesrc (Dwarf_Line *line,
704 /* Return the caller of this line if inlined. If not inlined,
706 extern Dwarf_Line *dwarf_linecontext (Dwarf_Lines *lines, Dwarf_Line *line);
708 /* Return the function name in this line record. If this line is
709 inlined, this is the name of the function that was inlined. If this line
711 extern const char *dwarf_linefunctionname (Dwarf *dbg, Dwarf_Line *line);
720 extern int dwarf_line_file (Dwarf_Line *line,
732 /* Iterates through the debug line units. Returns 0 on success, -1 on
735 the next offset to use. The *CU will be set if this line table
742 actual line or file table. On success and when not NULL, NFILES
744 number of lines in the line table. */
859 at that line and column.
915 /* Get line number of beginning of given declaration. */