zephyr/include/sys
Andrew Boie 45979dafb4 linker: add iterable section macros
For iterable areas defined with Z_STRUCT_SECTION_ITERABLE(),
the corresponding output section in the linker script is just
boilerplate. Add macros to make these definitions simpler.

Unfortunately, we have a fair number of iterable sections not
defined with Z_STRUCT_SECTION_ITERABLE(), this patch does not
address this.

The output sections are all named <struct name>_area, update
sanitylib.py with this.

sys_sem with no userspace, and k_lifo/k_fifo are special cases
where different data types that are all equivalent need to be
put in the same iterable area. Add
Z_STRUCT_SECTION_ITERABLE_ALTERNATE() for this special case.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2020-06-24 17:09:22 -04:00
..
__assert.h
arch_interface.h
atomic.h
base64.h
byteorder.h
check.h
crc.h
dlist.h
errno_private.h
fdtable.h
libc-hooks.h
list_gen.h
math_extras_impl.h
math_extras.h
mempool_base.h
mempool.h
mutex.h
notify.h
onoff.h
printk.h
rb.h
ring_buffer.h
sem.h linker: add iterable section macros 2020-06-24 17:09:22 -04:00
sflist.h
slist.h
speculation.h
sys_heap.h lib/os/heap: Add sys_heap_aligned_alloc() 2020-06-22 14:54:04 -04:00
sys_io.h
thread_stack.h
time_units.h
timeutil.h
util_internal.h sys: util: Add GET_ARG_N and GET_ARGS_LESS_N macros 2020-06-22 15:18:07 +02:00
util.h sys: util: Deprecate GET_ARGS_LESS_1 macro 2020-06-22 15:18:07 +02:00