Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/binutils/
H A 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()
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Ddwarf.c4911 } File_Entry; typedef
4933 File_Entry *file_table = NULL; in display_debug_lines_decoded()
5087 file_table = (File_Entry *) xcalloc (1, n_files in display_debug_lines_decoded()
5088 * sizeof (File_Entry)); in display_debug_lines_decoded()
5092 File_Entry *file = &file_table[entryi]; in display_debug_lines_decoded()
5221 file_table = (File_Entry *) xmalloc (n_files * sizeof (File_Entry)); in display_debug_lines_decoded()
5361 file_table = (File_Entry *) xrealloc in display_debug_lines_decoded()
5362 (file_table, (n_files + 1) * sizeof (File_Entry)); in display_debug_lines_decoded()