/toolchain/binutils/binutils-2.25/ld/ |
D | ldbuildid.c | 32 validate_build_id_style (const char *style) in validate_build_id_style() argument 34 if ((streq (style, "md5")) || (streq (style, "sha1")) in validate_build_id_style() 36 || (streq (style, "uuid")) in validate_build_id_style() 38 || (strneq (style, "0x", 2))) in validate_build_id_style() 45 compute_build_id_size (const char *style) in compute_build_id_size() argument 47 if (streq (style, "md5") || streq (style, "uuid")) in compute_build_id_size() 50 if (streq (style, "sha1")) in compute_build_id_size() 53 if (strneq (style, "0x", 2)) in compute_build_id_size() 57 const char *id = style + 2; in compute_build_id_size() 98 const char *style, in generate_build_id() argument [all …]
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | rcparse.y | 50 static unsigned long style; variable 360 dialog.style = WS_POPUP | WS_BORDER | WS_SYSMENU; 368 style = 0; 385 dialog.style = WS_POPUP | WS_BORDER | WS_SYSMENU; 395 style = 0; 412 dialog.style = WS_POPUP | WS_BORDER | WS_SYSMENU; 423 style = 0; 449 dialog.style |= WS_CAPTION; 450 style |= WS_CAPTION; 460 dialog.style = style; [all …]
|
D | cxxfilt.c | 175 enum demangling_styles style = auto_demangling; in main() local 210 style = cplus_demangle_name_to_style (optarg); in main() 211 if (style == unknown_demangling) in main() 217 cplus_demangle_set_style (style); in main()
|
D | addr2line.c | 452 enum demangling_styles style; in main() local 454 style = cplus_demangle_name_to_style (optarg); in main() 455 if (style == unknown_demangling) in main() 459 cplus_demangle_set_style (style); in main()
|
D | windint.h | 393 unsigned int style; member 422 bfd_byte style[4]; member 452 bfd_byte style[4]; member 636 rc_uint_type style; member 659 bfd_byte style[4]; member 673 bfd_byte style[4]; member
|
D | resbin.c | 440 d->style = windres_get_32 (wrbfd, data, 4); in bin_to_res_dialog() 455 d->style = windres_get_32 (wrbfd, data + 12, 4); in bin_to_res_dialog() 481 if ((d->style & DS_SETFONT) == 0) in bin_to_res_dialog() 531 dc->style = windres_get_32 (wrbfd, data + off, 4); in bin_to_res_dialog() 542 dc->style = windres_get_32 (wrbfd, data + off + 8, 4); in bin_to_res_dialog() 1475 windres_put_32 (wrbfd, bd.style, dialog->style); in res_to_bin_dialog() 1488 windres_put_32 (wrbfd, bdx.style, dialog->style); in res_to_bin_dialog() 1502 if ((dialog->style & DS_SETFONT) != 0) in res_to_bin_dialog() 1536 windres_put_32 (wrbfd, bdc.style, dc->style); in res_to_bin_dialog() 1551 windres_put_32 (wrbfd, bdc.style, dc->style); in res_to_bin_dialog()
|
D | resrc.c | 890 const rc_res_id class, rc_uint_type style, in define_control() argument 898 n->style = style; in define_control() 914 rc_uint_type y, rc_uint_type style, in define_icon_control() argument 922 if (style == 0) in define_icon_control() 923 style = SS_ICON | WS_CHILD | WS_VISIBLE; in define_icon_control() 927 n = define_control (tid, id, x, y, 0, 0, cid, style, exstyle); in define_icon_control() 2536 fprintf (e, "STYLE 0x%x\n", dialog->style); in write_rc_dialog() 2594 unsigned long style; member 2638 && (ci->style == (unsigned long) -1 in write_rc_dialog_control() 2639 || ci->style == (control->style & 0xff))) in write_rc_dialog_control() [all …]
|
/toolchain/binutils/binutils-2.25/libiberty/testsuite/ |
D | test-demangle.c | 177 enum demangling_styles style = auto_demangling; local 220 style = auto_demangling; 223 style = cplus_demangle_name_to_style (format.data); 224 if (style == unknown_demangling) 256 style = cplus_demangle_name_to_style (fstyle); 257 if (style == unknown_demangling) 315 cplus_demangle_set_style (style);
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mri/ |
D | label.s | 1 ; Test using an MRI style label 2 * Also test MRI style comments
|
D | char.s | 1 ; Test MRI style character constants.
|
D | label.d | 5 # Test using an MRI style label
|
D | constants.d | 5 # Test MRI style constants
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-spu/ |
D | ear.s | 6 #test old-style toe _EAR_ syms 14 #test new-style _EAR_ syms
|
/toolchain/binutils/binutils-2.25/gprof/ |
D | gprof.c | 459 enum demangling_styles style; in main() local 461 style = cplus_demangle_name_to_style (optarg); in main() 462 if (style == unknown_demangling) in main() 470 cplus_demangle_set_style (style); in main()
|
D | TODO | 67 read new gmon.out style files. The idea being that everyone 68 will use the new format for basic-block style profiling but
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/ |
D | hash1a.d | 2 #ld: -shared --hash-style=sysv
|
D | hash1c.d | 2 #ld: -shared --hash-style=gnu
|
D | hash1b.d | 2 #ld: -shared --hash-style=both
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/ |
D | tlsopt2_32.s | 2 # this section should not be optimised since we have old-style
|
D | tlsopt1_32.s | 2 # this section should not be optimised since we have old-style
|
D | tlsopt2.s | 2 # this section should not be optimised since we have old-style
|
D | tlsopt1.s | 2 # this section should not be optimised since we have old-style
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/ |
D | hash.d | 3 #ld: -shared --hash-style=gnu
|
/toolchain/binutils/binutils-2.25/config/ |
D | mt-sde | 4 # MIPS16 libraries to run on Harvard-style split I/D memories, so long
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/ |
D | asg.s | 10 .asg "add #1,a", doit ; macro-style
|