Files
intel-linux-sgx/SampleCode/SampleAEXNotify/Enclave/Enclave.lds
T
2023-07-21 11:09:05 +08:00

12 lines
184 B
Plaintext

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