Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/binutils/
Ddwarf.c5095 } File_Entry; typedef
5117 File_Entry *file_table = NULL; in display_debug_lines_decoded()
5284 file_table = (File_Entry *) xcalloc (n_files, in display_debug_lines_decoded()
5285 sizeof (File_Entry)); in display_debug_lines_decoded()
5289 File_Entry *file = &file_table[entryi]; in display_debug_lines_decoded()
5417 file_table = (File_Entry *) xmalloc (n_files * sizeof (File_Entry)); in display_debug_lines_decoded()
5569 file_table = (File_Entry *) xrealloc in display_debug_lines_decoded()
5570 (file_table, (n_files + 1) * sizeof (File_Entry)); in display_debug_lines_decoded()