Files
intel-linux-sgx/SampleCode/Cxx11SGXDemo/Enclave/Enclave_debug.lds
T
Li, Xun 0fb9f47e78 Linux 1.9 Open Source Gold release
Signed-off-by: Li, Xun <xun.li@intel.com>
2017-06-30 15:51:16 +08:00

11 lines
149 B
Plaintext

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