Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for DF_1_TRANS (0.13 sec)

  1. api/go1.21.txt

    pkg debug/elf, const DF_1_STUB DynFlag1 #56887
    pkg debug/elf, const DF_1_SYMINTPOSE = 8388608 #56887
    pkg debug/elf, const DF_1_SYMINTPOSE DynFlag1 #56887
    pkg debug/elf, const DF_1_TRANS = 512 #56887
    pkg debug/elf, const DF_1_TRANS DynFlag1 #56887
    pkg debug/elf, const DF_1_WEAKFILTER = 536870912 #56887
    pkg debug/elf, const DF_1_WEAKFILTER DynFlag1 #56887
    pkg debug/elf, const R_PPC64_REL24_P9NOTOC = 124 #60348
    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 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.
    	DF_1_INTERPOSE DynFlag1 = 0x00000400
    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_NOW", Const, 21},
    		{"DF_1_ORIGIN", Const, 21},
    		{"DF_1_PIE", Const, 21},
    		{"DF_1_SINGLETON", Const, 21},
    		{"DF_1_STUB", Const, 21},
    		{"DF_1_SYMINTPOSE", Const, 21},
    		{"DF_1_TRANS", Const, 21},
    		{"DF_1_WEAKFILTER", Const, 21},
    		{"DF_BIND_NOW", Const, 0},
    		{"DF_ORIGIN", Const, 0},
    		{"DF_STATIC_TLS", Const, 0},
    		{"DF_SYMBOLIC", Const, 0},
    		{"DF_TEXTREL", 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