Zephyr API Documentation 3.7.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
linker-defs.h File Reference
#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.

Macros

#define CREATE_OBJ_LEVEL(object, level)
 

Macro Definition Documentation

◆ CREATE_OBJ_LEVEL

#define CREATE_OBJ_LEVEL ( object,
level )
Value:
__##object##_##level##_start = .; \
KEEP(*(SORT(.z_##object##_##level?_*))); \
KEEP(*(SORT(.z_##object##_##level??_*)));