Searched refs:w (Results 1 – 11 of 11) sorted by relevance
/scripts/ |
D | recordmcount.h | 131 # 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 …]
|
D | sorttable.c | 70 static void (*w)(uint32_t, uint32_t *); variable 225 w(r(loc) + i, loc); in sort_relative_table() 235 w(r(loc) - i, loc); in sort_relative_table() 247 w(r(loc) + i, loc); in sort_relative_table_with_data() 248 w(r(loc + 1) + i + 4, loc + 1); in sort_relative_table_with_data() 260 w(r(loc) - i, loc); in sort_relative_table_with_data() 261 w(r(loc + 1) - (i + 4), loc + 1); in sort_relative_table_with_data() 279 w = wle; in do_file() 287 w = wbe; in do_file()
|
D | bootgraph.pl | 177 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";
|
D | get_abi.pl | 160 foreach my $w(split /\xac/, $what) { 161 $symbols{$w}->{xref} = $what; 266 foreach my $w(split /\xac/,$what) { 267 $symbols{$w}->{xref} = $what; 335 my $w = $what; 355 my @names = split /\xac/,$w; 389 my $bar = $w; 391 print "$w\n$bar\n\n"; 840 foreach my $w (sort keys %data) { 841 foreach my $what (split /\xac/,$w) { [all …]
|
D | recordmcount.c | 407 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()
|
D | insert-sys-cert.c | 97 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()
|
D | sorttable.h | 91 # define _w w 457 w(0, sort_needed_loc); in do_sort()
|
D | sign-file.c | 125 static int pem_pw_cb(char *buf, int len, int w, void *v) in pem_pw_cb() argument
|
/scripts/gcc-plugins/ |
D | latent_entropy_plugin.c | 97 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/ |
D | dialog.h | 32 #define wbkgdset(w,p) /*nothing */ argument
|
/scripts/kconfig/ |
D | gconf.c | 467 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()
|