Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for DT_BIND_NOW (0.08 sec)

  1. src/debug/elf/elf.go

    	DT_DEBUG        DynTag = 21 /* Reserved (not used). */
    	DT_TEXTREL      DynTag = 22 /* Indicates there may be relocations in non-writable segments. [sup] */
    	DT_JMPREL       DynTag = 23 /* Address of PLT relocations. */
    	DT_BIND_NOW     DynTag = 24 /* [sup] */
    	DT_INIT_ARRAY   DynTag = 25 /* Address of the array of pointers to initialization functions */
    	DT_FINI_ARRAY   DynTag = 26 /* Address of the array of pointers to termination functions */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 00:01:16 UTC 2024
    - 134.6K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"DF_SYMBOLIC", Const, 0},
    		{"DF_TEXTREL", Const, 0},
    		{"DT_ADDRRNGHI", Const, 16},
    		{"DT_ADDRRNGLO", Const, 16},
    		{"DT_AUDIT", Const, 16},
    		{"DT_AUXILIARY", Const, 16},
    		{"DT_BIND_NOW", Const, 0},
    		{"DT_CHECKSUM", Const, 16},
    		{"DT_CONFIG", Const, 16},
    		{"DT_DEBUG", Const, 0},
    		{"DT_DEPAUDIT", Const, 16},
    		{"DT_ENCODING", Const, 0},
    		{"DT_FEATURE", Const, 16},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
Back to top