Searched refs:alias (Results 1 - 25 of 365) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dattr-alias-5.c5 /* { dg-require-alias "" } */
8 void f0 (void) __attribute__((alias("\xa1"))); /* { dg-error "undefined symbol '\\\\241'" } */
9 void f1 (void) __attribute__((alias("\u00e9"))); /* { dg-error "undefined symbol '\\\\U000000e9'" } */
10 void f2 (void) __attribute__((alias("\uffff"))); /* { dg-error "undefined symbol '\\\\U0000ffff'" } */
11 void f3 (void) __attribute__((alias("\U000fffff"))); /* { dg-error "undefined symbol '\\\\U000fffff'" } */
12 void f4 (void) __attribute__((alias("\U00ffffff"))); /* { dg-error "undefined symbol '\\\\U00ffffff'" } */
13 void f5 (void) __attribute__((alias("\U0fffffff"))); /* { dg-error "undefined symbol '\\\\U0fffffff'" } */
H A Dattr-alias-4.c1 /* ICE on invalid alias attribute: PR 35434. */
4 typedef int i __attribute__((alias("j"))); /* { dg-warning "ignored" } */
H A Dalias-3.c2 /* { dg-require-alias "" } */
9 static inline int bar () __attribute__ ((alias ("foo"))); /* { dg-error "aliased to" } */
H A Dalias-4.c2 /* { dg-require-alias "" } */
9 static inline int bar () __attribute__ ((alias ("foo"))); /* { dg-error "aliased to" } */
H A Dalias-5.c2 /* { dg-require-alias "" } */
6 static int bar () __attribute__ ((alias ("foo")));
H A Dalias-6.c2 /* { dg-require-alias "" } */
6 static int bar () __attribute__ ((alias ("foo")));
H A Dattr-alias-3.c3 // { dg-require-alias "" }
21 extern int Av1a __attribute__((alias ("lv1")));
25 extern int Av2a __attribute__((alias ("lv2")));
29 extern int Av3a __attribute__((alias ("lv3")));
33 extern int Av4a __attribute__((alias ("lv4")));
39 extern ftype Af1a __attribute__((alias ("lf1")));
43 extern ftype Af2a __attribute__((alias ("lf2")));
47 extern ftype Af3a __attribute__((alias ("lf3")));
51 extern ftype Af4a __attribute__((alias ("lf4")));
/netbsd-6-1-5-RELEASE/usr.sbin/isdn/isdntel/
H A Dalias.h27 * isdn4bsd common alias file handling header
30 * $Id: alias.h,v 1.1.1.1 2001/01/06 13:00:34 martin Exp $
41 #define ALIASFILE "/etc/isdn/isdntel.alias"
43 struct alias { struct
46 struct alias *next; /* ptr to next alias */
/netbsd-6-1-5-RELEASE/bin/sh/
H A Dalias.h1 /* $NetBSD: alias.h,v 1.6 2003/08/07 09:05:29 agc Exp $ */
34 * @(#)alias.h 8.2 (Berkeley) 5/4/95
39 struct alias { struct
40 struct alias *next;
46 struct alias *lookupalias(char *, int);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/ia64/
H A Dalias.s4 .alias foo, "\"\80\84\""
5 .alias foo, "\"\80\84\""
10 .alias foo, "\"\80\84\""
11 .alias foo, "\"\80\84\""
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/special/
H A Dwkali-2a.c3 extern int foo(void) __attribute__((weak, alias("bar_a")));
H A Dwkali-2b.c3 extern int foo(void) __attribute__((alias("bar_b")));
H A D20000419-2.c1 /* A static function with a global alias should not get 'defined but
4 /* { dg-require-alias "" } */
18 int init_module(void) __attribute__((alias("init_foobar")));
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/special/
H A Dwkali-2a.c3 extern int foo(void) __attribute__((weak, alias("bar_a")));
H A Dwkali-2b.c3 extern int foo(void) __attribute__((alias("bar_b")));
H A D20000419-2.c1 /* A static function with a global alias should not get 'defined but
4 /* { dg-require-alias "" } */
18 int init_module(void) __attribute__((alias("init_foobar")));
/netbsd-6-1-5-RELEASE/usr.bin/ypcat/
H A Dypalias_init.h3 const char *alias, *name; member in struct:ypalias
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/testsuite/
H A Dweak_alias_test_1.cc28 // Define a strong symbol with a weak alias.
31 extern int weak_aliased __attribute__ ((weak, alias ("strong_aliased")));
36 extern int weak_aliased_2 __attribute__ ((weak, alias ("strong_aliased_2")));
41 extern int weak_aliased_3 __attribute__ ((weak, alias ("strong_aliased_3")));
46 extern int weak_aliased_4 __attribute__ ((weak, alias ("strong_aliased_4")));
H A Dweak_alias_test_2.cc35 extern int weak_aliased __attribute__ ((weak, alias ("strong_aliased")));
37 extern int weak_aliased_2 __attribute__ ((weak, alias ("strong_aliased_2")));
39 extern int weak_aliased_3 __attribute__ ((weak, alias ("strong_aliased_3")));
41 extern int weak_aliased_4 __attribute__ ((weak, alias ("strong_aliased_4")));
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.ext/
H A Dattrib5.C2 // Test that attributes weak and alias coexist.
4 // { dg-require-alias "" }
8 void f () __attribute__((weak, alias ("_f")));
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.ext/
H A Dattrib5.C2 // Test that attributes weak and alias coexist.
4 // { dg-require-alias "" }
8 void f () __attribute__((weak, alias ("_f")));
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A Dalias-3.c2 /* { dg-require-alias "" } */
9 static inline int bar () __attribute__ ((alias ("foo"))); /* { dg-error "aliased to" } */
H A Dalias-4.c2 /* { dg-require-alias "" } */
9 static inline int bar () __attribute__ ((alias ("foo"))); /* { dg-error "aliased to" } */
H A Dalias-5.c2 /* { dg-require-alias "" } */
6 static int bar () __attribute__ ((alias ("foo")));
H A Dalias-6.c2 /* { dg-require-alias "" } */
6 static int bar () __attribute__ ((alias ("foo")));

Completed in 172 milliseconds

1234567891011>>