Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for DF_1_NOOPEN (0.11 sec)

  1. api/go1.21.txt

    pkg debug/elf, const DF_1_NOHDR DynFlag1 #56887
    pkg debug/elf, const DF_1_NOKSYMS = 524288 #56887
    pkg debug/elf, const DF_1_NOKSYMS DynFlag1 #56887
    pkg debug/elf, const DF_1_NOOPEN = 64 #56887
    pkg debug/elf, const DF_1_NOOPEN DynFlag1 #56887
    pkg debug/elf, const DF_1_NORELOC = 4194304 #56887
    pkg debug/elf, const DF_1_NORELOC DynFlag1 #56887
    pkg debug/elf, const DF_1_NOW = 1 #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

    	// Indicates that this object's initialization section be run before any other
    	// objects loaded.
    	DF_1_INITFIRST DynFlag1 = 0x00000020
    	// Indicates that the object cannot be added to a running process with dlopen.
    	DF_1_NOOPEN DynFlag1 = 0x00000040
    	// Indicates the object requires $ORIGIN processing.
    	DF_1_ORIGIN DynFlag1 = 0x00000080
    	// Indicates that the object should use direct binding information.
    	DF_1_DIRECT DynFlag1 = 0x00000100
    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_NODEFLIB", Const, 21},
    		{"DF_1_NODELETE", Const, 21},
    		{"DF_1_NODIRECT", Const, 21},
    		{"DF_1_NODUMP", Const, 21},
    		{"DF_1_NOHDR", Const, 21},
    		{"DF_1_NOKSYMS", Const, 21},
    		{"DF_1_NOOPEN", Const, 21},
    		{"DF_1_NORELOC", Const, 21},
    		{"DF_1_NOW", Const, 21},
    		{"DF_1_ORIGIN", Const, 21},
    		{"DF_1_PIE", Const, 21},
    		{"DF_1_SINGLETON", Const, 21},
    		{"DF_1_STUB", 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