Home | History | Annotate | Download | only in symcheck-blacklists
      1 # all guard variables
      2 _ZGVNSt3__
      3 # all vtables
      4 _ZTV
      5 # all VTT
      6 _ZTT
      7 # all non-virtual thunks
      8 _ZTh
      9 # all virtual thunks
     10 _ZTv
     11 # typeinfo for std::__1::__types
     12 #    There are no std::__types
     13 _ZTINSt3__1[0-9][0-9]*__
     14 # typeinfo name for std::__1::__types
     15 _ZTSNSt3__1[0-9][0-9]*__
     16 # anything using __hidden_allocator
     17 .*__hidden_allocator
     18 # anything using __sso_allocator
     19 .*__sso_allocator
     20