I have some symbols of the form: ``` _RNvNtNtNtNtCs92dm3009vxr_4rand4rngs7adapter9reseeding4fork23FORK_HANDLER_REGISTERED.0.0 _RNvNvXNtCsdLK3nj9OsGJ_7rand_os13linux_androidNtB4_5OsRngNtB6_9OsRngImpl16test_initialized18OS_RNG_INITIALIZED.0.0 _RINvNtCs3a3bPlXdjxn_4core3ptr18real_drop_in_placeNtNtNtCsfJAotMnIXtG_3std2io5error5ErrorECsdLK3nj9OsGJ_7rand_os.146 ``` which don't demangle. If I remove the `.N` on the end, then they do. I'm not sure what the extension is from, but this is an LTO-built executable. (cc @eddyb)