加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
libhogweed.map.in 531 Bytes
一键复制 编辑 原始数据 按行查看 历史
# libhogweed.map.in -- linker version script. -*- ld-script -*-
#
# The symbol version must be updated on every hogweed
# library major number change. That is taken care by
# auto-generating the file.
HOGWEED_@LIBHOGWEED_MAJOR@
{
global:
@HOGWEED_EXTRA_SYMBOLS@
nettle_*;
local:
*;
};
# Internal symbols which are to be used only for unit or other
# testing. Compatibility may break across releases.
HOGWEED_INTERNAL_@LIBHOGWEED_MAJOR@_@LIBNETTLE_MINOR@
{
global:
_nettle_*;
local:
*;
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化