Home | History | Annotate | Download | only in libinstaller

Lines Matching defs:PACKED

28    /* gcc 4.7 miscompiles packed structures in MS-bitfield mode */
29 # define PACKED __attribute__((packed,gcc_struct))
31 # define PACKED __attribute__((packed))
34 # error "Need to define PACKED for this compiler"
220 } PACKED;
248 } PACKED bs16;
264 } PACKED bs32;
265 } PACKED;
270 } PACKED;
303 } PACKED;