Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Ddwarf2.c862 concat_filename (struct line_info_table *table, unsigned int file) in concat_filename() function
1116 char * filename = table->num_files ? concat_filename (table, 1) : NULL; in decode_line_info()
1242 filename = concat_filename (table, file); in decode_line_info()
1729 func->caller_file = concat_filename (unit->line_table, attr.u.val); in scan_unit_for_symbols()
1763 func->file = concat_filename (unit->line_table, in scan_unit_for_symbols()
1784 var->file = concat_filename (unit->line_table, in scan_unit_for_symbols()
DChangeLog736 * dwarf2.c (concat_filename): Don't issue an error if file is
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-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
/openbsd/src/gnu/usr.bin/binutils/bfd/
Ddwarf2.c819 concat_filename (struct line_info_table *table, unsigned int file) in concat_filename() function
1058 char * filename = table->num_files ? concat_filename (table, 1) : NULL; in decode_line_info()
1173 filename = concat_filename (table, file); in decode_line_info()
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-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