Searched refs:SHT_NOBITS (Results 1 – 3 of 3) sorted by relevance
80 if (region->sh_type != SHT_NOBITS) { in llext_copy_region()147 if (region->sh_type == SHT_NOBITS) { in llext_copy_region()
251 case SHT_NOBITS: in llext_map_sections()
206 #define SHT_NOBITS 0x8 /**< Program data with no file image */ macro