Searched refs:used (Results 1 - 25 of 2182) sorted by relevance

1234567891011>>

/netbsd-current/tests/usr.bin/xlint/lint1/
H A Dmsg_026.c8 /* expect+1: warning: cannot initialize extern declaration 'used' [26] */
9 extern int used = 1; variable
/netbsd-current/external/gpl3/gdb.old/dist/gold/testsuite/
H A Dstart_lib_test_3.c25 static char t3[] __attribute__ ((used)) = "t3";
/netbsd-current/external/gpl3/gdb.old/dist/binutils/testsuite/binutils-all/
H A Dpr19547.c1 static char foo[]__attribute__ ((used)) = "foo";
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dmsym-lang.c18 static int __attribute__ ((used))
H A Dmsym-bp-shl-main-2.c18 static void __attribute__ ((used))
H A Dmsym-bp-2.c18 void __attribute__ ((used))
H A Dsymtab-search-order-1.c18 static int __attribute__ ((used)) static_global = 23;
H A Dlist-ambiguous0.c26 static void __attribute__ ((used)) ambiguous_fun (void) {}
28 static int __attribute__ ((used)) ambiguous_var;
H A Dlist-ambiguous1.c29 static void __attribute__ ((used)) ambiguous_fun (void) {}
31 static int __attribute__ ((used)) ambiguous_var;
H A Dmsym-lang-main.c18 static int __attribute__ ((used))
H A Dmsym-bp.c18 static void __attribute__ ((used))
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dbn_mp_clamp.c22 * This is used to ensure that leading zero digits are
23 * trimed and the leading "used" digit will be non-zero
30 /* decrease used while the most significant digit is
33 while (a->used > 0 && a->dp[a->used - 1] == 0) {
34 --(a->used);
37 /* reset the sign flag if used == 0 */
38 if (a->used == 0) {
H A Dbn_mp_shrink.c24 int used = 1; local
26 if(a->used > 0)
27 used = a->used;
29 if (a->alloc != used) {
30 if ((tmp = OPT_CAST(mp_digit) XREALLOC (a->dp, sizeof (mp_digit) * used)) == NULL) {
34 a->alloc = used;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dlist-ambiguous1.c29 static void __attribute__ ((used)) ambiguous_fun (void) {}
H A Dlist-ambiguous0.c26 static void __attribute__ ((used)) ambiguous_fun (void) {}
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
H A Dpy-symbol-2.c18 static int __attribute__ ((used)) rr = 99; /* line of other rr */
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mips/
H A Dat-2.l2 .*\.s:4: Error: macro used \$at after ".set noat"
3 .*\.s:5: Error: macro used \$at after ".set noat"
4 .*\.s:6: Error: macro used \$at after ".set noat"
5 .*\.s:8: Warning: used \$at without ".set noat"
6 .*\.s:13: Warning: used \$26 with ".set at=\$26"
7 .*\.s:18: Warning: used \$27 with ".set at=\$27"
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/
H A Ddrtstuff.c31 __attribute__((used, section("minfo"), aligned(sizeof(void *)))) = { };
36 __attribute__((used, section("minfo"), aligned(sizeof(void *)))) = { };
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-elf/
H A Dbeginwarn.c2 __attribute__ ((used, section (".gnu.warning.foo")))
8 __attribute__ ((used, section (".init_array"), aligned (sizeof (void *))))
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-plugin/
H A Dpr12760b.c4 __attribute__ ((used, section (".gnu.warning..bar"))) = "Bad bar";
7 __attribute__ ((used, section (".gnu.warning.bar"))) = "Bad bar";
H A Dpr16746a.c3 __attribute__ ((used, section (".gnu.warning..foobar\n\t#"))) = "foobar";
6 __attribute__ ((used, section (".gnu.warning.foobar\n\t#"))) = "foobar";
H A Dpr16746b.c3 __attribute__ ((used, section (".gnu.warning..foobar\n\t#")))
7 __attribute__ ((used, section (".gnu.warning.foobar\n\t#")))
H A Dpr22983b.c4 __attribute__((used))
8 __attribute__((used))
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/tic6x/
H A Dreloc-bad-5.l2 [^:]*:8: Error: addend used with \$DSBT_INDEX
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/
H A Ddrtstuff.c31 __attribute__((used, section("minfo"), aligned(sizeof(void *)))) = { };
36 __attribute__((used, section("minfo"), aligned(sizeof(void *)))) = { };

Completed in 194 milliseconds

1234567891011>>