Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for DF_1_GLOBAL (0.12 sec)

  1. api/go1.21.txt

    pkg debug/elf, const DF_1_EDITED DynFlag1 #56887
    pkg debug/elf, const DF_1_ENDFILTEE = 16384 #56887
    pkg debug/elf, const DF_1_ENDFILTEE DynFlag1 #56887
    pkg debug/elf, const DF_1_GLOBAL = 2 #56887
    pkg debug/elf, const DF_1_GLOBAL DynFlag1 #56887
    pkg debug/elf, const DF_1_GLOBAUDIT = 16777216 #56887
    pkg debug/elf, const DF_1_GLOBAUDIT DynFlag1 #56887
    pkg debug/elf, const DF_1_GROUP = 4 #56887
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Aug 07 09:39:17 UTC 2023
    - 25.6K bytes
    - Viewed (0)
  2. src/debug/elf/elf.go

    type DynFlag1 uint32
    
    const (
    	// Indicates that all relocations for this object must be processed before
    	// returning control to the program.
    	DF_1_NOW DynFlag1 = 0x00000001
    	// Unused.
    	DF_1_GLOBAL DynFlag1 = 0x00000002
    	// Indicates that the object is a member of a group.
    	DF_1_GROUP DynFlag1 = 0x00000004
    	// Indicates that the object cannot be deleted from a process.
    	DF_1_NODELETE DynFlag1 = 0x00000008
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 00:01:16 UTC 2024
    - 134.6K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"DF_1_CONFALT", Const, 21},
    		{"DF_1_DIRECT", Const, 21},
    		{"DF_1_DISPRELDNE", Const, 21},
    		{"DF_1_DISPRELPND", Const, 21},
    		{"DF_1_EDITED", Const, 21},
    		{"DF_1_ENDFILTEE", Const, 21},
    		{"DF_1_GLOBAL", Const, 21},
    		{"DF_1_GLOBAUDIT", Const, 21},
    		{"DF_1_GROUP", Const, 21},
    		{"DF_1_IGNMULDEF", Const, 21},
    		{"DF_1_INITFIRST", Const, 21},
    		{"DF_1_INTERPOSE", Const, 21},
    		{"DF_1_KMOD", Const, 21},
    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