[][src]Module fortanix_sgx_abi::entry

Specification of TCS and entry function requirements.

Once an enclave has called the exit usercall, if userspace enters a TCS normally, the enclave must panic. If userspace returns a usercall on a TCS, the enclave may decide whether to handle it normally or to panic.

Modules

executable

Specifies the entry points for executables.

library

Specifies the entry points for libraries.