Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/binutils/
Ddwarf.c5119 char **directory_table = NULL; in display_debug_lines_decoded() local
5195 directory_table = NULL; in display_debug_lines_decoded()
5203 directory_table = (char **) in display_debug_lines_decoded()
5208 char **pathp = &directory_table[entryi]; in display_debug_lines_decoded()
5377 directory_table = (char **) in display_debug_lines_decoded()
5383 directory_table[i] = ptr_directory_table; in display_debug_lines_decoded()
5445 else if (directory_table == NULL) in display_debug_lines_decoded()
5469 directory = directory_table[ix]; in display_debug_lines_decoded()
5663 else if (directory_table == NULL || n_directories == 0) in display_debug_lines_decoded()
5682 null_name (directory_table[dir]), in display_debug_lines_decoded()
[all …]
DChangeLog-2011262 * dwarf.c (display_debug_lines_decoded): Index directory_table with
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git84488 (display_debug_lines_decoded): ..and here. xcalloc directory_table.