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

1234567891011>>

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/tls/
H A Dalias-1.c2 /* { dg-require-alias "" } */
23 __attribute__ ((alias ("foo")))
/netbsd-6-1-5-RELEASE/usr.sbin/isdn/isdntel/
H A Dalias.c30 * $Id: alias.c,v 1.4 2009/04/16 05:56:33 lukem Exp $
39 #include "alias.h"
41 static struct alias *firsta = NULL;
56 struct alias *newa = NULL;
57 struct alias *lasta = NULL;
90 if ((newa = (struct alias *) malloc(sizeof(struct alias))) == NULL)
91 fatal("malloc failed for struct alias");
93 fatal("malloc failed for number alias");
95 fatal("malloc failed for name alias");
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/ia64/include/
H A Dasm.h88 * Global alias for a leaf function, or alternate entry point
96 * Local alias for a leaf function, or alternate entry point
174 * WEAK_ALIAS: create a weak alias (ELF only).
176 #define WEAK_ALIAS(alias,sym) \
177 .weak alias; \
178 alias = sym
181 * STRONG_ALIAS: create a strong alias.
183 #define STRONG_ALIAS(alias,sym) \
184 .globl alias; \
185 alias
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/tree-ssa/
H A D20030711-3.c13 long alias; member in struct:mem_attrs
43 t->decl.rtl)))->fld[1]).rtmem)->alias);
58 /* There should be one load of alias. */
59 /* { dg-final { scan-tree-dump-times "->alias" 1 "dom2"} } */
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/weak/
H A Dweak-3.c2 /* { dg-require-alias "" } */
62 extern void * ffoo1f (void) __attribute__((weak, alias ("ffoox1f")));
67 extern void * ffoo1g (void) __attribute__((weak, alias ("ffoox1g")));
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/tree-ssa/
H A D20030711-3.c13 long alias; member in struct:mem_attrs
43 t->decl.rtl)))->fld[1]).rtmem)->alias);
58 /* There should be one load of alias. */
59 /* { dg-final { scan-tree-dump-times "->alias" 1 "dom3"} } */
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/weak/
H A Dweak-3.c2 /* { dg-require-alias "" } */
62 extern void * ffoo1f (void) __attribute__((weak, alias ("ffoox1f"))); /* { dg-warning "weak declaration" "weak declaration" } */
67 extern void * ffoo1g (void) __attribute__((weak, alias ("ffoox1g")));
/netbsd-6-1-5-RELEASE/usr.sbin/isdn/isdnd/
H A Dalias.c30 * NOTE: this has to stay in sync with isdntel/alias.c to be able
33 * $Id: alias.c,v 1.5 2006/05/24 23:44:34 christos Exp $
43 static struct alias *firsta = NULL;
47 static void free_alias(struct alias *ptr);
60 struct alias *newa = NULL;
61 struct alias *lasta = NULL;
99 if ((newa = (struct alias *) malloc(sizeof(struct alias))) == NULL)
101 logit(LL_ERR, "init_alias: malloc failed for struct alias!\n");
107 logit(LL_ERR, "init_alias: malloc failed for number alias!\
[all...]
/netbsd-6-1-5-RELEASE/bin/sh/
H A Dalias.c1 /* $NetBSD: alias.c,v 1.13 2010/10/29 17:04:48 stacktic Exp $ */
38 static char sccsid[] = "@(#)alias.c 8.3 (Berkeley) 5/4/95";
40 __RCSID("$NetBSD: alias.c,v 1.13 2010/10/29 17:04:48 stacktic Exp $");
51 #include "alias.h"
58 struct alias *atab[ATABSIZE];
62 STATIC struct alias **hashalias(char *);
68 struct alias *ap, **app;
82 ap = ckmalloc(sizeof (struct alias));
87 * alias value off the input before processing the next alias, w
[all...]
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dcdefs_aout.h21 #define __indr_reference(sym,alias) /* nada, since we do weak refs */
25 #define __strong_alias(alias,sym) \
26 __asm(".global " _C_LABEL_STRING(#alias) "\n" \
27 _C_LABEL_STRING(#alias) " = " _C_LABEL_STRING(#sym));
28 #define __weak_alias(alias,sym) \
29 __asm(".weak " _C_LABEL_STRING(#alias) "\n" \
30 _C_LABEL_STRING(#alias) " = " _C_LABEL_STRING(#sym));
46 #define __weak_alias(alias,sym) ___weak_alias(_/**/alias,_/**/sym)
47 #define ___weak_alias(alias,sy
[all...]
H A Dcdefs_elf.h52 #define __indr_reference(sym,alias) /* nada, since we do weak refs */
55 #define __strong_alias(alias,sym) \
56 __asm(".global " _C_LABEL_STRING(#alias) "\n" \
57 _C_LABEL_STRING(#alias) " = " _C_LABEL_STRING(#sym));
59 #define __weak_alias(alias,sym) \
60 __asm(".weak " _C_LABEL_STRING(#alias) "\n" \
61 _C_LABEL_STRING(#alias) " = " _C_LABEL_STRING(#sym));
87 #define __weak_alias(alias,sym) ___weak_alias(_/**/alias,_/**/sym)
88 #define ___weak_alias(alias,sy
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/ext/
H A Dattrib23.C9 void foo() __attribute__((alias(;))); // { dg-error "before" }
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A D20011119-1.c2 /* { dg-require-alias "" } */
10 extern int foo (void) __attribute__ ((weak, alias ("xxx")));
H A D20011119-2.c2 /* { dg-require-alias "" } */
9 extern int foo (void) __attribute__ ((weak, alias ("xxx")));
H A D981001-2.c2 /* { dg-require-alias "" } */
4 extern __typeof (func) aliasname __attribute__ ((weak, alias (#func)));
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/ext/
H A Dattrib23.C9 void foo() __attribute__((alias(;))); // { dg-error "before" }
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A D20011119-1.c2 /* { dg-require-alias "" } */
10 extern int foo (void) __attribute__ ((weak, alias ("xxx")));
H A D20011119-2.c2 /* { dg-require-alias "" } */
9 extern int foo (void) __attribute__ ((weak, alias ("xxx")));
H A D981001-2.c2 /* { dg-require-alias "" } */
4 extern __typeof (func) aliasname __attribute__ ((weak, alias (#func)));
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/common/
H A Dsim-memopt.h35 sim_memopt *alias; /* linked list */ member in struct:_sim_memopt
H A Dsim-memopt.c89 { {"memory-alias", required_argument, NULL, OPTION_MEMORY_ALIAS },
266 sim_memopt *alias; local
290 alias = *entry;
292 while (alias != NULL)
294 sim_memopt *dead = alias;
295 alias = alias->alias;
448 &entry->alias, entry->buffer);
516 sim_memopt *alias; local
621 sim_memopt *alias; local
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/asn1/
H A Dx_x509a.c77 ASN1_OPT(X509_CERT_AUX, alias, ASN1_UTF8STRING),
96 if (!x || !x->aux || !x->aux->alias)
98 ASN1_UTF8STRING_free(x->aux->alias);
99 x->aux->alias = NULL;
103 if(!aux->alias && !(aux->alias = ASN1_UTF8STRING_new())) return 0;
104 return ASN1_STRING_set(aux->alias, name, len);
125 if(!x->aux || !x->aux->alias) return NULL;
126 if(len) *len = x->aux->alias->length;
127 return x->aux->alias
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/contrib/slapd-modules/nssov/
H A Dalias.c3 /* alias.c - mail alias lookup routines */
4 /* OpenLDAP: pkg/ldap/contrib/slapd-modules/nssov/alias.c,v 1.1.2.5 2010/04/15 21:32:56 quanah Exp */
30 * DESC 'NIS mail alias'
45 NSSOV_INIT(alias)
47 NSSOV_CBPRIV(alias,
59 /* get the name of the alias */
65 Debug(LDAP_DEBUG_ANY,"alias entry %s does not contain %s value\n",
77 /* get the members of the alias */
95 NSSOV_CB(alias)
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/vax/include/
H A Dasm.h85 #define WEAK_ALIAS(alias,sym) \
86 .weak alias; \
87 alias = sym
90 * STRONG_ALIAS: create a strong alias.
92 #define STRONG_ALIAS(alias,sym) \
93 .globl alias; \
94 alias = sym
/netbsd-6-1-5-RELEASE/sys/arch/amd64/include/
H A Dasm.h112 #define WEAK_ALIAS(alias,sym) \
113 .weak alias; \
114 alias = sym
117 * STRONG_ALIAS: create a strong alias.
119 #define STRONG_ALIAS(alias,sym) \
120 .globl alias; \
121 alias = sym

Completed in 315 milliseconds

1234567891011>>