Searched refs:w (Results 1 – 9 of 9) sorted by relevance
/scripts/ |
A 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() 309 mcsec.sh_type = w(SHT_PROGBITS); in append_func() 323 ? w(SHT_RELA) in append_func() 324 : w(SHT_REL); in append_func() 329 mcsec.sh_link = w(symsec_sh_link); in append_func() 330 mcsec.sh_info = w(old_shnum); in append_func() [all …]
|
A 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";
|
A D | recordmcount.c | 415 static uint32_t (*w)(uint32_t); variable 441 switch (ELF32_R_TYPE(w(rp->r_info))) { in arm_is_fake_mcount() 458 switch (ELF64_R_TYPE(w(rp->r_info))) { in LARCH32_is_fake_mcount() 469 switch (ELF64_R_TYPE(w(rp->r_info))) { in LARCH64_is_fake_mcount() 501 return w(((union mips_r_info){ .r_info = rp->r_info }).r_mips.r_sym); in MIPS64_r_sym() 507 .r_mips = { .r_sym = w(sym), .r_type = type } in MIPS64_r_info() 521 w = w4nat; in do_file() 533 w = w4rev; in do_file() 546 w = w4rev; in do_file()
|
A 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()
|
A D | sorttable.c | 91 static void (*w)(uint32_t, uint32_t *); variable 808 w(*(uint32_t *)ptr, addrs); in replace_addrs() 1114 w(0, sort_needed_loc); in do_sort() 1178 w(r(loc) + i, loc); in sort_relative_table() 1188 w(r(loc) - i, loc); in sort_relative_table() 1200 w(r(loc) + i, loc); in sort_relative_table_with_data() 1201 w(r(loc + 1) + i + 4, loc + 1); in sort_relative_table_with_data() 1213 w(r(loc) - i, loc); in sort_relative_table_with_data() 1214 w(r(loc + 1) - (i + 4), loc + 1); in sort_relative_table_with_data() 1231 w = wle; in do_file() [all …]
|
A D | sign-file.c | 91 static int pem_pw_cb(char *buf, int len, int w, void *v) in pem_pw_cb() argument
|
/scripts/lib/abi/ |
A D | abi_parser.py | 137 for w in fdata.what: 138 self.add_symbol(what=w, fname=fdata.fname, 245 w = content.strip("\n") 246 if w: 247 self.data[fdata.key][fdata.tag].append(w) 255 w = content.strip("\n") 256 if w: 257 self.data[fdata.key][fdata.tag].append(w) 347 for w in fdata.what: 536 for w, label in symbols: [all …]
|
/scripts/gcc-plugins/ |
A 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/ |
A D | gconf.c | 289 gint w; in set_view_mode() local 292 gtk_window_get_default_size(GTK_WINDOW(main_wnd), &w, NULL); in set_view_mode() 293 gtk_paned_set_position(GTK_PANED(hpaned), w / 2); in set_view_mode()
|
Completed in 18 milliseconds