Zephyr API Documentation
3.5.0
A Scalable Open Source RTOS
3.5.0
Toggle main menu visibility
Main Page
Related Pages
Modules
Data Structures
Data Structures
Data Structure Index
Data Fields
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
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
Enumerations
Enumerator
Files
File List
Globals
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
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
z
Variables
$
a
b
c
d
f
g
h
i
k
l
m
n
o
p
r
s
t
x
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
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
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
z
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
Loading...
Searching...
No Matches
linker-tool-lld.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2023, Google, Inc.
3
*
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
15
#ifndef ZEPHYR_INCLUDE_LINKER_LINKER_TOOL_LLD_H_
16
#define ZEPHYR_INCLUDE_LINKER_LINKER_TOOL_LLD_H_
17
18
#include <
zephyr/linker/linker-tool-gcc.h
>
19
38
#undef SECTION_PROLOGUE
39
#define SECTION_PROLOGUE(name, options, align) \
40
name options : align
41
57
#undef SECTION_DATA_PROLOGUE
58
#define SECTION_DATA_PROLOGUE(name, options, align) \
59
SECTION_PROLOGUE(name, options, align)
60
61
#endif
/* ZEPHYR_INCLUDE_LINKER_LINKER_TOOL_LLD_H_ */
linker-tool-gcc.h
GCC toolchain linker defs.
zephyr
linker
linker-tool-lld.h
Generated on Fri Oct 20 2023 10:27:12 for Zephyr API Documentation by
1.9.6