Searched refs:first_line (Results 1 – 4 of 4) sorted by relevance
| /scripts/dtc/ |
| A D | srcpos.h | 58 int first_line; member 71 (Current).first_line = YYRHSLOC(Rhs, 1).first_line; \ 77 (Current).first_line = (Current).last_line = \
|
| A D | srcpos.c | 240 pos->first_line = current_srcfile->lineno; in srcpos_update() 298 if (pos->first_line != pos->last_line) in srcpos_string() 300 pos->first_line, pos->first_column, in srcpos_string() 304 pos->first_line, pos->first_column, in srcpos_string() 308 pos->first_line, pos->first_column); in srcpos_string() 314 srcpos_string_comment(struct srcpos *pos, bool first_line, int level) in srcpos_string_comment() argument 344 pos->first_line, pos->first_column, in srcpos_string_comment() 348 first_line ? pos->first_line : pos->last_line); in srcpos_string_comment() 354 rest = srcpos_string_comment(pos->next, first_line, level); in srcpos_string_comment()
|
| /scripts/ |
| A D | faddr2line | 156 local first_line 157 read -r first_line <& "${ADDR2LINE_PROC[0]}" 158 ADDR2LINE_OUT=$(echo "${first_line}" | sed 's/^0x[0-9a-fA-F]*: //')
|
| A D | checkpatch.pl | 1972 my ($first_line, $end_line) = @_; 1993 if ($linenr == $first_line and $line =~ m@^.\s*\*@) { 2012 my ($first_line, $end_line) = @_; 2013 my $cmt = ctx_locate_comment($first_line, $end_line); 2693 my $first_line = 0; 2822 $first_line = $linenr + 1; 3749 !ctx_has_comment($first_line, $linenr)) { 6661 if (!ctx_has_comment($first_line, $linenr)) { 6688 if (!ctx_has_comment($first_line, $linenr)) { 6706 if (!ctx_has_comment($first_line, $linenr)) { [all …]
|
Completed in 12 milliseconds