【问题标题】:What does this nm output "V typeinfo name for void*" mean?这个 nm 输出“V typeinfo name for void*”是什么意思?
【发布时间】:2018-11-01 08:25:19
【问题描述】:

你能告诉我这些nm的输出是什么意思吗?

$nm --demangle --dynamic --defined-only --extern-only lib.so

0000000000238ba0 V typeinfo name for void*

0000000000238b80 V 类型信息为 void*

生成它们的 C++ 构造是什么?

我搜索了互联网,但没有找到解释。

【问题讨论】:

  • 欢迎来到 StackOverflow,请关注How to ask

标签: c++ linux nm


【解决方案1】:

冒着给出明显答案的风险,这只是typeinfo(void*) 所需的数据。还会是什么?

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2013-10-22
    • 2015-10-19
    • 2020-11-09
    • 2011-12-19
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多