/scripts/ |
A D | bootgraph.pl | 53 my %start; 73 $start{$func} = $1; 96 $start{$func} = $1; 171 my @initcalls = sort { $start{$a} <=> $start{$b} } keys(%start); 174 my $duration = $end{$key} - $start{$key}; 184 $s = ($start{$key} - $firsttime) * $mult;
|
A D | extract-sys-certs.pl | 98 my $start = Math::BigInt->new($symbols{"__cert_list_start"}); 114 next unless ($start >= $s_vma); 115 next if ($start >= $s_vend); 128 $end = $start + $size; 130 printf "Have %u bytes of certs at VMA 0x%x\n", $size, $start; 143 my $foff = $start - $s->{vma} + $s->{foff};
|
A D | markup_oops.pl | 275 my $start; 281 $start = $center; 283 while ($start > 1) { 284 $start = $start - 1; 285 my $line = $lines[$start]; 329 while ($i >= $start) { 334 $i = $start;
|
A D | get_maintainer.pl | 828 my ($start, $end) = @_; 830 for (my $i = $start; $i < $end; $i++) { 846 my ($start, $end) = @_; 848 for (my $i = $start; $i < $end; $i++) { 892 my $start = find_starting_index($tvi); 899 for ($i = $start; $i < $end; $i++) { 914 for ($i = $start; $i < $end; $i++) { 950 my $start = find_starting_index($line); 952 for ($i = $start; $i < $end; $i++) { 1285 my $subsystem = $typevalue[$start]; [all …]
|
A D | insert-sys-cert.c | 80 unsigned long start = x[i].sh_addr; in get_offset_from_address() local 81 unsigned long end = start + x[i].sh_size; in get_offset_from_address() 84 if (addr >= start && addr <= end) in get_offset_from_address() 85 return addr - start + offset; in get_offset_from_address()
|
A D | Makefile.vmlinux_o | 63 --start-group $(KBUILD_VMLINUX_LIBS) --end-group \
|
A D | kallsyms.c | 45 unsigned long long start, end; member 106 ar->start = addr; in check_symbol_range() 184 if (s->addr >= ar->start && s->addr <= ar->end) in symbol_in_range()
|
/scripts/lib/kdoc/ |
A D | kdoc_re.py | 185 start = match_re.start() 196 pos = match.start() + offset 211 yield start, offset, pos + 1 244 for start, end, pos in self._search(regex, line): 245 out += line[cur_pos:start]
|
/scripts/dtc/libfdt/ |
A D | fdt_wip.c | 51 static void fdt_nop_region_(void *start, int len) in fdt_nop_region_() argument 55 for (p = start; (char *)p < ((char *)start + len); p++) in fdt_nop_region_()
|
/scripts/kconfig/ |
A D | mnconf-common.c | 21 int handle_search_keys(int key, size_t start, size_t end, void *_data) in handle_search_keys() argument 33 if (pos->offset < start) in handle_search_keys()
|
A D | mnconf-common.h | 17 int handle_search_keys(int key, size_t start, size_t end, void *_data);
|
A D | streamline_config.pl | 281 my $start = $1; 286 $process .= $start . $vars{$var}; 288 $process .= $start . $variable;
|
/scripts/coccinelle/api/ |
A D | resource_size.cocci | 30 * (res->end - res->start) + 1 40 - (res->end - res->start) + 1 53 (res->end@p - res->start) + 1 60 res->end@p - res->start
|
/scripts/genksyms/ |
A D | genksyms.c | 57 static struct string_list *concat_list(struct string_list *start, ...); 359 if (!start) in concat_list() 361 for (va_start(ap, start); (n = va_arg(ap, struct string_list *));) { in concat_list() 364 n2->next = start; in concat_list() 365 start = n; in concat_list() 368 return start; in concat_list() 382 struct string_list *copy_list_range(struct string_list *start, in copy_list_range() argument 387 if (start == end) in copy_list_range() 389 n = res = copy_node(start); in copy_list_range() 390 for (start = start->next; start != end; start = start->next) { in copy_list_range() [all …]
|
A D | genksyms.h | 64 struct string_list *copy_list_range(struct string_list *start,
|
/scripts/gendwarfksyms/ |
A D | types.c | 419 size_t start = 0; in type_parse() local 461 if (pos > start) { in type_parse() 462 fragment = xstrndup(&str[start], pos - start); in type_parse() 474 start = end; in type_parse() 479 if (str[start]) in type_parse() 480 type_expansion_append(type, &str[start], NULL); in type_parse()
|
A D | kabi.c | 105 const char *start = *pos; in get_rule_field() local 111 len = strnlen(start, *left) + 1; in get_rule_field() 115 return start; in get_rule_field()
|
/scripts/gdb/linux/ |
A D | timerlist.py | 168 start = i * 2 169 end = start + 2 170 chunks.append(buf[start:end])
|
A D | proc.py | 75 start = int(res['start']) 78 "{0:0{1}x}-".format(start, width) +
|
A D | utils.py | 115 def read_memoryview(inf, start, length): argument 116 m = inf.read_memory(start, length)
|
A D | mapletree.py | 65 def start(self): member in Mas 234 entry = mas.start()
|
/scripts/kconfig/lxdialog/ |
A D | textbox.c | 14 static size_t start, end; variable 136 start = page - buf; in refresh_text_box() 336 if (extra_key_cb && extra_key_cb(key, start, end, data)) { in dialog_textbox()
|
/scripts/lib/abi/ |
A D | system_symbols.py | 273 start = datetime.now() 366 elapsed = str(datetime.now() - start).split(".", maxsplit=1)[0] 374 elapsed = str(datetime.now() - start).split(".", maxsplit=1)[0]
|
/scripts/basic/ |
A D | fixdep.c | 192 const char *start = p; in parse_config_file() local 195 if (p > start && (isalnum(p[-1]) || p[-1] == '_')) { in parse_config_file()
|
/scripts/gcc-plugins/ |
A D | randomize_layout_plugin.c | 151 unsigned long start; member 169 size_groups[group_idx].start = i; in partition_struct() 213 i = size_group[x].start + index; in performance_shuffle() 217 randnum += size_group[x].start; in performance_shuffle()
|