Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/binutils/
Ddwarf.c3486 unsigned int n_files = 0; in display_debug_lines_decoded() local
3563 n_files++; in display_debug_lines_decoded()
3567 file_table = (File_Entry *) xmalloc (n_files * sizeof (File_Entry)); in display_debug_lines_decoded()
3687 (file_table, (n_files + 1) * sizeof (File_Entry)); in display_debug_lines_decoded()
3691 file_table[n_files].name = op_code_data; in display_debug_lines_decoded()
3694 file_table[n_files].directory_index = in display_debug_lines_decoded()
3699 file_table[n_files].modification_date = in display_debug_lines_decoded()
3704 file_table[n_files].length = in display_debug_lines_decoded()
3708 n_files++; in display_debug_lines_decoded()
3909 n_files = 0; in display_debug_lines_decoded()