2020-06-17 11:41:35 +02:00
|
|
|
/****************************************************************************
|
|
|
|
* arch/sim/src/nuttx-names.in
|
|
|
|
*
|
|
|
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
|
|
|
* contributor license agreements. See the NOTICE file distributed with
|
|
|
|
* this work for additional information regarding copyright ownership. The
|
|
|
|
* ASF licenses this file to you under the Apache License, Version 2.0 (the
|
|
|
|
* "License"); you may not use this file except in compliance with the
|
|
|
|
* License. You may obtain a copy of the License at
|
|
|
|
*
|
|
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
*
|
|
|
|
* Unless required by applicable law or agreed to in writing, software
|
|
|
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
|
|
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
|
|
|
* License for the specific language governing permissions and limitations
|
|
|
|
* under the License.
|
|
|
|
*
|
|
|
|
****************************************************************************/
|
|
|
|
|
|
|
|
#include <nuttx/config.h>
|
|
|
|
|
|
|
|
#define CONCAT_(x, y) x##y
|
|
|
|
#define CONCAT(x, y) CONCAT_(x, y)
|
|
|
|
|
2020-09-17 09:31:54 +02:00
|
|
|
#if defined(CONFIG_HOST_MACOS) || \
|
|
|
|
(defined(CONFIG_HOST_WINDOWS) && defined(CONFIG_SIM_CYGWIN_DECORATED))
|
2020-06-17 11:41:35 +02:00
|
|
|
#define NXSYMBOLS(s) _##s NX##s
|
|
|
|
#else
|
|
|
|
#define NXSYMBOLS(s) s NX##s
|
|
|
|
#endif
|
|
|
|
|
2020-07-08 19:52:08 +02:00
|
|
|
NXSYMBOLS(__cxa_atexit)
|
2021-10-26 08:57:15 +02:00
|
|
|
NXSYMBOLS(abort)
|
2021-08-29 11:52:02 +02:00
|
|
|
NXSYMBOLS(accept)
|
2021-10-26 08:57:15 +02:00
|
|
|
NXSYMBOLS(access)
|
2020-10-18 15:11:44 +02:00
|
|
|
NXSYMBOLS(atexit)
|
2021-12-25 16:28:16 +01:00
|
|
|
NXSYMBOLS(backtrace)
|
2020-06-17 11:41:35 +02:00
|
|
|
NXSYMBOLS(bind)
|
2020-10-29 09:41:58 +01:00
|
|
|
NXSYMBOLS(calloc)
|
2021-08-09 10:33:05 +02:00
|
|
|
NXSYMBOLS(chmod)
|
2023-04-14 08:47:27 +02:00
|
|
|
NXSYMBOLS(chdir)
|
2021-08-09 10:33:05 +02:00
|
|
|
NXSYMBOLS(chown)
|
2020-06-17 11:41:35 +02:00
|
|
|
NXSYMBOLS(clock_gettime)
|
|
|
|
NXSYMBOLS(close)
|
|
|
|
NXSYMBOLS(closedir)
|
|
|
|
NXSYMBOLS(connect)
|
2021-03-23 09:11:49 +01:00
|
|
|
NXSYMBOLS(dlsym)
|
2020-06-17 11:41:35 +02:00
|
|
|
NXSYMBOLS(dup)
|
|
|
|
NXSYMBOLS(exit)
|
2021-08-09 10:33:05 +02:00
|
|
|
NXSYMBOLS(fchmod)
|
|
|
|
NXSYMBOLS(fchown)
|
2021-10-26 08:57:15 +02:00
|
|
|
NXSYMBOLS(fclose)
|
2021-08-29 11:52:02 +02:00
|
|
|
NXSYMBOLS(fcntl)
|
2021-10-26 08:57:15 +02:00
|
|
|
NXSYMBOLS(fdopen)
|
|
|
|
NXSYMBOLS(fopen)
|
|
|
|
NXSYMBOLS(fprintf)
|
|
|
|
NXSYMBOLS(fread)
|
2020-10-01 06:03:09 +02:00
|
|
|
NXSYMBOLS(free)
|
2021-10-26 08:57:15 +02:00
|
|
|
NXSYMBOLS(fseek)
|
2020-06-17 11:41:35 +02:00
|
|
|
NXSYMBOLS(fstat)
|
|
|
|
NXSYMBOLS(fsync)
|
2021-10-26 08:57:15 +02:00
|
|
|
NXSYMBOLS(ftell)
|
2020-06-17 11:41:35 +02:00
|
|
|
NXSYMBOLS(ftruncate)
|
2021-08-09 10:33:05 +02:00
|
|
|
NXSYMBOLS(futimens)
|
2021-10-26 08:57:15 +02:00
|
|
|
NXSYMBOLS(fwrite)
|
2021-08-29 11:52:02 +02:00
|
|
|
NXSYMBOLS(getpeername)
|
|
|
|
NXSYMBOLS(getsockname)
|
2021-10-26 08:57:15 +02:00
|
|
|
NXSYMBOLS(getenv)
|
|
|
|
NXSYMBOLS(getpid)
|
2021-08-29 11:52:02 +02:00
|
|
|
NXSYMBOLS(getsockopt)
|
2020-06-17 11:41:35 +02:00
|
|
|
NXSYMBOLS(if_nametoindex)
|
|
|
|
NXSYMBOLS(ioctl)
|
2021-08-29 11:52:02 +02:00
|
|
|
NXSYMBOLS(listen)
|
2021-04-05 07:01:15 +02:00
|
|
|
NXSYMBOLS(longjmp)
|
2020-06-17 11:41:35 +02:00
|
|
|
NXSYMBOLS(lseek)
|
2020-09-30 09:58:45 +02:00
|
|
|
NXSYMBOLS(malloc)
|
2021-06-26 22:10:56 +02:00
|
|
|
NXSYMBOLS(malloc_size)
|
|
|
|
NXSYMBOLS(malloc_usable_size)
|
2020-10-29 09:41:58 +01:00
|
|
|
NXSYMBOLS(memcpy)
|
2020-06-17 11:41:35 +02:00
|
|
|
NXSYMBOLS(mkdir)
|
|
|
|
NXSYMBOLS(mmap)
|
2022-01-19 04:23:09 +01:00
|
|
|
NXSYMBOLS(mprotect)
|
2020-06-17 11:41:35 +02:00
|
|
|
NXSYMBOLS(munmap)
|
|
|
|
NXSYMBOLS(open)
|
|
|
|
NXSYMBOLS(opendir)
|
2020-10-01 06:03:09 +02:00
|
|
|
NXSYMBOLS(perror)
|
2020-06-17 11:41:35 +02:00
|
|
|
NXSYMBOLS(poll)
|
2021-06-26 22:10:56 +02:00
|
|
|
NXSYMBOLS(posix_memalign)
|
2023-08-07 15:04:48 +02:00
|
|
|
NXSYMBOLS(posix_spawn)
|
2021-07-22 15:53:48 +02:00
|
|
|
NXSYMBOLS(pthread_attr_init)
|
|
|
|
NXSYMBOLS(pthread_attr_setstack)
|
|
|
|
NXSYMBOLS(pthread_attr_destroy)
|
2020-09-04 10:59:34 +02:00
|
|
|
NXSYMBOLS(pthread_cond_destroy)
|
|
|
|
NXSYMBOLS(pthread_cond_init)
|
|
|
|
NXSYMBOLS(pthread_cond_signal)
|
|
|
|
NXSYMBOLS(pthread_cond_wait)
|
2020-12-24 10:10:45 +01:00
|
|
|
NXSYMBOLS(pthread_create)
|
2023-08-21 04:26:41 +02:00
|
|
|
#if defined(CONFIG_TLS_NELEM) && CONFIG_TLS_NELEM > 0
|
2020-06-17 11:41:35 +02:00
|
|
|
NXSYMBOLS(pthread_getspecific)
|
|
|
|
NXSYMBOLS(pthread_key_create)
|
2023-07-15 18:26:06 +02:00
|
|
|
#endif
|
2020-06-17 11:41:35 +02:00
|
|
|
NXSYMBOLS(pthread_kill)
|
|
|
|
NXSYMBOLS(pthread_mutex_destroy)
|
|
|
|
NXSYMBOLS(pthread_mutex_init)
|
|
|
|
NXSYMBOLS(pthread_mutex_lock)
|
|
|
|
NXSYMBOLS(pthread_mutex_unlock)
|
2023-08-21 04:26:41 +02:00
|
|
|
#if defined(CONFIG_TLS_NELEM) && CONFIG_TLS_NELEM > 0
|
2020-06-17 11:41:35 +02:00
|
|
|
NXSYMBOLS(pthread_setspecific)
|
2023-07-15 18:26:06 +02:00
|
|
|
#endif
|
2020-06-17 11:41:35 +02:00
|
|
|
NXSYMBOLS(pthread_sigmask)
|
2021-10-26 08:57:15 +02:00
|
|
|
NXSYMBOLS(puts)
|
2020-06-17 11:41:35 +02:00
|
|
|
NXSYMBOLS(read)
|
|
|
|
NXSYMBOLS(readdir)
|
2023-04-14 08:47:27 +02:00
|
|
|
NXSYMBOLS(readlink)
|
2020-12-24 10:10:45 +01:00
|
|
|
NXSYMBOLS(readv)
|
2021-03-11 09:28:55 +01:00
|
|
|
NXSYMBOLS(realloc)
|
2021-08-29 11:52:02 +02:00
|
|
|
NXSYMBOLS(recvfrom)
|
2020-06-17 11:41:35 +02:00
|
|
|
NXSYMBOLS(rename)
|
|
|
|
NXSYMBOLS(rewinddir)
|
|
|
|
NXSYMBOLS(rmdir)
|
|
|
|
NXSYMBOLS(sched_yield)
|
|
|
|
NXSYMBOLS(select)
|
2020-12-24 10:10:45 +01:00
|
|
|
NXSYMBOLS(sendmsg)
|
2021-08-29 11:52:02 +02:00
|
|
|
NXSYMBOLS(sendto)
|
2021-03-26 15:57:35 +01:00
|
|
|
NXSYMBOLS(setitimer)
|
2021-10-26 08:57:15 +02:00
|
|
|
NXSYMBOLS(setbuf)
|
2021-04-05 07:01:15 +02:00
|
|
|
NXSYMBOLS(setjmp)
|
2021-08-29 11:52:02 +02:00
|
|
|
NXSYMBOLS(setsockopt)
|
2020-06-25 12:28:42 +02:00
|
|
|
NXSYMBOLS(shutdown)
|
2020-06-17 11:41:35 +02:00
|
|
|
NXSYMBOLS(sigaction)
|
|
|
|
NXSYMBOLS(sigaddset)
|
|
|
|
NXSYMBOLS(sigemptyset)
|
|
|
|
NXSYMBOLS(sigfillset)
|
|
|
|
NXSYMBOLS(sleep)
|
|
|
|
NXSYMBOLS(socket)
|
|
|
|
NXSYMBOLS(stat)
|
2020-06-25 12:28:42 +02:00
|
|
|
NXSYMBOLS(statvfs)
|
2021-10-26 08:57:15 +02:00
|
|
|
NXSYMBOLS(strcat)
|
|
|
|
NXSYMBOLS(strchr)
|
2020-10-01 06:03:09 +02:00
|
|
|
NXSYMBOLS(strerror)
|
2021-10-26 08:57:15 +02:00
|
|
|
NXSYMBOLS(strlen)
|
|
|
|
NXSYMBOLS(strtol)
|
2022-01-19 04:23:09 +01:00
|
|
|
NXSYMBOLS(sysconf)
|
2020-10-01 06:03:09 +02:00
|
|
|
NXSYMBOLS(syslog)
|
2023-08-09 10:25:24 +02:00
|
|
|
NXSYMBOLS(system)
|
2020-06-17 11:41:35 +02:00
|
|
|
NXSYMBOLS(tcgetattr)
|
|
|
|
NXSYMBOLS(tcsetattr)
|
|
|
|
NXSYMBOLS(unlink)
|
|
|
|
NXSYMBOLS(usleep)
|
2021-08-09 10:33:05 +02:00
|
|
|
NXSYMBOLS(utimensat)
|
2020-06-17 11:41:35 +02:00
|
|
|
NXSYMBOLS(write)
|
2020-12-24 10:10:45 +01:00
|
|
|
NXSYMBOLS(writev)
|
2023-08-07 15:04:48 +02:00
|
|
|
NXSYMBOLS(waitpid)
|