Home
last modified time | relevance | path

Searched defs:ctx (Results 1 – 25 of 45) sorted by relevance

12

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/mips/bits/
A Dsigcontextinfo.h26 #define GET_PC(ctx) ((void *) ctx->sc_pc) argument
27 #define GET_FRAME(ctx) ((void *) ctx->sc_regs[30]) argument
28 #define GET_STACK(ctx) ((void *) ctx->sc_regs[29]) argument
29 #define CALL_SIGHANDLER(handler, signo, ctx) \ argument
36 #define GET_PC(ctx) ((void *) ctx->uc_mcontext.pc) argument
37 #define GET_FRAME(ctx) ((void *) ctx->uc_mcontext.gregs[30]) argument
38 #define GET_STACK(ctx) ((void *) ctx->uc_mcontext.gregs[29]) argument
39 #define CALL_SIGHANDLER(handler, signo, ctx) \ argument
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/arm/bits/
A Dsigcontextinfo.h30 #define GET_PC(ctx) ((void *) ctx.v21.arm_pc) argument
31 #define GET_FRAME(ctx) ADVANCE_STACK_FRAME ((void *) ctx.v21.arm_fp) argument
32 #define GET_STACK(ctx) ((void *) ctx.v21.arm_sp) argument
36 #define GET_PC(ctx) ((void *)((ctx.v20.magic == SIGCONTEXT_2_0_MAGIC) ? \ argument
38 #define GET_FRAME(ctx) \ argument
41 #define GET_STACK(ctx) ((void *)((ctx.v20.magic == SIGCONTEXT_2_0_MAGIC) ? \ argument
49 #define CALL_SIGHANDLER(handler, signo, ctx) \ argument
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/m68k/bits/
A Dsigcontextinfo.h21 #define GET_PC(ctx) ((void *) (ctx)->sc_pc) argument
22 #define GET_FRAME(ctx) ((void *) __builtin_frame_address (1)) argument
23 #define GET_STACK(ctx) ((void *) (ctx)->sc_usp) argument
24 #define CALL_SIGHANDLER(handler, signo, ctx) \ argument
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/metag/bits/
A Dsigcontextinfo.h10 #define GET_PC(ctx) ((void *) ctx.cbuf.ctx.CurrPC) argument
11 #define GET_FRAME(ctx) ((void *) ctx.cbuf.ctx.AX[1].U0) argument
12 #define GET_STACK(ctx) ((void *) ctx.cbuf.ctx.AX[0].U0) argument
13 #define CALL_SIGHANDLER(handler, signo, ctx) \ argument
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/nios2/bits/
A Dsigcontextinfo.h21 #define GET_PC(ctx) ((void *) (ctx)->regs.ea) argument
22 #define GET_FRAME(ctx) ((void *) (ctx)->regs.sp) argument
23 #define GET_STACK(ctx) ((void *) (ctx)->regs.fp) argument
24 #define CALL_SIGHANDLER(handler, signo, ctx) \ argument
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/powerpc/bits/
A Dsigcontextinfo.h22 #define GET_PC(ctx) ((void *)((ctx)->regs->nip)) argument
23 #define GET_FRAME(ctx) (*(void **)((ctx)->regs->gpr[1])) argument
24 #define GET_STACK(ctx) ((void *)((ctx)->regs->gpr[1])) argument
25 #define CALL_SIGHANDLER(handler, signo, ctx) \ argument
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/x86_64/bits/
A Dsigcontextinfo.h20 #define GET_PC(ctx) ((void *) (ctx)->uc_mcontext.gregs[REG_RIP]) argument
21 #define GET_FRAME(ctx) ((void *) (ctx)->uc_mcontext.gregs[REG_RBP]) argument
22 #define GET_STACK(ctx) ((void *) (ctx)->uc_mcontext.gregs[REG_RSP]) argument
24 #define CALL_SIGHANDLER(handler, signo, ctx) \ argument
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/arc/bits/
A Dsigcontextinfo.h11 #define GET_PC(ctx) ((void *) ctx->regs.scratch.ret) argument
12 #define GET_FRAME(ctx) ((void *) ctx->regs.scratch.fp) argument
13 #define GET_STACK(ctx) ((void *) ctx->regs.scratch.sp) argument
14 #define CALL_SIGHANDLER(handler, signo, ctx) \ argument
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/h8300/bits/
A Dsigcontextinfo.h21 #define GET_PC(ctx) ((void *) (ctx)->sc_pc) argument
22 #define GET_FRAME(ctx) ((void *) __builtin_frame_address (1)) argument
23 #define GET_STACK(ctx) ((void *) (ctx)->sc_usp) argument
24 #define CALL_SIGHANDLER(handler, signo, ctx) \ argument
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/i386/bits/
A Dsigcontextinfo.h21 #define GET_PC(ctx) ((void *) ctx.eip) argument
22 #define GET_FRAME(ctx) ((void *) ctx.ebp) argument
23 #define GET_STACK(ctx) ((void *) ctx.esp_at_signal) argument
24 #define CALL_SIGHANDLER(handler, signo, ctx) \ argument
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/sh/bits/
A Dsigcontextinfo.h22 #define GET_PC(ctx) ((void *) ctx.sc_pc) argument
23 #define GET_FRAME(ctx) ((void *) ctx.sc_regs[14]) argument
24 #define GET_STACK(ctx) ((void *) ctx.sc_regs[15]) argument
25 #define CALL_SIGHANDLER(handler, signo, ctx) \ argument
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/xtensa/bits/
A Dsigcontextinfo.h27 #define GET_PC(ctx) ((void *) (ctx->uc_mcontext.sc_pc & 0x3fffffff)) argument
28 #define GET_FRAME(ctx) ((void *) ctx->uc_mcontext.sc_a[1]) argument
29 #define GET_STACK(ctx) ((void *) ctx->uc_mcontext.sc_a[1]) argument
30 #define CALL_SIGHANDLER(handler, signo, ctx) \ argument
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/alpha/bits/
A Dsigcontextinfo.h20 #define GET_PC(ctx) ((void *) (ctx)->sc_pc) argument
21 #define GET_FRAME(ctx) ((void *) (ctx)->sc_regs[15]) argument
22 #define GET_STACK(ctx) ((void *) (ctx)->sc_regs[30]) argument
23 #define CALL_SIGHANDLER(handler, signo, ctx) \ argument
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/bfin/bits/
A Dsigcontextinfo.h21 #define GET_PC(ctx) ((void *) (ctx)->sc_pc) argument
22 #define GET_FRAME(ctx) ((void *) __builtin_frame_address (1)) argument
23 #define GET_STACK(ctx) ((void *) (ctx)->sc_usp) argument
24 #define CALL_SIGHANDLER(handler, signo, ctx) \ argument
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/c6x/bits/
A Dsigcontextinfo.h21 #define GET_PC(ctx) ((void *) (ctx)->sc_pc) argument
22 #define GET_FRAME(ctx) ((void *) __builtin_frame_address (1)) argument
23 #define GET_STACK(ctx) ((void *) (ctx)->sc_usp) argument
24 #define CALL_SIGHANDLER(handler, signo, ctx) \ argument
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/
A Dsigcontextinfo.h22 #define GET_PC(ctx) ((void *) 0) argument
23 #define GET_FRAME(ctx) ((void *) 0) argument
24 #define GET_STACK(ctx) ((void *) 0) argument
25 #define CALL_SIGHANDLER(handler, signo, ctx) \ argument
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/nios/bits/
A Dsigcontextinfo.h21 #define GET_PC(ctx) ((void *) ((ctx)->regs.pc)) argument
24 #define GET_STACK(ctx) ((void *) (ctx)->regs.u_regs[14]) argument
25 #define CALL_SIGHANDLER(handler, signo, ctx) \ argument
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/src/c++11/
A Ddebug.cc560 print_literal(PrintContext& ctx, const char(&word)[Length]) in print_literal()
564 print_word(PrintContext& ctx, const char* word, in print_word()
620 print_type(PrintContext& ctx, in print_type()
637 print_field(PrintContext& ctx, in print_field()
654 print_field(PrintContext& ctx, in print_field()
673 print_field(PrintContext& ctx, const _Parameter& param, const char* name) in print_field()
767 print_description(PrintContext& ctx, const _Parameter::_Type& type) in print_description()
787 print_description(PrintContext& ctx, const _Parameter::_Instance& inst) in print_description()
811 print_description(PrintContext& ctx, const _Parameter& param) in print_description()
896 print_string(PrintContext& ctx, const char* string, in print_string()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/src/c++11/
A Ddebug.cc571 print_literal(PrintContext& ctx, const char(&word)[Length]) in print_literal()
575 print_word(PrintContext& ctx, const char* word, in print_word()
631 print_type(PrintContext& ctx, in print_type()
648 print_field(PrintContext& ctx, in print_field()
665 print_field(PrintContext& ctx, in print_field()
684 print_field(PrintContext& ctx, const _Parameter& param, const char* name) in print_field()
778 print_description(PrintContext& ctx, const _Parameter::_Type& type) in print_description()
798 print_description(PrintContext& ctx, const _Parameter::_Instance& inst) in print_description()
822 print_description(PrintContext& ctx, const _Parameter& param) in print_description()
907 print_string(PrintContext& ctx, const char* string, in print_string()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++11/
A Ddebug.cc589 print_literal(PrintContext& ctx, const char(&word)[Length]) in print_literal()
593 print_word(PrintContext& ctx, const char* word, in print_word()
649 print_type(PrintContext& ctx, in print_type()
666 print_field(PrintContext& ctx, in print_field()
683 print_field(PrintContext& ctx, in print_field()
702 print_field(PrintContext& ctx, const _Parameter& param, const char* name) in print_field()
799 print_description(PrintContext& ctx, const _Parameter::_Type& type) in print_description()
819 print_description(PrintContext& ctx, const _Parameter::_Instance& inst) in print_description()
843 print_description(PrintContext& ctx, const _Parameter& param) in print_description()
928 print_string(PrintContext& ctx, const char* string, in print_string()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/src/c++11/
A Ddebug.cc571 print_literal(PrintContext& ctx, const char(&word)[Length]) in print_literal()
575 print_word(PrintContext& ctx, const char* word, in print_word()
631 print_type(PrintContext& ctx, in print_type()
648 print_field(PrintContext& ctx, in print_field()
665 print_field(PrintContext& ctx, in print_field()
684 print_field(PrintContext& ctx, const _Parameter& param, const char* name) in print_field()
778 print_description(PrintContext& ctx, const _Parameter::_Type& type) in print_description()
798 print_description(PrintContext& ctx, const _Parameter::_Instance& inst) in print_description()
822 print_description(PrintContext& ctx, const _Parameter& param) in print_description()
907 print_string(PrintContext& ctx, const char* string, in print_string()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/c++11/
A Ddebug.cc592 print_literal(PrintContext& ctx, const char(&word)[Length]) in print_literal()
596 print_word(PrintContext& ctx, const char* word, in print_word()
652 print_type(PrintContext& ctx, in print_type()
669 print_field(PrintContext& ctx, in print_field()
686 print_field(PrintContext& ctx, in print_field()
705 print_field(PrintContext& ctx, const _Parameter& param, const char* name) in print_field()
802 print_description(PrintContext& ctx, const _Parameter::_Type& type) in print_description()
822 print_description(PrintContext& ctx, const _Parameter::_Instance& inst) in print_description()
846 print_description(PrintContext& ctx, const _Parameter& param) in print_description()
931 print_string(PrintContext& ctx, const char* string, in print_string()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/c++11/
A Ddebug.cc592 print_literal(PrintContext& ctx, const char(&word)[Length]) in print_literal()
596 print_word(PrintContext& ctx, const char* word, in print_word()
652 print_type(PrintContext& ctx, in print_type()
669 print_field(PrintContext& ctx, in print_field()
686 print_field(PrintContext& ctx, in print_field()
705 print_field(PrintContext& ctx, const _Parameter& param, const char* name) in print_field()
802 print_description(PrintContext& ctx, const _Parameter::_Type& type) in print_description()
822 print_description(PrintContext& ctx, const _Parameter::_Instance& inst) in print_description()
846 print_description(PrintContext& ctx, const _Parameter& param) in print_description()
931 print_string(PrintContext& ctx, const char* string, in print_string()
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libcrypt/
A Dsha256.c76 sha256_process_block (const void *buffer, size_t len, struct sha256_ctx *ctx) in sha256_process_block()
176 __sha256_init_ctx (struct sha256_ctx *ctx) in __sha256_init_ctx()
198 __sha256_finish_ctx (struct sha256_ctx *ctx, void *resbuf) in __sha256_finish_ctx()
229 __sha256_process_bytes (const void *buffer, size_t len, struct sha256_ctx *ctx) in __sha256_process_bytes()
A Dsha512.c107 sha512_process_block (const void *buffer, size_t len, struct sha512_ctx *ctx) in sha512_process_block()
207 __sha512_init_ctx (struct sha512_ctx *ctx) in __sha512_init_ctx()
229 __sha512_finish_ctx (struct sha512_ctx *ctx, void *resbuf) in __sha512_finish_ctx()
260 __sha512_process_bytes (const void *buffer, size_t len, struct sha512_ctx *ctx) in __sha512_process_bytes()

Completed in 33 milliseconds

12