Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for STT_FILE (0.14 sec)

  1. src/debug/elf/elf.go

    type SymType int
    
    const (
    	STT_NOTYPE  SymType = 0  /* Unspecified type. */
    	STT_OBJECT  SymType = 1  /* Data object. */
    	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 */
    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