Embedded Artistry libc
C Standard Library Support for Bare-metal Systems
Main Page
Related Pages
+
Classes
Class List
Class Index
+
Class Members
+
All
_
c
d
e
f
g
i
k
l
m
n
p
q
r
s
t
w
x
+
Variables
_
c
d
e
f
g
i
k
l
m
n
p
q
r
s
t
w
x
+
Files
File List
+
File Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
+
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
p
q
r
s
t
u
v
w
+
Variables
_
b
c
d
e
f
h
i
l
n
p
t
v
w
+
Typedefs
_
a
b
c
d
f
i
j
n
s
t
u
v
w
Enumerator
+
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
y
•
All
Classes
Files
Functions
Variables
Typedefs
Enumerator
Macros
Pages
crtend.c
Go to the documentation of this file.
1
#include <
stdint.h
>
2
3
// Put 4-byte zero which is the length field in FDE at the end as a terminator.
4
const
int32_t __EH_FRAME_LIST_END__[]
5
__attribute__
((section(
".eh_frame"
), aligned(
sizeof
(
void
*)), visibility(
"hidden"
), used)) = {0};
6
7
#ifndef CRT_HAS_INITFINI_ARRAY
8
typedef
void (*
fp
)(void);
9
fp
__CTOR_LIST_END__
[]
__attribute__
((section(
".ctors"
), visibility(
"hidden"
), used)) = {0};
10
fp
__DTOR_LIST_END__
[]
__attribute__
((section(
".dtors"
), visibility(
"hidden"
), used)) = {0};
11
#endif
__CTOR_LIST_END__
fp __CTOR_LIST_END__[]
__attribute__
const int32_t __EH_FRAME_LIST_END__ [] __attribute__((section(".eh_frame"), aligned(sizeof(void *)), visibility("hidden"), used))
fp
void(* fp)(void)
Definition:
crtend.c:8
stdint.h
__DTOR_LIST_END__
fp __DTOR_LIST_END__[]
src
crt
crtend.c
Generated by
1.8.15