Searched refs:_main (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/lib/irb/ext/
H A Dchange-ws.rb31 def change_workspace(*_main)
32 if _main.empty?
37 @workspace = WorkSpace.new(_main[0])
44 # def change_binding(*_main)
46 # @workspace = WorkSpace.new(*_main)
47 # unless _main.empty?
H A Dworkspaces.rb34 def push_workspace(*_main)
35 if _main.empty?
47 @workspace = WorkSpace.new(@workspace.binding, _main[0])
/macosx-10.10.1/xnu-2782.1.97/tools/tests/execperf/
H A Dexit-asm.S3 .globl _main
4 _main: label
H A DMakefile71 $(CC) -o $@ $< $(LDFLAGS) -e _main -nostartfiles -nodefaultlibs -static -Wl,-segalign,0x4000
75 $(CC) -o $@ $< $(LDFLAGS) -e _main -Wl,-no_pie -nostartfiles -nodefaultlibs -Wl,-no_new_main
79 $(CC) -o $@ $< $(LDFLAGS) -e _main -Wl,-pie -nostartfiles -nodefaultlibs -Wl,-no_new_main
/macosx-10.10.1/CPANInternal-159.1/Perl4-CoreLibs-0.003/lib/
H A Dassert.pl35 if (/^StB\000/ && length($_) == length($_main{'_main'})) {
/macosx-10.10.1/libunwind-35.3/testsuite/
H A Dexception_32bit_lsda.s31 .globl _main
33 _main: label
210 .globl _main.eh
211 _main.eh:
/macosx-10.10.1/Csu-85/
H A Dstart.s98 bl _main
125 bl _main
153 call _main
182 call _main
207 bl _main
231 .indirect_symbol _main
256 bl _main ; main(x0=argc, x1=argv, x2=envp, x3=apple)
/macosx-10.10.1/dyld-353.2.1/src/
H A Ddyld.h95 extern uintptr_t _main(const macho_header* mainExecutableMH, uintptr_t mainExecutableSlide, int argc, const char* argv[], const char* envp[],
H A DdyldInitialization.cpp237 return dyld::_main(appsMachHeader, appsSlide, argc, argv, envp, apple, startGlue);
273 return dyld::_main(mainExecutableMH, appsSlide, argc, argv, envp, apple, startGlue);
H A Ddyld.cpp1589 // handled in _main()
4590 _main(const macho_header* mainExecutableMH, uintptr_t mainExecutableSlide, function in namespace:dyld
/macosx-10.10.1/CPANInternal-159.1/Test-use-ok-0.11/inc/Module/Install/
H A DPackage.pm83 $module_install_plugin->_main();
154 sub _main { subroutine
/macosx-10.10.1/BerkeleyDB-21/db/dist/
H A Ds_vxworks179 \\ return ($1_main(argc, argv) ? EXIT_FAILURE : EXIT_SUCCESS);\\
186 $1_main(argc, argv)
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/testsuite/binutils-all/
H A Dobjcopy.exp426 set exec_output [binutils_run $STRIP "$STRIPFLAGS -K main -K _main $objfile"]
434 && ![regexp {^([0-9a-fA-F]+)?[ ]+T _main} $exec_output]} {
635 && ![regexp {^([0-9a-fA-F]+)?[ ]+[TD] _main} $exec_output]} {
666 strip_executable_with_saving_a_symbol "$STRIP" "-K main -K _main $STRIPFLAGS" "$test4"

Completed in 109 milliseconds