문제

I ve got some sparc libraries and I want to have list of exporting function with real names. Using objdump or nm I get names like __1cEnameIcopyType6MpnIASN1CTXT_rnLAsn1TObject_4_v_ or __1cHsurname2t5B6M_v_ so that c++filt cannot demangle them. I have tryed every style my nm has - gnu, lucid, arm, hp, edg, gnu-v3, java, gnat - result is the same. Could you please help me?

올바른 솔루션이 없습니다

다른 팁

Oracle Solaris Studio should have support in it's own version of c++filt for your code.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top