Namespaces | Functions | Variables
libstubs.cpp File Reference
#include <cstdlib>
#include <unistd.h>
#include <sys/types.h>
Include dependency graph for libstubs.cpp:

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
 

Function Documentation

◆ __aeabi_atexit()

int __aeabi_atexit ( void *  ,
void(*)(void *)  ,
void *   
)

Definition at line 54 of file libstubs.cpp.

◆ __attribute__() [1/2]

__extension__ typedef int __guard __attribute__ ( (mode(__DI__))  )

◆ __attribute__() [2/2]

__attribute__ ( (used)  )

Definition at line 92 of file libstubs.cpp.

◆ __cxa_atexit()

void __cxa_atexit ( void(*)(void *)  ,
void *  ,
void *   
)

Definition at line 61 of file libstubs.cpp.

◆ __cxa_guard_abort()

void __cxa_guard_abort ( __guard *  )

Definition at line 75 of file libstubs.cpp.

◆ __cxa_guard_acquire()

int __cxa_guard_acquire ( __guard *  g)

Definition at line 65 of file libstubs.cpp.

◆ __cxa_guard_release()

void __cxa_guard_release ( __guard *  g)

Definition at line 70 of file libstubs.cpp.

◆ __cxa_pure_virtual()

void __cxa_pure_virtual ( )

Definition at line 79 of file libstubs.cpp.

◆ _close_r()

int _close_r ( struct _reent *  ,
int   
)

Definition at line 113 of file libstubs.cpp.

◆ _exit()

void _exit ( int  )

Definition at line 134 of file libstubs.cpp.

◆ _fstat_r()

int _fstat_r ( struct _reent *  ,
int  ,
struct stat *   
)

Definition at line 124 of file libstubs.cpp.

◆ _getpid()

pid_t _getpid ( void  )

Definition at line 139 of file libstubs.cpp.

◆ _isatty_r()

int _isatty_r ( struct _reent *  ,
int   
)

Definition at line 129 of file libstubs.cpp.

◆ _kill()

void _kill ( pid_t  )

Definition at line 144 of file libstubs.cpp.

◆ _lseek_r()

int _lseek_r ( struct _reent *  ,
int  ,
int  ,
int   
)

Definition at line 103 of file libstubs.cpp.

◆ _read_r()

int _read_r ( struct _reent *  ,
int  ,
char *  ,
int   
)

Definition at line 98 of file libstubs.cpp.

◆ _write_r()

int _write_r ( struct _reent *  ,
int  ,
char *  ,
int   
)

Definition at line 108 of file libstubs.cpp.

◆ operator delete()

void operator delete ( void *  )

Definition at line 28 of file libstubs.cpp.

◆ operator delete[]()

void operator delete[] ( void *  )

Definition at line 33 of file libstubs.cpp.

◆ operator new()

void* operator new ( std::size_t  )

Definition at line 16 of file libstubs.cpp.

◆ operator new[]()

void* operator new[] ( std::size_t  )

Definition at line 22 of file libstubs.cpp.

Variable Documentation

◆ __dso_handle

void* __dso_handle

Definition at line 14 of file libstubs.cpp.

◆ int

int
Initial value:
{
return 0

Definition at line 120 of file libstubs.cpp.



uavcan_communicator
Author(s):
autogenerated on Fri Dec 13 2024 03:10:03