Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/
Ddwarf2dbg.c1846 const char *fullfilename; in out_file_list() local
1856 fullfilename = DWARF2_FILE_NAME (files[i].filename, in out_file_list()
1858 size = strlen (fullfilename) + 1; in out_file_list()
1860 memcpy (cp, fullfilename, size); in out_file_list()
1973 const char *fullfilename; in out_dwarf5_file_list() local
1982 fullfilename = DWARF2_FILE_NAME (files[i].filename, in out_dwarf5_file_list()
1984 strp = add_to_string_table (&debug_line_str_table, fullfilename); in out_dwarf5_file_list()