annotate test/callback_suite/make-invoke-table.lua @ 217:87c695673522

dynload darwin/mach-o update: - removed unnecessarily complex darwin loader interface, and sharing with dynload_unix now - mach-o symbol resolving refactored: * to handle symlinks, relative paths, paths with random casing * loading lib when not already loaded, for API consistency with ELF and PE implementations
author Tassilo Philipp
date Thu, 06 Apr 2017 12:00:36 +0200
parents 3e629dc19168
children 45ac093ca822
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
1 require "config"
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
2
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
3 local i
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
4 for i = 1, nsigs do
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
5 line = "&f" .. i .. ",\n"
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
6 io.write(line)
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
7 end
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
8