Home
last modified time | relevance | path

Searched refs:IMGACT_CORE_COMPRESS (Results 1 – 3 of 3) sorted by relevance

/trueos/sys/sys/
HDimgact.h91 #define IMGACT_CORE_COMPRESS 0x01 macro
/trueos/sys/kern/
HDimgact_elf.c1194 int doing_compress = flags & IMGACT_CORE_COMPRESS; in __elfN()
HDkern_sig.c3337 compress ? IMGACT_CORE_COMPRESS : 0); in coredump()