Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for SHF_MASKPROC (0.12 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)
  2. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"SHF_COMPRESSED", Const, 6},
    		{"SHF_EXECINSTR", Const, 0},
    		{"SHF_GROUP", Const, 0},
    		{"SHF_INFO_LINK", Const, 0},
    		{"SHF_LINK_ORDER", Const, 0},
    		{"SHF_MASKOS", Const, 0},
    		{"SHF_MASKPROC", Const, 0},
    		{"SHF_MERGE", Const, 0},
    		{"SHF_OS_NONCONFORMING", Const, 0},
    		{"SHF_STRINGS", Const, 0},
    		{"SHF_TLS", Const, 0},
    		{"SHF_WRITE", Const, 0},
    		{"SHN_ABS", Const, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
Back to top