Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for COMPRESS_LOPROC (0.14 sec)

  1. src/debug/elf/elf.go

    	COMPRESS_LOPROC CompressionType = 0x70000000 /* First processor-specific type. */
    	COMPRESS_HIPROC CompressionType = 0x7fffffff /* Last processor-specific type. */
    )
    
    var compressionStrings = []intName{
    	{1, "COMPRESS_ZLIB"},
    	{2, "COMPRESS_ZSTD"},
    	{0x60000000, "COMPRESS_LOOS"},
    	{0x6fffffff, "COMPRESS_HIOS"},
    	{0x70000000, "COMPRESS_LOPROC"},
    	{0x7fffffff, "COMPRESS_HIPROC"},
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 00:01:16 UTC 2024
    - 134.6K bytes
    - Viewed (0)
Back to top