Home
last modified time | relevance | path

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

/scripts/
Dsortextable.c166 static void (*w)(uint32_t, uint32_t *); variable
220 w(r(loc) + i, loc); in x86_sort_relative_table()
221 w(r(loc + 1) + i + 4, loc + 1); in x86_sort_relative_table()
222 w(r(loc + 2) + i + 8, loc + 2); in x86_sort_relative_table()
233 w(r(loc) - i, loc); in x86_sort_relative_table()
234 w(r(loc + 1) - (i + 4), loc + 1); in x86_sort_relative_table()
235 w(r(loc + 2) - (i + 8), loc + 2); in x86_sort_relative_table()
252 w(r(loc) + i, loc); in sort_relative_table()
262 w(r(loc) - i, loc); in sort_relative_table()
284 w = wle; in do_file()
[all …]
Drecordmcount.h116 # define _w w
222 mcsec.sh_name = w((sizeof(Elf_Rela) == rel_entsize) + strlen(".rel") in append_func()
224 mcsec.sh_type = w(SHT_PROGBITS); in append_func()
236 mcsec.sh_name = w(old_shstr_sh_size); in append_func()
238 ? w(SHT_RELA) in append_func()
239 : w(SHT_REL); in append_func()
244 mcsec.sh_link = w(symsec_sh_link); in append_func()
245 mcsec.sh_info = w(old_shnum); in append_func()
274 char const *symname = &str0[w(symp->st_name)]; in get_mcountsym()
296 unsigned const symsec_sh_link = w(relhdr->sh_link); in get_sym_str_and_relp()
[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.pl215 my $w = $what;
216 $w =~ s/([\(\)\_\-\*\=\^\~\\])/\\$1/g;
250 my $bar = $w;
254 print "$w\n$bar\n\n";
256 my @names = split /\s*,\s*/,$w;
Drecordmcount.c401 static uint32_t (*w)(uint32_t); variable
429 switch (ELF32_R_TYPE(w(rp->r_info))) { in arm_is_fake_mcount()
462 return w(((union mips_r_info){ .r_info = rp->r_info }).r_mips.r_sym); in MIPS64_r_sym()
468 .r_mips = { .r_sym = w(sym), .r_type = type } in MIPS64_r_info()
482 w = w4nat; in do_file()
494 w = w4rev; in do_file()
507 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()
Dsortextable.h75 # define _w w
208 w(0, sort_done_location); in do_func()
Dsign-file.c116 static int pem_pw_cb(char *buf, int len, int w, void *v) in pem_pw_cb() argument
/scripts/kconfig/lxdialog/
Ddialog.h32 #define wbkgdset(w,p) /*nothing */ argument
/scripts/kconfig/
Dgconf.c470 gint w, h; in on_window1_size_request() local
473 gtk_window_get_default_size(GTK_WINDOW(main_wnd), &w, &h); in on_window1_size_request()
475 gdk_window_get_size(widget->window, &w, &h); in on_window1_size_request()
738 gint w, h; in on_split_clicked() local
741 gtk_window_get_default_size(GTK_WINDOW(main_wnd), &w, &h); in on_split_clicked()
742 gtk_paned_set_position(GTK_PANED(hpaned), w / 2); in on_split_clicked()