Lines Matching refs:dyn_string_append_cstr

4231   dyn_string_append_cstr (ds, "-r ");  in mcore_elf_gen_out_file()
4234 dyn_string_append_cstr (ds, mcore_elf_linker_flags); in mcore_elf_gen_out_file()
4238 dyn_string_append_cstr (ds, ptr->filename); in mcore_elf_gen_out_file()
4239 dyn_string_append_cstr (ds, " "); in mcore_elf_gen_out_file()
4244 dyn_string_append_cstr (ds, "-o "); in mcore_elf_gen_out_file()
4245 dyn_string_append_cstr (ds, MCORE_ELF_TMP_OBJ); in mcore_elf_gen_out_file()
4258 dyn_string_append_cstr (ds, "-S "); in mcore_elf_gen_out_file()
4259 dyn_string_append_cstr (ds, as_name); in mcore_elf_gen_out_file()
4261 dyn_string_append_cstr (ds, " -e "); in mcore_elf_gen_out_file()
4262 dyn_string_append_cstr (ds, MCORE_ELF_TMP_EXP); in mcore_elf_gen_out_file()
4263 dyn_string_append_cstr (ds, " -l "); in mcore_elf_gen_out_file()
4264 dyn_string_append_cstr (ds, MCORE_ELF_TMP_LIB); in mcore_elf_gen_out_file()
4265 dyn_string_append_cstr (ds, " " ); in mcore_elf_gen_out_file()
4266 dyn_string_append_cstr (ds, MCORE_ELF_TMP_OBJ); in mcore_elf_gen_out_file()
4269 dyn_string_append_cstr (ds, " -v"); in mcore_elf_gen_out_file()
4273 dyn_string_append_cstr (ds, " -n"); in mcore_elf_gen_out_file()
4276 dyn_string_append_cstr (ds, " -n"); in mcore_elf_gen_out_file()
4287 dyn_string_append_cstr (ds, "-shared "); in mcore_elf_gen_out_file()
4290 dyn_string_append_cstr (ds, mcore_elf_linker_flags); in mcore_elf_gen_out_file()
4292 dyn_string_append_cstr (ds, " "); in mcore_elf_gen_out_file()
4293 dyn_string_append_cstr (ds, MCORE_ELF_TMP_EXP); in mcore_elf_gen_out_file()
4294 dyn_string_append_cstr (ds, " "); in mcore_elf_gen_out_file()
4295 dyn_string_append_cstr (ds, MCORE_ELF_TMP_OBJ); in mcore_elf_gen_out_file()
4296 dyn_string_append_cstr (ds, " -o "); in mcore_elf_gen_out_file()
4297 dyn_string_append_cstr (ds, mcore_elf_out_file); in mcore_elf_gen_out_file()