demangling (Ubuntu 64bit 12.04, dmd 64bit 2.060)
Carl Sturtivant
sturtivant at gmail.com
Mon Sep 3 06:14:35 PDT 2012
On Sunday, 26 August 2012 at 19:24:03 UTC, Carl Sturtivant wrote:
>>> Here are some examples that are not demangled by
>>> std.demangle.demangle :
>>>
>>> _D13libd_demangle12__ModuleInfoZ
>>> _D15TypeInfo_Struct6__vtblZ
>>> _D3std5stdio12__ModuleInfoZ
>>> _D3std6traits15__T8DemangleTkZ8Demangle6__initZ
>>> _D47TypeInfo_S3std6traits15__T8DemangleTkZ8Demangle6__initZ
>>
Ah, just what I needed all along: this D ABI definition
http://dlang.org/abi.html
contains the exact definition of mangling.
More information about the Digitalmars-d-learn
mailing list