Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for DF_1_DIRECT (0.09 sec)

  1. api/go1.21.txt

    pkg debug/elf, const COMPRESS_ZSTD CompressionType #55107
    pkg debug/elf, const DF_1_CONFALT = 8192 #56887
    pkg debug/elf, const DF_1_CONFALT DynFlag1 #56887
    pkg debug/elf, const DF_1_DIRECT = 256 #56887
    pkg debug/elf, const DF_1_DIRECT DynFlag1 #56887
    pkg debug/elf, const DF_1_DISPRELDNE = 32768 #56887
    pkg debug/elf, const DF_1_DISPRELDNE DynFlag1 #56887
    pkg debug/elf, const DF_1_DISPRELPND = 65536 #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

    	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
    	// Unused.
    	DF_1_TRANS DynFlag1 = 0x00000200
    	// Indicates that the objects symbol table is to interpose before all symbols
    	// except the primary load object, which is typically the executable.
    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

    		{"Chdr64.Addralign", Field, 6},
    		{"Chdr64.Size", Field, 6},
    		{"Chdr64.Type", Field, 6},
    		{"Class", Type, 0},
    		{"CompressionType", Type, 6},
    		{"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},
    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