Home
last modified time | relevance | path

Searched defs:wasmFuncType (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/wasm/
Dasm.go58 type wasmFuncType struct { struct
59 Params []byte
60 Results []byte
299 func lookupType(sig *wasmFuncType, types *[]*wasmFuncType) uint32 {
332 func writeTypeSec(ctxt *ld.Link, types []*wasmFuncType) {