corda/sgx-jvm/jvm-enclave/enclave/linkerscript.lds
2017-03-24 18:23:04 +00:00

10 lines
128 B
Plaintext

cordaenclave.so
{
global:
g_global_data_sim;
g_global_data;
enclave_entry;
local:
*;
};