corda/sgx-jvm/noop-enclave/linkerscript.lds

10 lines
128 B
Plaintext
Raw Normal View History

2017-06-05 18:21:47 +00:00
noop_enclave.so
{
global:
g_global_data_sim;
g_global_data;
enclave_entry;
local:
*;
};