Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for STT_LOPROC (0.15 sec)

  1. src/debug/elf/elf.go

    	STT_TLS     SymType = 6  /* TLS object. */
    	STT_LOOS    SymType = 10 /* Reserved range for operating system */
    	STT_HIOS    SymType = 12 /*   specific semantics. */
    	STT_LOPROC  SymType = 13 /* reserved range for processor */
    	STT_HIPROC  SymType = 15 /*   specific semantics. */
    
    	/* Non-standard symbol types. */
    	STT_RELC      SymType = 8  /* Complex relocation expression. */
    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

    		{"STB_WEAK", Const, 0},
    		{"STT_COMMON", Const, 0},
    		{"STT_FILE", Const, 0},
    		{"STT_FUNC", Const, 0},
    		{"STT_HIOS", Const, 0},
    		{"STT_HIPROC", Const, 0},
    		{"STT_LOOS", Const, 0},
    		{"STT_LOPROC", Const, 0},
    		{"STT_NOTYPE", Const, 0},
    		{"STT_OBJECT", Const, 0},
    		{"STT_SECTION", Const, 0},
    		{"STT_TLS", Const, 0},
    		{"STV_DEFAULT", Const, 0},
    		{"STV_HIDDEN", Const, 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 STT_FILE SymType
    pkg debug/elf, const STT_FUNC SymType
    pkg debug/elf, const STT_HIOS SymType
    pkg debug/elf, const STT_HIPROC SymType
    pkg debug/elf, const STT_LOOS SymType
    pkg debug/elf, const STT_LOPROC SymType
    pkg debug/elf, const STT_NOTYPE SymType
    pkg debug/elf, const STT_OBJECT SymType
    pkg debug/elf, const STT_SECTION SymType
    pkg debug/elf, const STT_TLS SymType
    pkg debug/elf, const STV_DEFAULT SymVis
    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 STT_FILE = 4
    pkg debug/elf, const STT_FUNC = 2
    pkg debug/elf, const STT_HIOS = 12
    pkg debug/elf, const STT_HIPROC = 15
    pkg debug/elf, const STT_LOOS = 10
    pkg debug/elf, const STT_LOPROC = 13
    pkg debug/elf, const STT_NOTYPE = 0
    pkg debug/elf, const STT_OBJECT = 1
    pkg debug/elf, const STT_SECTION = 3
    pkg debug/elf, const STT_TLS = 6
    pkg debug/elf, const STV_DEFAULT = 0
    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