Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

It appears to be the symbol in the binary. C++ also does similar things. It's called mangling. https://itanium-cxx-abi.github.io/cxx-abi/abi.html#mangling

It's also the reason you sometimes need to extern c or otherwise mark symbols being exported via a c-abi in c++ so that they don't get mangled.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: