Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for DF_1_NOW (0.22 sec)

  1. src/debug/elf/elf.go

    // DT_FLAGS_1 values.
    type DynFlag1 uint32
    
    const (
    	// Indicates that all relocations for this object must be processed before
    	// returning control to the program.
    	DF_1_NOW DynFlag1 = 0x00000001
    	// Unused.
    	DF_1_GLOBAL DynFlag1 = 0x00000002
    	// Indicates that the object is a member of a group.
    	DF_1_GROUP DynFlag1 = 0x00000004
    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