Searched refs:SHT_NULL (Results 1 – 2 of 2) sorted by relevance
318 if (region->sh_type == SHT_NULL) { in llext_map_sections()407 if (region->sh_type == SHT_NULL || region->sh_size == 0) { in llext_map_sections()437 if (x->sh_type == SHT_NULL || x->sh_size == 0 || in llext_map_sections()438 y->sh_type == SHT_NULL || y->sh_size == 0) { in llext_map_sections()
201 #define SHT_NULL 0x0 /**< Unused section */ macro