Home
last modified time | relevance | path

Searched refs:w (Results 1 – 11 of 11) sorted by relevance

/scripts/
Dsorttable.c64 static void (*w)(uint32_t, uint32_t *); variable
219 w(r(loc) + i, loc); in sort_relative_table()
229 w(r(loc) - i, loc); in sort_relative_table()
241 w(r(loc) + i, loc); in x86_sort_relative_table()
242 w(r(loc + 1) + i + 4, loc + 1); in x86_sort_relative_table()
254 w(r(loc) - i, loc); in x86_sort_relative_table()
255 w(r(loc + 1) - (i + 4), loc + 1); in x86_sort_relative_table()
270 w(r((uint32_t *)loc) + i, (uint32_t *)loc); in s390_sort_relative_table()
271 w(r((uint32_t *)(loc + 4)) + (i + 4), (uint32_t *)(loc + 4)); in s390_sort_relative_table()
292 w(r((uint32_t *)loc) - i, (uint32_t *)loc); in s390_sort_relative_table()
[all …]
Drecordmcount.h131 # define _w w
205 return w(symtab_shndx[index]); in get_symindex()
214 return w(shdr0->sh_size); in get_shnum()
223 shdr0->sh_size = w(new_shnum); in set_shnum()
233 return w(shdr0->sh_link); in get_shstrndx()
307 mcsec.sh_name = w((sizeof(Elf_Rela) == rel_entsize) + strlen(".rel") in append_func()
309 mcsec.sh_type = w(SHT_PROGBITS); in append_func()
321 mcsec.sh_name = w(old_shstr_sh_size); in append_func()
323 ? w(SHT_RELA) in append_func()
324 : w(SHT_REL); in append_func()
[all …]
Dbootgraph.pl177 my ($s, $s2, $s3, $e, $w, $y, $y2, $style);
188 $w = $e - $s;
201 print "<rect x=\"$s\" width=\"$w\" y=\"$y\" height=\"115\" style=\"$style_wait\"/>\n";
203 print "<rect x=\"$s\" width=\"$w\" y=\"$y\" height=\"145\" style=\"$style\"/>\n";
Dget_abi.pl137 foreach my $w(split /, /, $what) {
138 $symbols{$w}->{xref} = $what;
242 foreach my $w(split /, /,$what) {
243 $symbols{$w}->{xref} = $what;
311 my $w = $what;
331 my @names = split /, /,$w;
365 my $bar = $w;
367 print "$w\n$bar\n\n";
Drecordmcount.c407 static uint32_t (*w)(uint32_t); variable
433 switch (ELF32_R_TYPE(w(rp->r_info))) { in arm_is_fake_mcount()
471 return w(((union mips_r_info){ .r_info = rp->r_info }).r_mips.r_sym); in MIPS64_r_sym()
477 .r_mips = { .r_sym = w(sym), .r_type = type } in MIPS64_r_info()
491 w = w4nat; in do_file()
503 w = w4rev; in do_file()
516 w = w4rev; in do_file()
Dinsert-sys-cert.c97 char *w, *p, *n; in get_symbol_from_map() local
120 w = strchr(l, ' '); in get_symbol_from_map()
121 if (!w) in get_symbol_from_map()
124 *w = '\0'; in get_symbol_from_map()
Dsorttable.h82 # define _w w
358 w(0, sort_needed_loc); in do_sort()
Dsign-file.c125 static int pem_pw_cb(char *buf, int len, int w, void *v) in pem_pw_cb() argument
/scripts/gcc-plugins/
Dlatent_entropy_plugin.c97 unsigned HOST_WIDE_INT w = deterministic_seed; in get_random_const() local
98 w ^= w << 13; in get_random_const()
99 w ^= w >> 7; in get_random_const()
100 w ^= w << 17; in get_random_const()
101 deterministic_seed = w; in get_random_const()
/scripts/kconfig/lxdialog/
Ddialog.h32 #define wbkgdset(w,p) /*nothing */ argument
/scripts/kconfig/
Dgconf.c467 gint w, h; in on_window1_size_request() local
470 gtk_window_get_default_size(GTK_WINDOW(main_wnd), &w, &h); in on_window1_size_request()
472 gdk_window_get_size(widget->window, &w, &h); in on_window1_size_request()
735 gint w, h; in on_split_clicked() local
738 gtk_window_get_default_size(GTK_WINDOW(main_wnd), &w, &h); in on_split_clicked()
739 gtk_paned_set_position(GTK_PANED(hpaned), w / 2); in on_split_clicked()