Home
last modified time | relevance | path

Searched refs:source_filename (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/libiberty/
Dsimple-object-coff.c617 const char *source_filename = "fake"; in simple_object_coff_write_to_file() local
705 sflen = strlen (source_filename); in simple_object_coff_write_to_file()
707 memcpy (&syms[1].aux.x_file.x_fname[0], source_filename, sflen); in simple_object_coff_write_to_file()
713 source_filename), in simple_object_coff_write_to_file()
716 name_offset += strlen (source_filename) + 1; in simple_object_coff_write_to_file()
Dsimple-object-xcoff.c714 const char *source_filename = "fake"; in simple_object_xcoff_write_to_file() local
799 sflen = strlen (source_filename); in simple_object_xcoff_write_to_file()
801 memcpy (&syms[1].aux.x_file.x_fname[0], source_filename, sflen); in simple_object_xcoff_write_to_file()
807 source_filename), in simple_object_xcoff_write_to_file()
810 name_offset += strlen (source_filename) + 1; in simple_object_xcoff_write_to_file()