12345678910111213141516171819202122232425262728 |
- EXPORTED {
- global:
- _NativeMain;
- __rsrc_*;
- __rstr_*;
- dbkFCallWrapperAddr;
- dbk_RTL_initialized;
- __dbk_fcall_wrapper;
- _DbgExcNotify;
- _Unwind_VRS_Get;
- _Unwind_VRS_Set;
- _Unwind_Complete;
- _Unwind_Resume_or_Rethrow;
- _Unwind_GetDataRelBase;
- _Unwind_GetTextRelBase;
- _Unwind_GetLanguageSpecificData;
- _Unwind_GetRegionStart;
- _BorUnwind_RaiseException;
- _BorUnwind_RaiseException2;
- _BorUnwind_Resume;
- _UnwindCppFrame;
- UnwindCppPersonalityCommon;
- _Unwind_DeleteException;
- TMethodImplementationIntercept;
- ExecJNI;
- ANativeActivity_onCreate;
- local: *;
- };
|