HomeSort by: relevance | last modified time | path
    Searched defs:imported_name_prefix (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
read.c 7183 const char *imported_name_prefix;
7246 imported_name_prefix = determine_prefix (imported_die, imported_cu);
7252 canonical_name = imported_name_prefix;
7254 else if (strlen (imported_name_prefix) > 0)
7256 imported_name_prefix,
7175 const char *imported_name_prefix; local
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
read.c 5783 const char *imported_name_prefix;
5846 imported_name_prefix = determine_prefix (imported_die, imported_cu);
5852 canonical_name = imported_name_prefix;
5854 else if (strlen (imported_name_prefix) > 0)
5857 temp = typename_concat (imported_name_prefix, imported_name, 0, cu);
5777 const char *imported_name_prefix; local

Completed in 204 milliseconds