/glibc-2.36/elf/ |
D | dl-sym.c | 67 struct r_found_version *vers; member 80 args->map->l_scope, args->vers, 0, in call_dl_lookup() 86 struct r_found_version *vers, int flags) in do_sym() argument 106 match->l_scope, vers, 0, in do_sym() 114 args.vers = vers; in do_sym() 147 vers, 0, flags, match); in do_sym() 154 vers, 0, flags, NULL); in do_sym() 180 struct r_found_version vers; in _dl_vsym() local 183 vers.name = version; in _dl_vsym() 184 vers.hidden = 1; in _dl_vsym() [all …]
|
D | dl-libc.c | 133 struct r_found_version vers; in do_dlsym_private() local 134 vers.name = "GLIBC_PRIVATE"; in do_dlsym_private() 135 vers.hidden = 1; in do_dlsym_private() 137 vers.hash = 0x0963cf85; in do_dlsym_private() 138 vers.filename = NULL; in do_dlsym_private() 143 args->map->l_scope, &vers, 0, 0, NULL); in do_dlsym_private()
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | lxstat64.c | 34 ___lxstat64 (int vers, const char *name, struct stat64 *buf) in ___lxstat64() argument 39 if (vers == _STAT_VER_KERNEL) in ___lxstat64() 45 return r ?: __xstat32_conv (vers, &st64, (struct stat *) buf); in ___lxstat64() 49 if (vers == _STAT_VER_KERNEL || vers == _STAT_VER_LINUX) in ___lxstat64() 53 if (vers == _STAT_VER_KERNEL) in ___lxstat64() 58 if (vers == _STAT_VER_KERNEL) in ___lxstat64() 73 if (vers == _STAT_VER_KERNEL) in ___lxstat64()
|
D | xstat64.c | 34 ___xstat64 (int vers, const char *name, struct stat64 *buf) in ___xstat64() argument 39 if (vers == _STAT_VER_KERNEL) in ___xstat64() 45 return r ?: __xstat32_conv (vers, &st64, (struct stat *) buf); in ___xstat64() 49 if (vers == _STAT_VER_KERNEL || vers == _STAT_VER_LINUX) in ___xstat64() 53 if (vers == _STAT_VER_KERNEL) in ___xstat64() 57 if (vers == _STAT_VER_KERNEL) in ___xstat64() 71 if (vers == _STAT_VER_KERNEL) in ___xstat64()
|
D | fxstatat64.c | 34 __fxstatat64 (int vers, int fd, const char *file, struct stat64 *st, int flag) in __fxstatat64() argument 40 if (vers == _STAT_VER_KERNEL || vers == _STAT_VER_LINUX) in __fxstatat64() 46 return r ?: __xstat32_conv (vers, &st64, (struct stat *) st); in __fxstatat64() 49 if (vers == _STAT_VER_KERNEL) in __fxstatat64() 62 if (vers == _STAT_VER_LINUX) in __fxstatat64()
|
D | fxstat64.c | 34 ___fxstat64 (int vers, int fd, struct stat64 *buf) in ___fxstat64() argument 39 if (vers == _STAT_VER_KERNEL) in ___fxstat64() 45 return r ?: __xstat32_conv (vers, &st64, (struct stat *) buf); in ___fxstat64() 50 if (vers == _STAT_VER_KERNEL || vers == _STAT_VER_LINUX) in ___fxstat64()
|
D | xstatconv.c | 31 __xstat_conv (int vers, struct kernel_stat *kbuf, void *ubuf) in __xstat_conv() argument 33 switch (vers) in __xstat_conv() 102 __xstat64_conv (int vers, struct kernel_stat *kbuf, void *ubuf) in __xstat64_conv() argument 105 return __xstat_conv (vers, kbuf, ubuf); in __xstat64_conv() 107 switch (vers) in __xstat64_conv() 175 __xstat32_conv (int vers, struct stat64 *kbuf, struct stat *buf) in __xstat32_conv() argument 177 switch (vers) in __xstat32_conv()
|
D | xstatconv.h | 20 extern int __xstat_conv (int vers, struct kernel_stat *kbuf, void *ubuf) 22 extern int __xstat64_conv (int vers, struct kernel_stat *kbuf, void *ubuf) 25 extern int __xstat32_conv (int vers, struct stat64 *kbuf, struct stat *buf)
|
D | fxstat.c | 33 __fxstat (int vers, int fd, struct stat *buf) in __fxstat() argument 35 switch (vers) in __fxstat() 58 return r ?: __xstat32_conv (vers, &buf64, buf); in __fxstat()
|
D | fxstatat.c | 33 __fxstatat (int vers, int fd, const char *file, struct stat *st, int flag) in __fxstatat() argument 38 if (vers == _STAT_VER_KERNEL) in __fxstatat() 49 return r ?: __xstat32_conv (vers, &st64, st); in __fxstatat()
|
D | xstat.c | 33 __xstat (int vers, const char *name, struct stat *buf) in __xstat() argument 35 switch (vers) in __xstat() 58 return r ?: __xstat32_conv (vers, &buf64, buf); in __xstat()
|
D | lxstat.c | 33 __lxstat (int vers, const char *name, struct stat *buf) in __lxstat() argument 35 switch (vers) in __lxstat() 59 return r ?: __xstat32_conv (vers, &buf64, buf); in __lxstat()
|
/glibc-2.36/sysdeps/unix/sysv/linux/mips/ |
D | xstatconv.c | 26 __xstat_conv (int vers, struct kernel_stat *kbuf, void *ubuf) in __xstat_conv() argument 28 switch (vers) in __xstat_conv() 92 __xstat64_conv (int vers, struct kernel_stat *kbuf, void *ubuf) in __xstat64_conv() argument 95 return xstat_conv (vers, kbuf, ubuf); in __xstat64_conv() 97 switch (vers) in __xstat64_conv() 142 __xstat32_conv (int vers, struct stat64 *kbuf, struct stat *buf) in __xstat32_conv() argument 144 switch (vers) in __xstat32_conv()
|
D | lxstat.c | 27 __lxstat (int vers, const char *name, struct stat *buf) in __lxstat() argument 29 switch (vers) in __lxstat() 39 return __xstat_conv (vers, &kbuf, buf); in __lxstat()
|
D | xstat.c | 27 __xstat (int vers, const char *name, struct stat *buf) in __xstat() argument 29 switch (vers) in __xstat() 39 return __xstat_conv (vers, &kbuf, buf); in __xstat()
|
D | fxstat.c | 27 __fxstat (int vers, int fd, struct stat *buf) in __fxstat() argument 29 switch (vers) in __fxstat() 39 return __xstat_conv (vers, &kbuf, buf); in __fxstat()
|
/glibc-2.36/sunrpc/ |
D | svc.c | 161 svc_find (rpcprog_t prog, rpcvers_t vers, struct svc_callout **prev) in libc_hidden_def() 168 if ((s->sc_prog == prog) && (s->sc_vers == vers)) in libc_hidden_def() 181 svc_register (SVCXPRT * xprt, rpcprog_t prog, rpcvers_t vers, in svc_register() argument 188 if ((s = svc_find (prog, vers, &prev)) != NULL_SVC) in svc_register() 199 s->sc_vers = vers; in svc_register() 209 if (! pmap_set (prog, vers, protocol, xprt->xp_port)) in svc_register() 225 svc_unregister (rpcprog_t prog, rpcvers_t vers) in libc_hidden_def() 230 if ((s = svc_find (prog, vers, &prev)) == NULL_SVC) in libc_hidden_def() 243 pmap_unset (prog, vers); in libc_hidden_def()
|
D | pmap_rmt.c | 68 pmap_rmtcall (struct sockaddr_in *addr, u_long prog, u_long vers, u_long proc, in pmap_rmtcall() argument 83 a.vers = vers; in pmap_rmtcall() 117 xdr_u_long (xdrs, &(cap->vers)) && in libc_hidden_nolink_sunrpc() 202 u_long vers, in clnt_broadcast() argument 274 a.vers = vers; in clnt_broadcast()
|
D | clnt_gen.c | 46 clnt_create (const char *hostname, u_long prog, u_long vers, in clnt_create() argument 68 client = clntunix_create (&sun, prog, vers, &sock, 0, 0); in clnt_create() 109 client = clntudp_create (&sin, prog, vers, tv, &sock); in clnt_create() 123 client = clnttcp_create (&sin, prog, vers, &sock, 0, 0); in clnt_create()
|
/glibc-2.36/sysdeps/unix/sysv/linux/mips/mips64/ |
D | fxstatat64.c | 26 __fxstatat64 (int vers, int fd, const char *file, struct stat64 *st, int flag) in __fxstatat64() argument 28 if (vers == _STAT_VER_LINUX) in __fxstatat64() 32 return r ?: __xstat64_conv (vers, &kst, st); in __fxstatat64()
|
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/ |
D | fxstat64.c | 28 __fxstat64 (int vers, int fd, struct stat64 *buf) in __fxstat64() argument 30 switch (vers) in __fxstat64() 40 return __xstat_conv (vers, &kbuf, buf); in __fxstat64()
|
D | lxstat64.c | 29 __lxstat64 (int vers, const char *name, struct stat64 *buf) in __lxstat64() argument 31 switch (vers) in __lxstat64() 41 return __xstat_conv (vers, &kbuf, buf); in __lxstat64()
|
D | xstat64.c | 29 __xstat64 (int vers, const char *name, struct stat64 *buf) in __xstat64() argument 31 switch (vers) in __xstat64() 41 return __xstat_conv (vers, &kbuf, buf); in __xstat64()
|
/glibc-2.36/sysdeps/unix/sysv/linux/sparc/sparc64/ |
D | xstatconv.c | 26 __xstat_conv (int vers, struct kernel_stat *kbuf, void *ubuf) in __xstat_conv() argument 28 switch (vers) in __xstat_conv() 74 __xstat32_conv (int vers, struct stat64 *sbuf, struct stat *buf) in __xstat32_conv() argument 86 switch (vers) in __xstat32_conv()
|
/glibc-2.36/scripts/ |
D | abi-versions.awk | 35 vers = $1; 39 printf "#define ABI_%s_%s\t%d\t/* support %s */\n", libid, versid, ++n, vers; 40 printf "#define VERSION_%s_%s\t%s\n", libid, versid, vers;
|