Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getSymbolType (0.15 sec)

  1. src/cmd/link/internal/loadxcoff/ldxcoff.go

    	switch sectType {
    	default:
    		return sym.Sxxx, fmt.Sprintf("getSymbolType for Section type 0x%x not implemented", sectType)
    	case xcoff.STYP_DWARF, xcoff.STYP_DEBUG:
    		return sym.Sxxx, ""
    	case xcoff.STYP_DATA, xcoff.STYP_BSS, xcoff.STYP_TEXT:
    	}
    
    	switch s.StorageClass {
    	default:
    		return sym.Sxxx, fmt.Sprintf("getSymbolType for Storage class 0x%x not implemented", s.StorageClass)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Dec 14 17:22:18 UTC 2023
    - 6.2K bytes
    - Viewed (0)
Back to top