Home
last modified time | relevance | path

Searched refs:offset (Results 1 – 8 of 8) sorted by relevance

/scripts/
Dihex2fw.c130 uint32_t offset = 0; in process_ihex() local
192 record->addr += offset; in process_ihex()
214 offset = record->data[0] << 8 | record->data[1]; in process_ihex()
215 offset <<= (type == 2 ? 4 : 16); in process_ihex()
Dkallsyms.c150 int offset = 1; in symbol_valid() local
154 offset++; in symbol_valid()
169 strcmp((char *)s->sym + offset, "_etext")) || in symbol_valid()
171 strcmp((char *)s->sym + offset, "_einittext"))) in symbol_valid()
176 if (strstr((char *)s->sym + offset, "_compiled.")) in symbol_valid()
180 if( strcmp((char *)s->sym + offset, special_symbols[i]) == 0 ) in symbol_valid()
Drecordmcount.pl283 my $offset = 0; # offset of ref_func to section beginning
327 printf FILE "\t%s %s + %d\n", $type, $ref_func, $offsets[$i] - $offset;
359 $offset = hex $1;
Dcheckpatch.pl719 my $offset = $linenr - 1;
724 $line = $rawlines[$offset++];
2054 my $offset =
2058 $offset} = 1;
2293 my $offset = statement_rawlines($whitespace) - 1;
2298 $suppress_ifbraces{$ln + $offset} = 1;
2300 $herectx .= "$rawlines[$ln + $offset]\n[...]\n";
/scripts/mod/
Dsumversion.c201 const unsigned int offset = mctx->byte_count & 0x3f; in md4_final_ascii() local
202 char *p = (char *)mctx->block + offset; in md4_final_ascii()
203 int padding = 56 - (offset + 1); in md4_final_ascii()
443 unsigned long offset) in write_version() argument
454 if (lseek(fd, offset, SEEK_SET) == (off_t)-1) { in write_version()
456 filename, offset, strerror(errno)); in write_version()
/scripts/kconfig/
Dlex.zconf.c_shipped1699 int offset = (yy_c_buf_p) - (yytext_ptr);
1735 (yy_c_buf_p) = (yytext_ptr) + offset;
Dqconf.cc709 x = header()->offset() + p.x(); in contentsMouseReleaseEvent()
/scripts/genksyms/
Dlex.c_shipped1549 int offset = (yy_c_buf_p) - (yytext_ptr);
1585 (yy_c_buf_p) = (yytext_ptr) + offset;