开发者

private global vs. public global

开发者 https://www.devze.com 2023-02-19 17:16 出处:网络
What\'s the difference between the export of a symbol by using \"public global\" instead of \"privat开发者_C百科e global\"?See the NASM docs: private segments do not get combined, public segments do.

What's the difference between the export of a symbol by using "public global" instead of "privat开发者_C百科e global"?


See the NASM docs: private segments do not get combined, public segments do. Nothing to do with symbols directly AFAIK. global is used for exported symbols.

0

精彩评论

暂无评论...
验证码 换一张
取 消