什么是 LINKEDIT 块

发布于 2025-01-06 23:03:23 字数 78 浏览 2 评论 0原文

我一直在对我的应用程序进行性能测量,我看到分配给 _LINKEDIT 块的数量相当大,我只是想知道是否有人知道这一点。 谢谢 苏迪普·杜阿

I have been doing performance measurement on my app and I see a sizeable amount allocated to _LINKEDIT block and I just wished to know if any one knows about it.
Thanks
Sudeep Dua

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

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

发布评论

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

评论(1

泪眸﹌ 2025-01-13 23:03:23

__LINKEDIT 段包含动态链接器使用的原始数据,
例如符号、字符串和重定位表条目。

您可以在这里找到更多相关信息:
https://github.com/aidansteele/osx-abi-macho-文件格式参考

The __LINKEDIT segment contains raw data used by the dynamic linker,
such as symbol, string, and relocation table entries.

You can find more info about it here:
https://github.com/aidansteele/osx-abi-macho-file-format-reference

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