Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/binutils/
Ddwarf.c3629 unsigned int n_files = 0; in display_debug_lines_decoded() local
3718 n_files++; in display_debug_lines_decoded()
3722 file_table = (File_Entry *) xmalloc (n_files * sizeof (File_Entry)); in display_debug_lines_decoded()
3842 (file_table, (n_files + 1) * sizeof (File_Entry)); in display_debug_lines_decoded()
3846 file_table[n_files].name = op_code_data; in display_debug_lines_decoded()
3849 file_table[n_files].directory_index = in display_debug_lines_decoded()
3854 file_table[n_files].modification_date = in display_debug_lines_decoded()
3859 file_table[n_files].length = in display_debug_lines_decoded()
3863 n_files++; in display_debug_lines_decoded()
4064 n_files = 0; in display_debug_lines_decoded()