occlum/test/Enclave.lds
2018-07-01 15:57:41 +08:00

10 lines
123 B
Plaintext

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