Solaris 链接器详细程度选项(ld -D 标记)

发布于 2024-09-01 01:26:06 字数 191 浏览 10 评论 0原文

ld(SunOS 5.10、Sun Studio 12)链接时,ld -D 接受的可能令牌列表是什么?

man ldld --help 都没有显示正确的列表。也就是说,我需要有关缺失符号的完整信息(而不仅仅是 C++ 函数的分解名称)。

When linking with ld (SunOS 5.10, Sun Studio 12), what is the list of possible tokens that are accepted by ld -D?

Neither man ld nor ld --help reveals the proper list. Namely, I need full information on the missing symbols (not just the demangled name of a C++ function).

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

方觉久 2024-09-08 01:26:06

正如手册页所述:

     -D token,...

         Prints  debugging  information,  as  specified  by  each
         token,  to  the  standard error.  The special token help
         indicates the full list of tokens available.

运行 ld -D help 确实会输出可用选项的列表。

As the man page says:

     -D token,...

         Prints  debugging  information,  as  specified  by  each
         token,  to  the  standard error.  The special token help
         indicates the full list of tokens available.

running ld -D help does indeed output the list of available options.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文