Systemsicherheit/Assignment 7 - SGX Hands-on/SGX101_sample_code-master/RemoteAttestation/Application/isv_enclave/isv_enclave.lds

9 lines
99 B
Text
Raw Normal View History

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