Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for STT_TLS (0.32 sec)

  1. src/debug/elf/elf.go

    	STT_FUNC    SymType = 2  /* Function. */
    	STT_SECTION SymType = 3  /* Section. */
    	STT_FILE    SymType = 4  /* Source file. */
    	STT_COMMON  SymType = 5  /* Uninitialized common block. */
    	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 */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 00:01:16 UTC 2024
    - 134.6K bytes
    - Viewed (0)
Back to top