Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for DF_1_ORIGIN (0.13 sec)

  1. src/debug/elf/elf.go

    	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
    	// Unused.
    	DF_1_TRANS DynFlag1 = 0x00000200
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 00:01:16 UTC 2024
    - 134.6K bytes
    - Viewed (0)
Back to top