Home
last modified time | relevance | path

Searched refs:SHT_NOBITS (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.7.0/subsys/llext/
Dllext_mem.c71 if (ldr->sects[mem_idx].sh_type != SHT_NOBITS && in llext_copy_section()
109 if (ldr->sects[mem_idx].sh_type == SHT_NOBITS) { in llext_copy_section()
Dllext_load.c215 case SHT_NOBITS: in llext_map_sections()
/Zephyr-Core-3.7.0/include/zephyr/llext/
Delf.h206 #define SHT_NOBITS 0x8 /**< Program data with no file image */ macro