Home
last modified time | relevance | path

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

/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Ddwarf2read.c5217 const char *imported_name_prefix; in read_import_statement() local
5281 imported_name_prefix = determine_prefix (imported_die, imported_cu); in read_import_statement()
5287 canonical_name = imported_name_prefix; in read_import_statement()
5289 else if (strlen (imported_name_prefix) > 0) in read_import_statement()
5291 temp = alloca (strlen (imported_name_prefix) in read_import_statement()
5293 strcpy (temp, imported_name_prefix); in read_import_statement()
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Ddwarf2read.c7721 const char *imported_name_prefix; in read_import_statement() local
7785 imported_name_prefix = determine_prefix (imported_die, imported_cu); in read_import_statement()
7791 canonical_name = imported_name_prefix; in read_import_statement()
7793 else if (strlen (imported_name_prefix) > 0) in read_import_statement()
7795 imported_name_prefix, "::", imported_name, in read_import_statement()
/dports/devel/gdb/gdb-11.1/gdb/dwarf2/
H A Dread.c10247 const char *imported_name_prefix;
10310 imported_name_prefix = determine_prefix (imported_die, imported_cu);
10316 canonical_name = imported_name_prefix;
10318 else if (strlen (imported_name_prefix) > 0)
10320 imported_name_prefix,