Searched refs:SHT_NOBITS (Results 1 – 3 of 3) sorted by relevance
71 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()
215 case SHT_NOBITS: in llext_map_sections()
206 #define SHT_NOBITS 0x8 /**< Program data with no file image */ macro