Home
last modified time | relevance | path

Searched refs:SHT_NULL (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.7.0/subsys/llext/
Dllext_load.c249 if (region->sh_type == SHT_NULL) { in llext_map_sections()
310 if (x->sh_type == SHT_NULL || x->sh_size == 0 || in llext_map_sections()
311 y->sh_type == SHT_NULL || y->sh_size == 0) { in llext_map_sections()
/Zephyr-Core-3.7.0/include/zephyr/llext/
Delf.h201 #define SHT_NULL 0x0 /**< Unused section */ macro