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

10 lines
123 B
Plaintext

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