Files
intel-linux-sgx/SampleCode/LocalAttestation/EnclaveResponder/EnclaveResponder.lds
Zhang Lili Z 9ddec08fb9 Linux 2.8 Open Source Gold Release.
Signed-off-by: Zhang Lili Z <lili.z.zhang@intel.com>
2020-01-16 09:56:26 +08:00

11 lines
150 B
Plaintext

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