Embedded Artistry libc
C Standard Library Support for Bare-metal Systems
crtend.c File Reference
#include <stdint.h>
Include dependency graph for crtend.c:

Go to the source code of this file.

Typedefs

typedef void(* fp) (void)
 

Functions

const int32_t __EH_FRAME_LIST_END__ [] __attribute__ ((section(".eh_frame"), aligned(sizeof(void *)), visibility("hidden"), used))
 
fp __CTOR_LIST_END__ [] __attribute__ ((section(".ctors"), visibility("hidden"), used))
 
fp __DTOR_LIST_END__ [] __attribute__ ((section(".dtors"), visibility("hidden"), used))
 

Typedef Documentation

◆ fp

typedef void(* fp) (void)

Definition at line 8 of file crtend.c.

Function Documentation

◆ __attribute__() [1/3]

const int32_t __EH_FRAME_LIST_END__ [] __attribute__ ( (section(".eh_frame"), aligned(sizeof(void *)), visibility("hidden"), used)  )

◆ __attribute__() [2/3]

fp __CTOR_LIST_END__ [] __attribute__ ( (section(".ctors"), visibility("hidden"), used)  )

◆ __attribute__() [3/3]

fp __DTOR_LIST_END__ [] __attribute__ ( (section(".dtors"), visibility("hidden"), used)  )