Home
last modified time | relevance | path

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

/linux/arch/xtensa/boot/lib/
H A Dzmem.c29 #define EXTRA_FIELD 4 macro
48 if ((flags & EXTRA_FIELD) != 0) in gunzip()
/linux/arch/alpha/boot/
H A Dmisc.c55 #define EXTRA_FIELD 0x04 /* bit 2 set: extra field present */ macro
/linux/arch/nios2/boot/compressed/
H A Dmisc.c46 #define EXTRA_FIELD 0x04 /* bit 2 set: extra field present */ macro
/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()
/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()