Home
last modified time | relevance | path

Searched defs:uc (Results 1 – 8 of 8) sorted by relevance

/glibc-2.36/sysdeps/unix/sysv/linux/aarch64/
Dkernel_rt_sigframe.h24 ucontext_t uc; member
/glibc-2.36/sysdeps/unix/sysv/linux/nios2/
Dkernel_rt_sigframe.h25 ucontext_t uc; member
/glibc-2.36/sysdeps/microblaze/
Dbacktrace_linux.c31 struct ucontext *uc; in _identify_sighandler() local
/glibc-2.36/manual/examples/
Dswapcontext.c28 static ucontext_t uc[3]; variable
/glibc-2.36/stdlib/
Dtst-setcontext.c82 ucontext_t uc; in test_stack() local
/glibc-2.36/sunrpc/
Dsvc_udp.c477 struct udp_cache *uc; in svcudp_enablecache() local
522 struct udp_cache *uc = (struct udp_cache *) su->su_cache; in libc_hidden_nolink_sunrpc() local
593 struct udp_cache *uc = (struct udp_cache *) su->su_cache; in cache_get() local
/glibc-2.36/sysdeps/ieee754/dbl-64/
Datnat2.h85 /**/ uc = {{0x3a9375de, 0x00000000} }, /* 1.572e-26 */ variable
147 /**/ uc = {{0x00000000, 0x3a9375de} }, /* 1.572e-26 */ variable
/glibc-2.36/sysdeps/mach/hurd/i386/
Dtrampoline.c61 static void fill_ucontext (ucontext_t *uc, const struct sigcontext *sc) in fill_ucontext()