Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Ddwarf2.c1441 concat_filename (struct line_info_table *table, unsigned int file) in concat_filename() function
1861 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()
DChangeLog-2006898 * dwarf2.c (concat_filename): Apply DW_AT_comp_dir if dir table
3002 * dwarf2.c (concat_filename): Don't issue an error if file is 0.
DChangeLog-02033877 * dwarf2.c (concat_filename): Use bfd_malloc() and strdup()
3910 * dwarf2.c (concat_filename): Always allocate space for the
3913 concat_filename.
7521 * dwarf2.c (concat_filename): If we can't establish the directory
DChangeLog-20103538 * dwarf2.c (concat_filename): Rename dirname with dir_name
DChangeLog-20153869 * dwarf2.c (concat_filename): Check for an empty directory table.
DChangeLog-00015786 * dwarf2.c (concat_filename): Use IS_ABSOLUTE_PATH.
8628 * dwarf2.c (concat_filename): Avoid string literal concatenation.
DChangeLog-98992197 (concat_filename): Check for out-of-range file number before