#include <zephyr/toolchain.h>
#include <zephyr/toolchain/common.h>
#include <zephyr/linker/sections.h>
#include <zephyr/sys/util.h>
#include <zephyr/offsets.h>
#include <zephyr/devicetree.h>
Go to the source code of this file.
◆ CREATE_OBJ_LEVEL
| #define CREATE_OBJ_LEVEL |
( |
| object, |
|
|
| level ) |
Value:
KEEP(*(SORT(.z_##object##_##level##_P_?_*))); \
KEEP(*(SORT(.z_##object##_##level##_P_??_*))); \
KEEP(*(SORT(.z_##object##_##level##_P_???_*)));
#define PLACE_SYMBOL_HERE(symbol)
Definition linker-defs.h:58
◆ PLACE_SYMBOL_HERE
| #define PLACE_SYMBOL_HERE |
( |
| symbol | ) |
|