Home
last modified time | relevance | path

Searched refs:EXTRA_FIELD (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/arch/xtensa/boot/lib/
H A Dzmem.c29 #define EXTRA_FIELD 4 macro
48 if ((flags & EXTRA_FIELD) != 0) in gunzip()
/openbmc/u-boot/lib/
H A Dgunzip.c21 #define EXTRA_FIELD 4 macro
55 if ((flags & EXTRA_FIELD) != 0) in gzip_parse_header()
157 if ((flags & EXTRA_FIELD) != 0) in gzwrite()
/openbmc/linux/arch/alpha/boot/
H A Dmisc.c55 #define EXTRA_FIELD 0x04 /* bit 2 set: extra field present */ macro
/openbmc/linux/arch/nios2/boot/compressed/
H A Dmisc.c46 #define EXTRA_FIELD 0x04 /* bit 2 set: extra field present */ macro
/openbmc/linux/lib/
H A Dinflate.c1185 #define EXTRA_FIELD 0x04 /* bit 2 set: extra field present */ macro
1240 if ((flags & EXTRA_FIELD) != 0) { in gunzip()
/openbmc/linux/fs/
H A Dbinfmt_flat.c176 #define EXTRA_FIELD 0x04 /* bit 2 set: extra field present */ macro
236 if (buf[3] & EXTRA_FIELD) { in decompress_exec()
/openbmc/qemu/hw/core/
H A Dloader.c552 #define EXTRA_FIELD 4 macro
575 if ((flags & EXTRA_FIELD) != 0) { in gunzip()