You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

zsyscall_darwin_386.1_13.s 344B

123456789101112
  1. // go run mkasm_darwin.go 386
  2. // Code generated by the command above; DO NOT EDIT.
  3. // +build go1.13
  4. #include "textflag.h"
  5. TEXT ·libc_fdopendir_trampoline(SB),NOSPLIT,$0-0
  6. JMP libc_fdopendir(SB)
  7. TEXT ·libc_closedir_trampoline(SB),NOSPLIT,$0-0
  8. JMP libc_closedir(SB)
  9. TEXT ·libc_readdir_r_trampoline(SB),NOSPLIT,$0-0
  10. JMP libc_readdir_r(SB)