Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/debug/elf/elf.go

    	DF_1_PIE DynFlag1 = 0x08000000
    	// Indicates that the object is a kernel module.
    	DF_1_KMOD DynFlag1 = 0x10000000
    	// Indicates that the object is a weak standard filter.
    	DF_1_WEAKFILTER DynFlag1 = 0x20000000
    	// Unused.
    	DF_1_NOCOMMON DynFlag1 = 0x40000000
    )
    
    var dflag1Strings = []intName{
    	{0x00000001, "DF_1_NOW"},
    	{0x00000002, "DF_1_GLOBAL"},
    	{0x00000004, "DF_1_GROUP"},
    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