Home
last modified time | relevance | path

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

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