...

Text file src/github.com/tetratelabs/wazero/internal/sysfs/poll_darwin.s

Documentation: github.com/tetratelabs/wazero/internal/sysfs

     1// lifted from golang.org/x/sys unix
     2#include "textflag.h"
     3
     4TEXT libc_poll_trampoline<>(SB), NOSPLIT, $0-0
     5	JMP libc_poll(SB)
     6
     7GLOBL ·libc_poll_trampoline_addr(SB), RODATA, $8
     8DATA ·libc_poll_trampoline_addr(SB)/8, $libc_poll_trampoline<>(SB)

View as plain text