Lines Matching +full:3 +full:- +full:line
25 .\" $Id: dwarf_lineno.3 3640 2018-10-14 14:09:13Z jkoshy $
39 .Nd retrieve information associated with a DWARF line descriptor
93 These functions retrieve specific line information associated with
94 the line descriptor specified by argument
105 stores the program address corresponding to the source line specified
115 to 1 if the source line specified by the line descriptor
123 to 1 if the source line specified by the line descriptor
131 to 1 if the program address associated with the line descriptor
138 stores the line number of the source line associated with the line
146 stores the column number within a line associated with descriptor
150 The retrieved column numbers are 1-based, with the value -1 indicating
155 stores a pointer to a NUL-terminated string containing the source file
156 name associated with line descriptor
161 The memory used for the source file name string is managed by the DWARF(3)
164 .Xr dwarf_dealloc 3
169 stores the index of the source file associated with the line descriptor
173 The returned value is 1-based index into the array of source file
175 .Xr dwarf_srcfiles 3 .
185 .Bl -tag -width ".Bq Er DW_DLE_LINE_FILE_NUM_BAD"
193 The source file name associated with the line descriptor
199 .Xr dwarf 3 ,
200 .Xr dwarf_dealloc 3 ,
201 .Xr dwarf_srcfiles 3 ,
202 .Xr dwarf_srclines 3