Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for PT_SHLIB (0.68 sec)

  1. src/debug/elf/elf.go

    	PT_DYNAMIC ProgType = 2 /* Dynamic linking information segment. */
    	PT_INTERP  ProgType = 3 /* Pathname of interpreter. */
    	PT_NOTE    ProgType = 4 /* Auxiliary information. */
    	PT_SHLIB   ProgType = 5 /* Reserved (not used). */
    	PT_PHDR    ProgType = 6 /* Location of program header itself. */
    	PT_TLS     ProgType = 7 /* Thread local storage segment */
    
    	PT_LOOS ProgType = 0x60000000 /* First OS-specific. */
    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

    		{"PT_OPENBSD_BOOTDATA", Const, 16},
    		{"PT_OPENBSD_RANDOMIZE", Const, 16},
    		{"PT_OPENBSD_WXNEEDED", Const, 16},
    		{"PT_PAX_FLAGS", Const, 16},
    		{"PT_PHDR", Const, 0},
    		{"PT_S390_PGSTE", Const, 16},
    		{"PT_SHLIB", Const, 0},
    		{"PT_SUNWSTACK", Const, 16},
    		{"PT_SUNW_EH_FRAME", Const, 16},
    		{"PT_TLS", Const, 0},
    		{"Prog", Type, 0},
    		{"Prog.ProgHeader", Field, 0},
    		{"Prog.ReaderAt", Field, 0},
    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 PT_LOOS ProgType
    pkg debug/elf, const PT_LOPROC ProgType
    pkg debug/elf, const PT_NOTE ProgType
    pkg debug/elf, const PT_NULL ProgType
    pkg debug/elf, const PT_PHDR ProgType
    pkg debug/elf, const PT_SHLIB ProgType
    pkg debug/elf, const PT_TLS ProgType
    pkg debug/elf, const R_386_32 R_386
    pkg debug/elf, const R_386_COPY R_386
    pkg debug/elf, const R_386_GLOB_DAT R_386
    pkg debug/elf, const R_386_GOT32 R_386
    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 PT_LOOS = 1610612736
    pkg debug/elf, const PT_LOPROC = 1879048192
    pkg debug/elf, const PT_NOTE = 4
    pkg debug/elf, const PT_NULL = 0
    pkg debug/elf, const PT_PHDR = 6
    pkg debug/elf, const PT_SHLIB = 5
    pkg debug/elf, const PT_TLS = 7
    pkg debug/elf, const R_386_32 = 1
    pkg debug/elf, const R_386_COPY = 5
    pkg debug/elf, const R_386_GLOB_DAT = 6
    pkg debug/elf, const R_386_GOT32 = 3
    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