Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for DF_BIND_NOW (0.09 sec)

  1. src/debug/elf/elf.go

    	   $ORIGIN substitution string */
    	DF_SYMBOLIC DynFlag = 0x0002 /* Indicates "symbolic" linking. */
    	DF_TEXTREL  DynFlag = 0x0004 /* Indicates there may be relocations in non-writable segments. */
    	DF_BIND_NOW DynFlag = 0x0008 /* Indicates that the dynamic linker should
    	   process all relocations for the object
    	   containing this entry before transferring
    	   control to the program. */
    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