Search Options

Results per page
Sort
Preferred Languages
Advance

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