Lines Matching refs:dyn_string_append_cstr
3501 dyn_string_append_cstr (ds, "-r "); in mcore_elf_gen_out_file()
3504 dyn_string_append_cstr (ds, mcore_elf_linker_flags); in mcore_elf_gen_out_file()
3508 dyn_string_append_cstr (ds, ptr->filename); in mcore_elf_gen_out_file()
3509 dyn_string_append_cstr (ds, " "); in mcore_elf_gen_out_file()
3514 dyn_string_append_cstr (ds, "-o "); in mcore_elf_gen_out_file()
3515 dyn_string_append_cstr (ds, MCORE_ELF_TMP_OBJ); in mcore_elf_gen_out_file()
3528 dyn_string_append_cstr (ds, "-S "); in mcore_elf_gen_out_file()
3529 dyn_string_append_cstr (ds, as_name); in mcore_elf_gen_out_file()
3531 dyn_string_append_cstr (ds, " -e "); in mcore_elf_gen_out_file()
3532 dyn_string_append_cstr (ds, MCORE_ELF_TMP_EXP); in mcore_elf_gen_out_file()
3533 dyn_string_append_cstr (ds, " -l "); in mcore_elf_gen_out_file()
3534 dyn_string_append_cstr (ds, MCORE_ELF_TMP_LIB); in mcore_elf_gen_out_file()
3535 dyn_string_append_cstr (ds, " " ); in mcore_elf_gen_out_file()
3536 dyn_string_append_cstr (ds, MCORE_ELF_TMP_OBJ); in mcore_elf_gen_out_file()
3539 dyn_string_append_cstr (ds, " -v"); in mcore_elf_gen_out_file()
3543 dyn_string_append_cstr (ds, " -n"); in mcore_elf_gen_out_file()
3546 dyn_string_append_cstr (ds, " -n"); in mcore_elf_gen_out_file()
3557 dyn_string_append_cstr (ds, "-shared "); in mcore_elf_gen_out_file()
3560 dyn_string_append_cstr (ds, mcore_elf_linker_flags); in mcore_elf_gen_out_file()
3562 dyn_string_append_cstr (ds, " "); in mcore_elf_gen_out_file()
3563 dyn_string_append_cstr (ds, MCORE_ELF_TMP_EXP); in mcore_elf_gen_out_file()
3564 dyn_string_append_cstr (ds, " "); in mcore_elf_gen_out_file()
3565 dyn_string_append_cstr (ds, MCORE_ELF_TMP_OBJ); in mcore_elf_gen_out_file()
3566 dyn_string_append_cstr (ds, " -o "); in mcore_elf_gen_out_file()
3567 dyn_string_append_cstr (ds, mcore_elf_out_file); in mcore_elf_gen_out_file()