Searched refs:dlload (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/test/dl/
H A Dtest_win32.rb9 dlload "kernel32.dll"
H A Dtest_import.rb8 dlload LIBC_SO, LIBM_SO
52 assert_match(/call dlload before/, err.message)
/macosx-10.10.1/ruby-106/ruby/test/fiddle/
H A Dtest_import.rb11 dlload LIBC_SO, LIBM_SO
53 assert_match(/call dlload before/, err.message)
/macosx-10.10.1/ruby-106/ruby/ext/dl/win32/lib/win32/
H A Dresolv.rb39 dlload "kernel32"
265 dlload "wsock32.dll"
H A Dregistry.rb165 dlload "kernel32.dll"
210 dlload "advapi32.dll"
/macosx-10.10.1/ruby-106/ruby/ext/fiddle/win32/lib/win32/
H A Dresolv.rb39 dlload "kernel32"
265 dlload "wsock32.dll"
H A Dregistry.rb165 dlload "kernel32.dll"
210 dlload "advapi32.dll"
/macosx-10.10.1/ruby-106/ruby/test/ruby/
H A Dmemory_status.rb39 dlload "kernel32.dll", "psapi.dll"
/macosx-10.10.1/ruby-106/ruby/ext/dl/lib/dl/
H A Dimport.rb45 # dlload './libsum.so'
55 def dlload(*libs) method in class:DL.Importer
224 defined?(@handler) or raise "call dlload before importing symbols and functions"
/macosx-10.10.1/ruby-106/ruby/ext/fiddle/lib/fiddle/
H A Dimport.rb11 # Used internally by Fiddle::Importer.dlload
55 # dlload './libsum.so'
72 def dlload(*libs) method in class:Fiddle.Importer
259 @handler or raise "call dlload before importing symbols and functions"

Completed in 124 milliseconds