zephyr/include/toolchain
Daniel Leung 99290f7fef linker: allow symbols to be in a named __noinit section
This adds a new __noinit_named() macro which can be used to
attach named section attributes for symbols. The original
__noinit creates a section attribute with source file name
and a sequential counter. This simply replaces the counter
with the supplied name. This is useful for demand paging
as developers can choose which symbols is pinned memory.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2021-08-26 21:16:22 -04:00
..
common.h include: toolchain: Add LOG2CEIL macro 2021-08-17 06:06:33 -04:00
gcc.h linker: allow symbols to be in a named __noinit section 2021-08-26 21:16:22 -04:00
llvm.h toolchain: add llvm abstraction 2021-04-22 07:42:58 -04:00
mwdt.h ARC: MWDT: explicitly forbid to use NEWLIB / NATIVE_APPLICATION 2021-08-21 21:33:18 -04:00
xcc_missing_defs.h
xcc.h toolchain: xcc: nullify __deprecated macro 2021-03-29 07:53:23 -04:00
zephyr_stdint.h