Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for STT_LOPROC (0.08 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)
Back to top