Zephyr API Documentation
4.0.0-rc2
A Scalable Open Source RTOS
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 Nov 8 2024 18:02:19 for Zephyr API Documentation by
1.12.0