forked from dotnet/runtime
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add build option to strip out debug symbols when building MonoAOT iOS…
… sample app
- Loading branch information
1 parent
6e773f2
commit 840ee5b
Showing
3 changed files
with
119 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,111 @@ | ||
_SystemNative_Abort | ||
_SystemNative_Exit | ||
_SystemNative_SchedGetCpu | ||
_SystemNative_ConvertErrorPlatformToPal | ||
_SystemNative_ConvertErrorPalToPlatform | ||
_SystemNative_StrErrorR | ||
_SystemNative_GetLoadLibraryError | ||
_SystemNative_GetProcAddress | ||
_SystemNative_FreeLibrary | ||
_SystemNative_GetErrNo | ||
_SystemNative_SetErrNo | ||
_SystemNative_GetEnviron | ||
_SystemNative_FreeEnviron | ||
_SystemNative_GetOSArchitecture | ||
_SystemNative_GetNonCryptographicallySecureRandomBytes | ||
_SystemNative_GetCryptographicallySecureRandomBytes | ||
_SystemNative_GetSystemTimeAsTicks | ||
_SystemNative_GetTimestamp | ||
_SystemNative_LChflagsCanSetHiddenFlag | ||
_SystemNative_CanGetHiddenFlag | ||
_SystemNative_Log | ||
_SystemNative_LogError | ||
_SystemNative_LowLevelMonitor_Create | ||
_SystemNative_LowLevelMonitor_Destroy | ||
_SystemNative_LowLevelMonitor_Acquire | ||
_SystemNative_LowLevelMonitor_Release | ||
_SystemNative_LowLevelMonitor_Wait | ||
_SystemNative_LowLevelMonitor_Signal_Release | ||
_SystemNative_AlignedAlloc | ||
_SystemNative_AlignedFree | ||
_SystemNative_AlignedRealloc | ||
_SystemNative_Calloc | ||
_SystemNative_Free | ||
_SystemNative_Malloc | ||
_SystemNative_Realloc | ||
_SystemNative_GetAllMountPoints | ||
_SystemNative_GetReadDirRBufferSize | ||
_SystemNative_ReadDirR | ||
_SystemNative_GetEUid | ||
_SystemNative_GetEGid | ||
_SystemNative_GetPid | ||
_SystemNative_CreateAutoreleasePool | ||
_SystemNative_DrainAutoreleasePool | ||
_SystemNative_CreateThread | ||
_SystemNative_Access | ||
_SystemNative_ChDir | ||
_SystemNative_ChMod | ||
_SystemNative_FChMod | ||
_SystemNative_Close | ||
_SystemNative_CopyFile | ||
_SystemNative_LoadLibrary | ||
_SystemNative_GetDefaultSearchOrderPseudoHandle | ||
_SystemNative_GetFileSystemType | ||
_SystemNative_FLock | ||
_SystemNative_FSync | ||
_SystemNative_FTruncate | ||
_SystemNative_GetCpuUtilization | ||
_SystemNative_GetCwd | ||
_SystemNative_GetDefaultTimeZone | ||
_SystemNative_GetEnv | ||
_SystemNative_GetHostName | ||
_SystemNative_GetProcessPath | ||
_SystemNative_GetUnixVersion | ||
_SystemNative_GetUnixRelease | ||
_SystemNative_LChflags | ||
_SystemNative_FChflags | ||
_SystemNative_Link | ||
_SystemNative_LockFileRegion | ||
_SystemNative_LowLevelMonitor_TimedWait | ||
_SystemNative_LSeek | ||
_SystemNative_MkDir | ||
_SystemNative_MkdTemp | ||
_SystemNative_MksTemps | ||
_SystemNative_Open | ||
_SystemNative_PathConf | ||
_SystemNative_PosixFAdvise | ||
_SystemNative_FAllocate | ||
_SystemNative_PRead | ||
_SystemNative_PReadV | ||
_SystemNative_PWrite | ||
_SystemNative_PWriteV | ||
_SystemNative_Read | ||
_SystemNative_OpenDir | ||
_SystemNative_CloseDir | ||
_SystemNative_ReadLink | ||
_SystemNative_Rename | ||
_SystemNative_RmDir | ||
_SystemNative_FStat | ||
_SystemNative_Stat | ||
_SystemNative_LStat | ||
_SystemNative_SymLink | ||
_SystemNative_SysConf | ||
_SystemNative_SysLog | ||
_SystemNative_Unlink | ||
_SystemNative_UTimensat | ||
_SystemNative_FUTimens | ||
_SystemNative_Write | ||
_SystemNative_GetGroups | ||
_SystemNative_GetPwUidR | ||
_SystemNative_GetPwNamR | ||
_SystemNative_SearchPath | ||
_SystemNative_SearchPath_TempDirectory | ||
_SystemNative_FcntlSetFD | ||
_SystemNative_MMap | ||
_SystemNative_MUnmap | ||
_SystemNative_MSync | ||
_SystemNative_MAdvise | ||
_SystemNative_ShmOpen | ||
_SystemNative_ShmUnlink | ||
_ios_register_button_click | ||
_ios_set_text |