Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for DT_INIT (0.23 sec)

  1. src/debug/elf/elf.go

    	DT_RELAENT      DynTag = 9  /* Size of each ElfNN_Rela relocation entry. */
    	DT_STRSZ        DynTag = 10 /* Size of string table. */
    	DT_SYMENT       DynTag = 11 /* Size of each symbol table entry. */
    	DT_INIT         DynTag = 12 /* Address of initialization function. */
    	DT_FINI         DynTag = 13 /* Address of finalization function. */
    	DT_SONAME       DynTag = 14 /* String table offset of shared object name. */
    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

    		{"DT_GNU_LIBLIST", Const, 16},
    		{"DT_GNU_LIBLISTSZ", Const, 16},
    		{"DT_GNU_PRELINKED", Const, 16},
    		{"DT_HASH", Const, 0},
    		{"DT_HIOS", Const, 0},
    		{"DT_HIPROC", Const, 0},
    		{"DT_INIT", Const, 0},
    		{"DT_INIT_ARRAY", Const, 0},
    		{"DT_INIT_ARRAYSZ", Const, 0},
    		{"DT_JMPREL", Const, 0},
    		{"DT_LOOS", Const, 0},
    		{"DT_LOPROC", Const, 0},
    		{"DT_MIPS_AUX_DYNAMIC", 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)
  3. api/go1.txt

    pkg debug/elf, const DT_FINI_ARRAYSZ DynTag
    pkg debug/elf, const DT_FLAGS DynTag
    pkg debug/elf, const DT_HASH DynTag
    pkg debug/elf, const DT_HIOS DynTag
    pkg debug/elf, const DT_HIPROC DynTag
    pkg debug/elf, const DT_INIT DynTag
    pkg debug/elf, const DT_INIT_ARRAY DynTag
    pkg debug/elf, const DT_INIT_ARRAYSZ DynTag
    pkg debug/elf, const DT_JMPREL DynTag
    pkg debug/elf, const DT_LOOS DynTag
    pkg debug/elf, const DT_LOPROC DynTag
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
  4. api/go1.1.txt

    pkg debug/elf, const DT_FINI_ARRAYSZ = 28
    pkg debug/elf, const DT_FLAGS = 30
    pkg debug/elf, const DT_HASH = 4
    pkg debug/elf, const DT_HIOS = 1879044096
    pkg debug/elf, const DT_HIPROC = 2147483647
    pkg debug/elf, const DT_INIT = 12
    pkg debug/elf, const DT_INIT_ARRAY = 25
    pkg debug/elf, const DT_INIT_ARRAYSZ = 27
    pkg debug/elf, const DT_JMPREL = 23
    pkg debug/elf, const DT_LOOS = 1610612749
    pkg debug/elf, const DT_LOPROC = 1879048192
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
Back to top