Lines Matching defs:tempstring
863 const char *tempstring = namestring;
869 if (*tempstring != '\0'
870 && *tempstring == bfd_get_symbol_leading_char (objfile->obfd.get ()))
871 ++tempstring;
872 if (startswith (tempstring, "__gnu_compiled"))
1122 const char *tempstring = name;
1124 if (*tempstring != '\0'
1125 && *tempstring == bfd_get_symbol_leading_char (objfile->obfd.get ()))
1126 ++tempstring;
1127 if (is_vtable_name (tempstring))