#include <cstdlib>#include <unistd.h>#include <sys/types.h>
Go to the source code of this file.
Namespaces | |
| __gnu_cxx | |
Functions | |
| int | __aeabi_atexit (void *, void(*)(void *), void *) |
| __extension__ typedef int __guard | __attribute__ ((mode(__DI__))) |
| __attribute__ ((used)) void abort() | |
| void | __cxa_atexit (void(*)(void *), void *, void *) |
| void | __cxa_guard_abort (__guard *) |
| int | __cxa_guard_acquire (__guard *g) |
| void | __cxa_guard_release (__guard *g) |
| void | __cxa_pure_virtual () |
| void | __gnu_cxx::__verbose_terminate_handler () |
| int | _close_r (struct _reent *, int) |
| void | _exit (int) |
| int | _fstat_r (struct _reent *, int, struct stat *) |
| pid_t | _getpid (void) |
| int | _isatty_r (struct _reent *, int) |
| void | _kill (pid_t) |
| int | _lseek_r (struct _reent *, int, int, int) |
| int | _read_r (struct _reent *, int, char *, int) |
| int | _write_r (struct _reent *, int, char *, int) |
| void | operator delete (void *) |
| void | operator delete[] (void *) |
| void * | operator new (std::size_t) |
| void * | operator new[] (std::size_t) |
Variables | |
| void * | __dso_handle |
| int | |
| int __aeabi_atexit | ( | void * | , |
| void(*)(void *) | , | ||
| void * | |||
| ) |
Definition at line 54 of file libstubs.cpp.
| __extension__ typedef int __guard __attribute__ | ( | (mode(__DI__)) | ) |
| __attribute__ | ( | (used) | ) |
Definition at line 92 of file libstubs.cpp.
| void __cxa_atexit | ( | void(*)(void *) | , |
| void * | , | ||
| void * | |||
| ) |
Definition at line 61 of file libstubs.cpp.
| void __cxa_guard_abort | ( | __guard * | ) |
Definition at line 75 of file libstubs.cpp.
| int __cxa_guard_acquire | ( | __guard * | g | ) |
Definition at line 65 of file libstubs.cpp.
| void __cxa_guard_release | ( | __guard * | g | ) |
Definition at line 70 of file libstubs.cpp.
| void __cxa_pure_virtual | ( | ) |
Definition at line 79 of file libstubs.cpp.
Definition at line 113 of file libstubs.cpp.
| void _exit | ( | int | ) |
Definition at line 134 of file libstubs.cpp.
Definition at line 124 of file libstubs.cpp.
| pid_t _getpid | ( | void | ) |
Definition at line 139 of file libstubs.cpp.
Definition at line 129 of file libstubs.cpp.
| void _kill | ( | pid_t | ) |
Definition at line 144 of file libstubs.cpp.
Definition at line 98 of file libstubs.cpp.
Definition at line 108 of file libstubs.cpp.
| void operator delete | ( | void * | ) |
Definition at line 28 of file libstubs.cpp.
| void operator delete[] | ( | void * | ) |
Definition at line 33 of file libstubs.cpp.
| void* operator new | ( | std::size_t | ) |
Definition at line 16 of file libstubs.cpp.
| void* operator new[] | ( | std::size_t | ) |
Definition at line 22 of file libstubs.cpp.
| void* __dso_handle |
Definition at line 14 of file libstubs.cpp.
| int |
Definition at line 120 of file libstubs.cpp.