Searched refs:concat_filename (Results 1 – 7 of 7) sorted by relevance
1441 concat_filename (struct line_info_table *table, unsigned int file) in concat_filename() function1861 char * filename = table->num_files ? concat_filename (table, 1) : NULL; in decode_line_info()2020 filename = concat_filename (table, file); in decode_line_info()2558 func->caller_file = concat_filename (unit->line_table, in scan_unit_for_symbols()2609 func->file = concat_filename (unit->line_table, in scan_unit_for_symbols()2630 var->file = concat_filename (unit->line_table, in scan_unit_for_symbols()
898 * dwarf2.c (concat_filename): Apply DW_AT_comp_dir if dir table3002 * dwarf2.c (concat_filename): Don't issue an error if file is 0.
3877 * dwarf2.c (concat_filename): Use bfd_malloc() and strdup()3910 * dwarf2.c (concat_filename): Always allocate space for the3913 concat_filename.7521 * dwarf2.c (concat_filename): If we can't establish the directory
3538 * dwarf2.c (concat_filename): Rename dirname with dir_name
3869 * dwarf2.c (concat_filename): Check for an empty directory table.
5786 * dwarf2.c (concat_filename): Use IS_ABSOLUTE_PATH.8628 * dwarf2.c (concat_filename): Avoid string literal concatenation.
2197 (concat_filename): Check for out-of-range file number before