Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for DF_1_TRANS (0.07 sec)

  1. 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)
Back to top