Searched refs:_main (Results 51 - 75 of 75) sorted by relevance

123

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
H A Dgdb1431.s55 .global _main
56 .type _main, @function
57 _main: label
87 .size _main, .-_main
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
H A Dgdb1431.s55 .global _main
56 .type _main, @function
57 _main: label
87 .size _main, .-_main
H A Dgdb1291.s55 .global _main
56 .type _main, @function
57 _main: label
87 .size _main, .-_main
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/m68hc11/
H A Dindexed12.s6 .globl _main
7 _main: label
10 ldab L1-_main,x ; Offset/const of these 2 insns must be
11 ldaa #L1-_main ; identical (likewise for 2nd global check)
67 ldab L1-_main,x
68 ldaa #L1-_main
H A Dindexed12.d10 0+ <_main>:
14 .globl _main
15 _main:
19 ldab L1\-_main,x ; Offset/const of these 2 insns must be
21 ldaa #L1\-_main ; identical \(likewise for 2nd global check\)
126 ldab L1\-_main,x
128 ldaa #L1\-_main
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.disasm/
H A Dmn10200.s2 .global _main
21 _main: label
192 jmp _main
195 jsr _main
H A Dmn10300.s2 .global _main
23 _main: label
266 jmp _main
268 call _main,[a2,a3],9
271 calls _main
H A Dh8300s.s4 .global _main
28 _main: label
H A Dam33.s2 .globl _main
29 _main: label
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.disasm/
H A Dmn10200.s2 .global _main
21 _main: label
192 jmp _main
195 jsr _main
H A Dmn10300.s2 .global _main
23 _main: label
266 jmp _main
268 call _main,[a2,a3],9
271 calls _main
H A Dh8300s.s4 .global _main
28 _main: label
H A Dam33.s2 .globl _main
29 _main: label
/netbsd-current/sys/arch/hpc/stand/hpcboot/menu/
H A Drootwindow.h44 TabWindow *_main; member in class:RootWindow
H A Dmenu.cpp59 menu._main = new MainTabWindow(*this, IDC_BASE_MAIN);
60 w = menu._main;
/netbsd-current/external/lgpl3/gmp/dist/
H A Dconfig.guess314 .globl _main
316 _main:
331 .globl _main
333 _main:
354 .globl _main
356 _main:
376 .globl _main
378 _main:
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-sh/
H A Dsh.exp140 exec sed -e s/_main/main/ -e s/_trap/trap/ -e s/_stack/stack/ \
/netbsd-current/crypto/external/bsd/openssl.old/dist/apps/
H A Dprogs.pl18 my $cmdre = qr/^\s*int\s+([a-z_][a-z0-9_]*)_main\(\s*int\s+argc\s*,/;
95 my $str = " {FT_general, \"$cmd\", ${cmd}_main, ${cmd}_options},\n";
/netbsd-current/crypto/external/bsd/openssl/dist/apps/
H A Dprogs.pl22 my $cmdre = qr/^\s*int\s+([a-z_][a-z0-9_]*)_main\(\s*int\s+argc\s*,/;
122 " {FT_general, \"$cmd\", ${cmd}_main, ${cmd}_options, NULL, NULL},\n";
/netbsd-current/sys/arch/hpc/stand/hpcboot/
H A Dhpcmenu.h124 MainTabWindow *_main; member in class:HpcMenuInterface
H A Dhpcmenu.cpp88 _main->get();
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/h8300/
H A Dtestutils.inc25 jmp _main
75 .global _main
76 _main:
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/h8300/
H A Dtestutils.inc25 jmp _main
75 .global _main
76 _main:
/netbsd-current/external/apache2/llvm/dist/llvm/utils/
H A Dcollect_and_build_with_pgo.py446 def _main(): function
483 _main()
/netbsd-current/external/gpl3/gdb.old/dist/binutils/testsuite/binutils-all/
H A Dobjcopy.exp599 set exec_output [binutils_run $STRIP "$STRIPFLAGS -K main -K _main $objfile"]
609 && ![regexp {^([0-9a-fA-F]+)?[ ]+T _main} $exec_output]} {
857 && ![regexp {^([0-9a-fA-F]+)?[ ]+[TD] _main} $exec_output]} {
995 strip_executable_with_saving_a_symbol "$STRIP" "-K main -K _main $STRIPFLAGS" "$test3" ""
1006 strip_executable_with_saving_a_symbol "$STRIP" "-K main -K _main $STRIPFLAGS" "$test3" "$test3r"

Completed in 417 milliseconds

123