Searched refs:step2 (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils/binutils/ |
| H A D | dllwrap.c | 1057 dyn_string_t step2 = dyn_string_new (dlltool_cmdline->length in main() local 1062 dyn_string_append_cstr (step2, "--base-file "); in main() 1065 dyn_string_append_cstr (step2, in main() 1067 dyn_string_append_cstr (step2, base_file_name); in main() 1068 dyn_string_append_cstr (step2, in main() 1071 dyn_string_append_cstr (step2, "--output-exp "); in main() 1074 dyn_string_append_cstr (step2, in main() 1076 dyn_string_append_cstr (step2, exp_file_name); in main() 1077 dyn_string_append_cstr (step2, in main() 1082 dyn_string_append_cstr (step2, " "); in main() [all …]
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/binutils/ |
| H A D | dllwrap.c | 1042 dyn_string_t step2 = dyn_string_new (dlltool_cmdline->length in main() local 1047 dyn_string_append_cstr (step2, "--base-file "); in main() 1050 dyn_string_append_cstr (step2, in main() 1052 dyn_string_append_cstr (step2, base_file_name); in main() 1053 dyn_string_append_cstr (step2, in main() 1056 dyn_string_append_cstr (step2, "--output-exp "); in main() 1059 dyn_string_append_cstr (step2, in main() 1061 dyn_string_append_cstr (step2, exp_file_name); in main() 1062 dyn_string_append_cstr (step2, in main() 1067 dyn_string_append_cstr (step2, " "); in main() [all …]
|
| /openbsd-src/gnu/gcc/gcc/config/mips/ |
| H A D | mips.c | 6987 HOST_WIDE_INT step1, step2; in mips_expand_epilogue() local 7002 step2 = 0; in mips_expand_epilogue() 7019 step2 = MIN (step1, MIPS_MAX_FIRST_STACK_STEP); in mips_expand_epilogue() 7020 step1 -= step2; in mips_expand_epilogue() 7055 mips_for_each_saved_reg (cfun->machine->frame.total_size - step2, in mips_expand_epilogue() 7059 if (step2 > 0) in mips_expand_epilogue() 7062 GEN_INT (step2))); in mips_expand_epilogue()
|
| H A D | mips.md | 224 ;; frsqrt2 floating point reciprocal square root step2
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/ |
| H A D | ChangeLog | 9878 gdb tests (step.exp and step2.exp).
|