Searched refs:w (Results 1 – 12 of 12) sorted by relevance
/scripts/ |
D | sortextable.c | 166 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 …]
|
D | recordmcount.h | 117 # define _w w 218 mcsec.sh_name = w((sizeof(Elf_Rela) == rel_entsize) + strlen(".rel") in append_func() 220 mcsec.sh_type = w(SHT_PROGBITS); in append_func() 231 mcsec.sh_name = w(old_shstr_sh_size); in append_func() 233 ? w(SHT_RELA) in append_func() 234 : w(SHT_REL); in append_func() 239 mcsec.sh_link = w(symsec_sh_link); in append_func() 240 mcsec.sh_info = w(old_shnum); in append_func() 262 char const *symname = &str0[w(symp->st_name)]; in get_mcountsym() 284 unsigned const symsec_sh_link = w(relhdr->sh_link); in get_sym_str_and_relp() [all …]
|
D | bootgraph.pl | 191 my ($s, $s2, $s3, $e, $w, $y, $y2, $style); 202 $w = $e - $s; 215 print "<rect x=\"$s\" width=\"$w\" y=\"$y\" height=\"115\" style=\"$style_wait\"/>\n"; 217 print "<rect x=\"$s\" width=\"$w\" y=\"$y\" height=\"145\" style=\"$style\"/>\n";
|
D | recordmcount.c | 354 static uint32_t (*w)(uint32_t); variable 401 return w(((union mips_r_info){ .r_info = rp->r_info }).r_mips.r_sym); in MIPS64_r_sym() 407 .r_mips = { .r_sym = w(sym), .r_type = type } in MIPS64_r_info() 417 w = w4nat; in do_file() 430 w = w4rev; in do_file() 438 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 | sortextable.h | 77 # define _w w 210 w(0, sort_done_location); in do_func()
|
D | sign-file.c | 114 static int pem_pw_cb(char *buf, int len, int w, void *v) in pem_pw_cb() argument
|
/scripts/kconfig/ |
D | gconf.c | 472 gint w, h; in on_window1_size_request() local 475 gtk_window_get_default_size(GTK_WINDOW(main_wnd), &w, &h); in on_window1_size_request() 477 gdk_window_get_size(widget->window, &w, &h); in on_window1_size_request() 739 gint w, h; in on_split_clicked() local 742 gtk_window_get_default_size(GTK_WINDOW(main_wnd), &w, &h); in on_split_clicked() 743 gtk_paned_set_position(GTK_PANED(hpaned), w / 2); in on_split_clicked()
|
D | zconf.hash.c_shipped | 25 && ('w' == 119) && ('x' == 120) && ('y' == 121) && ('z' == 122) \
|
/scripts/kconfig/lxdialog/ |
D | dialog.h | 51 #define wbkgdset(w,p) /*nothing */ argument
|
/scripts/genksyms/ |
D | keywords.hash.c_shipped | 25 && ('w' == 119) && ('x' == 120) && ('y' == 121) && ('z' == 122) \
|
/scripts/dtc/ |
D | checks.c | 61 #define CHECK_ENTRY(nm, tfn, nfn, pfn, d, w, e, ...) \ argument 69 .warn = (w), \
|