enclave.lds 123 Bytes
Newer Older
nhynes committed
1 2 3 4 5 6 7 8 9
enclave.so
{
    global:
        g_global_data_sim;
        g_global_data;
        enclave_entry;
    local:
        *;
};