Searched refs:SHT_NULL (Results 1 – 2 of 2) sorted by relevance
249 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()
201 #define SHT_NULL 0x0 /**< Unused section */ macro