Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/
Ddwarf2dbg.c1837 const char *fullfilename; in out_file_list() local
1847 fullfilename = DWARF2_FILE_NAME (files[i].filename, in out_file_list()
1849 size = strlen (fullfilename) + 1; in out_file_list()
1851 memcpy (cp, fullfilename, size); in out_file_list()
1964 const char *fullfilename; in out_dwarf5_file_list() local
1973 fullfilename = DWARF2_FILE_NAME (files[i].filename, in out_dwarf5_file_list()
1975 strp = add_to_string_table (&debug_line_str_table, fullfilename); in out_dwarf5_file_list()