Searched refs:foo2 (Results 1 - 25 of 164) sorted by relevance

1234567

/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-x86-64/
H A Dmpx1c.c2 extern void foo2 (void);
8 foo2 ();
H A Dmpx2c.c2 extern void foo2 (void);
8 foo2 ();
H A Dmpx1b.c4 foo2 (void) function
6 printf ("foo2\n");
H A Dmpx2b.c4 foo2 (void) function
6 printf ("foo2\n");
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-mips-elf/
H A Dpic-and-nonpic-2b.s2 .symver foo2,foo@@V2
3 .global foo2
4 .ent foo2
5 foo2: jr $31 label
6 .end foo2
H A Dmips16-1b.s2 foo2: jr $31 label
H A Dgot-vers-1b.s2 .symver foo2,foo@@V2
3 .global foo2
5 .type foo2,%object
6 .size foo2,4
7 foo2: .word 0 label
H A Dreloc-estimate-1b.s2 .symver foo2,foo@@V2
3 .global foo2
5 .type foo2,%object
6 .size foo2,4
7 foo2: .word 0 label
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dpr10179-b.c4 foo2() function
H A Dsolib-symbol-main.c21 void foo2();
37 void foo2() function
39 printf ("foo2 in main\n");
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-elf/
H A Dfini2.s3 .type foo2,%function
4 foo2: label
6 .size foo2,.-foo2
H A Dfoo2.s3 .type foo2,%function
4 foo2: label
6 .size foo2,.-foo2
H A Dinit2.s3 .type foo2,%function
4 foo2: label
6 .size foo2,.-foo2
H A Dpr9676-1.c9 extern int foo2 (void);
14 return foo2 ();
H A Ddl4.c4 int foo2; variable
16 if (foo2 == 1)
18 else if (foo2 == 0)
21 foo2 = -1;
H A Dpr21964-3c.c4 extern int foo2 (void);
13 && foo2 () == 0
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dpr10179-b.c4 foo2() function
H A Dsolib-symbol-main.c21 void foo2();
37 void foo2() function
39 printf ("foo2 in main\n");
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-plugin/
H A Dlto-7c.c2 extern int foo2;
8 foo = foo2;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
H A Dpy-sync-interp.c30 foo2 (void) function
38 foo2 ();
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
H A Dpy-sync-interp.c30 foo2 (void) function
38 foo2 ();
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
H A Dinline.c25 foo2 (void) function
33 return foo () + foo2 ();
/netbsd-current/external/historical/nawk/dist/testdir/
H A DT.clv14 0 hello' >foo2
15 diff foo1 foo2 || echo 'BAD: T.clv (stdin only)'
23 1 hello' >foo2
24 diff foo1 foo2 || echo 'BAD: T.clv (x=1 only)'
32 3 hello' >foo2
33 diff foo1 foo2 || echo 'BAD: T.clv (x=3 only)'
42 3 hello' >foo2
43 diff foo1 foo2 || echo 'BAD: T.clv (x=3 only)'
47 $awk 'BEGIN { getline; print x}' x=4 /dev/null >foo2
48 diff foo1 foo2 || ech
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.asm/
H A Dasmsrc2.s6 .global foo2
7 gdbasm_declare foo2
8 comment "mark: foo2 start"
19 comment "mark: foo2 leave"
21 gdbasm_end foo2
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-scripts/
H A Dweak2.s2 .global foo2
5 foo2: label

Completed in 298 milliseconds

1234567