Home
last modified time | relevance | path

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

/scripts/
Dobjdiff59 base=${1##*/}
60 dis=$dir/${base%.o}.dis
/scripts/dtc/
Dflattree.c590 char *base, *limit, *ptr; member
593 static void inbuf_init(struct inbuf *inb, void *base, void *limit) in inbuf_init() argument
595 inb->base = base; in inbuf_init()
597 inb->ptr = inb->base; in inbuf_init()
614 assert(((inb->ptr - inb->base) % sizeof(val)) == 0); in flat_read_word()
623 int off = inb->ptr - inb->base; in flat_realign()
625 inb->ptr = inb->base + ALIGN(off, align); in flat_realign()
672 p = inb->base + offset; in flat_read_stringtable()
674 if (p >= inb->limit || p < inb->base) in flat_read_stringtable()
684 return xstrdup(inb->base + offset); in flat_read_stringtable()
Ddt_to_config537 my ($dir, $base) = $driver =~ m{(.*)/(.*).c};
650 ($config) = $line =~ /(CONFIG_[A-Za-z0-9_]+).*\b$base.[co]\b/;
657 ($make_var) = $line =~ /\s*(\S+?)\s*[+:\?]*=.*\b$base.[co]\b/;
Ddtc-lexer.lex.c_shipped299 YY_BUFFER_STATE yy_scan_buffer (char *base,yy_size_t size );
1928 * @param base the character buffer
1933 YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size )
1938 base[size-2] != YY_END_OF_BUFFER_CHAR ||
1939 base[size-1] != YY_END_OF_BUFFER_CHAR )
1948 b->yy_buf_pos = b->yy_ch_buf = base;
/scripts/mod/
Dsumversion.c308 const char *base; in parse_source_files() local
314 base = strrchr(objfile, '/'); in parse_source_files()
315 if (base) { in parse_source_files()
316 base++; in parse_source_files()
317 dirlen = base - objfile; in parse_source_files()
318 sprintf(cmd, "%.*s.%s.cmd", dirlen, objfile, base); in parse_source_files()
/scripts/kconfig/
Dsymbol.c139 static long long sym_get_range_val(struct symbol *sym, int base) in sym_get_range_val() argument
144 base = 10; in sym_get_range_val()
147 base = 16; in sym_get_range_val()
152 return strtoll(sym->curr.val, NULL, base); in sym_get_range_val()
158 int base; in sym_validate_range() local
164 base = 10; in sym_validate_range()
167 base = 16; in sym_validate_range()
175 val = strtoll(sym->curr.val, NULL, base); in sym_validate_range()
176 val2 = sym_get_range_val(prop->expr->left.sym, base); in sym_validate_range()
178 val2 = sym_get_range_val(prop->expr->right.sym, base); in sym_validate_range()
Dzconf.lex.c_shipped328 YY_BUFFER_STATE zconf_scan_buffer (char *base,yy_size_t size );
2064 * @param base the character buffer
2069 YY_BUFFER_STATE zconf_scan_buffer (char * base, yy_size_t size )
2074 base[size-2] != YY_END_OF_BUFFER_CHAR ||
2075 base[size-1] != YY_END_OF_BUFFER_CHAR )
2084 b->yy_buf_pos = b->yy_ch_buf = base;
/scripts/genksyms/
Dlex.lex.c_shipped300 YY_BUFFER_STATE yy_scan_buffer (char *base,yy_size_t size );
1616 * @param base the character buffer
1621 YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size )
1626 base[size-2] != YY_END_OF_BUFFER_CHAR ||
1627 base[size-1] != YY_END_OF_BUFFER_CHAR )
1636 b->yy_buf_pos = b->yy_ch_buf = base;