Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SHF_MASKPROC (0.21 sec)

  1. src/debug/elf/elf.go

    	SHF_COMPRESSED       SectionFlag = 0x800      /* Section is compressed. */
    	SHF_MASKOS           SectionFlag = 0x0ff00000 /* OS-specific semantics. */
    	SHF_MASKPROC         SectionFlag = 0xf0000000 /* Processor-specific semantics. */
    )
    
    var shfStrings = []intName{
    	{0x1, "SHF_WRITE"},
    	{0x2, "SHF_ALLOC"},
    	{0x4, "SHF_EXECINSTR"},
    	{0x10, "SHF_MERGE"},
    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