Searched defs:__packed (Results 1 – 5 of 5) sorted by relevance
1007 struct __packed { struct1008 int8_t diagnostic_partition_index; // used BOOT_PARTITION constants1009 uint8_t boot_type;1010 int8_t partition;1011 uint8_t tbyb_and_update_info;
21 #define __packed __attribute__((__packed__)) macro
41 #define __packed __attribute__((__packed__)) macro
32 #define __packed __attribute__((packed)) macro
21 #define __packed __attribute__((packed)) macro