search for: _zti9showerror

Displaying 1 result from an estimated 1 matches for "_zti9showerror".

2007 Apr 08
3
[LLVMdev] C++ -> C translation problems
...I won't send the (rather long) terr.c, but it is (obviously) available on request. The offending line is: =================================================== .. /* Global Variable Definitions and Initialization */ vvvvvv this is the culprit vvvvvv struct l_struct_2E___si_class_type_info_pseudo _ZTI9showError __ATTRIBUTE_WEAK__ = { { ((signed char *)(((unsigned )(&_ZTVN10__cxxabiv120__si_class_type_infoE)) + 8u)), (&(_ZTS9showError[0])) }, ((struct opaque_0 *)(&_ZTI4File)) }; ^^^^^^ this is the culprit ^^^^^^ signed char _ZTS9showError[11] __ATTRIBUTE_WEAK__ = "9showError"; .. ====...