Embedded Artistry Framework
Embedded Systems C++ Framework
Functions | Variables
crtbegin.c File Reference
#include "__dso_handle.h"
#include <stddef.h>
Include dependency graph for crtbegin.c:

Functions

 __attribute__ ((visibility("hidden")))
 We don't have shared libraries, so dso_handle is just NULL. More...
 
static void __attribute__ ((used))
 
static fp __DTOR_LIST__ [] __attribute__ ((section(".dtors"), aligned(sizeof(fp)), used))
 

Variables

fp __CTOR_LIST_END__ []
 
fp __DTOR_LIST_END__ []
 

Function Documentation

◆ __attribute__() [1/3]

__attribute__ ( (visibility("hidden"))  )

We don't have shared libraries, so dso_handle is just NULL.

◆ __attribute__() [2/3]

static void __attribute__ ( (used)  )
static

References __CTOR_LIST_END__, n, and p.

◆ __attribute__() [3/3]

static fp __DTOR_LIST__ [] __attribute__ ( (section(".dtors"), aligned(sizeof(fp)), used)  )
static

Variable Documentation

◆ __CTOR_LIST_END__

fp __CTOR_LIST_END__[]

Referenced by __attribute__().

◆ __DTOR_LIST_END__

fp __DTOR_LIST_END__[]