Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/binutils/
Ddwarf.c3605 } File_Entry; typedef
3628 File_Entry *file_table = NULL; in display_debug_lines_decoded()
3722 file_table = (File_Entry *) xmalloc (n_files * sizeof (File_Entry)); in display_debug_lines_decoded()
3841 file_table = (File_Entry *) xrealloc in display_debug_lines_decoded()
3842 (file_table, (n_files + 1) * sizeof (File_Entry)); in display_debug_lines_decoded()