ReactOS
0.4.16-dev-963-g182f353
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
Functions
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
Variables
_
c
d
e
f
g
h
i
l
m
n
o
p
s
t
u
x
Typedefs
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
x
Enumerations
_
a
b
c
d
f
i
l
m
o
p
s
t
w
x
Enumerator
a
b
c
d
e
f
g
h
i
m
n
o
p
r
s
t
u
v
w
x
Classes
Class List
Class Index
Class Hierarchy
Class 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
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Enumerator
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Related Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
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
x
y
z
Functions
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Examples
initializers.cpp
Go to the documentation of this file.
1
//
2
// section_markers.c
3
//
4
// Copyright (c) 2024 Timo Kreuzer
5
//
6
// Markers for CRT initializer sections.
7
//
8
// SPDX-License-Identifier: MIT
9
//
10
11
#include <
internal_shared.h
>
12
13
_CRTALLOC
(
".CRT$XIA"
)
_PIFV
__xi_a
[] = { 0 };
14
_CRTALLOC
(
".CRT$XIZ"
)
_PIFV
__xi_z
[] = { 0 };
15
_CRTALLOC
(
".CRT$XCA"
)
_PVFV
__xc_a
[] = { 0 };
16
_CRTALLOC
(
".CRT$XCZ"
)
_PVFV
__xc_z
[] = { 0 };
17
_CRTALLOC
(
".CRT$XPA"
)
_PVFV
__xp_a
[] = { 0 };
18
_CRTALLOC
(
".CRT$XPZ"
)
_PVFV
__xp_z
[] = { 0 };
19
_CRTALLOC
(
".CRT$XTA"
)
_PVFV
__xt_a
[] = { 0 };
20
_CRTALLOC
(
".CRT$XTZ"
)
_PVFV
__xt_z
[] = { 0 };
21
22
#pragma comment(linker, "/merge:.CRT=.rdata"
)
_PIFV
int(__cdecl * _PIFV)(void)
Definition:
corecrt_startup.h:113
_PVFV
void(__cdecl * _PVFV)(void)
Definition:
corecrt_startup.h:112
_CRTALLOC
#define _CRTALLOC(x)
Definition:
fma3_available.c:37
internal_shared.h
__xp_z
_PVFV __xp_z[]
__xp_a
_PVFV __xp_a[]
__xc_a
_PVFV __xc_a[]
__xc_z
_PVFV __xc_z[]
__xt_a
_PVFV __xt_a[]
__xt_z
_PVFV __xt_z[]
__xi_z
_PIFV __xi_z[]
__xi_a
_PIFV __xi_a[]
sdk
lib
vcruntime
initializers.cpp
Generated on Mon Apr 7 2025 06:17:02 for ReactOS by
1.9.6