Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for decodetypeKind (0.1 sec)

  1. src/cmd/link/internal/ld/deadcode.go

    	p := ldr.Data(symIdx)
    	if p == nil {
    		panic(fmt.Sprintf("missing symbol %q", ldr.SymName(symIdx)))
    	}
    	if decodetypeKind(arch, p) != abi.Interface {
    		panic(fmt.Sprintf("symbol %q is not an interface", ldr.SymName(symIdx)))
    	}
    	relocs := ldr.Relocs(symIdx)
    	var m methodsig
    	m.name = decodetypeName(ldr, symIdx, &relocs, int(off))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 14:52:41 UTC 2024
    - 19K bytes
    - Viewed (0)
Back to top