OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:greg_t
(Results
1 - 8
of
8
) sorted by null
/bionic/libc/include/sys/
ucontext.h
78
typedef int
greg_t
;
typedef
79
typedef
greg_t
gregset_t[NGREG];
106
typedef unsigned long
greg_t
;
107
typedef
greg_t
gregset_t[NGREG];
171
typedef int
greg_t
;
172
typedef
greg_t
gregset_t[NGREG];
223
typedef unsigned long long
greg_t
;
224
typedef
greg_t
gregset_t[NGREG];
240
greg_t
mdhi;
241
greg_t
hi1
[
all
...]
/bionic/libc/kernel/uapi/linux/
elfcore.h
32
typedef elf_greg_t
greg_t
;
typedef
/external/kernel-headers/original/uapi/linux/
elfcore.h
21
typedef elf_greg_t
greg_t
;
typedef
/external/linux-kselftest/tools/testing/selftests/x86/
sigreturn.c
331
static
greg_t
*ssptr(ucontext_t *ctx)
336
static
greg_t
*csptr(ucontext_t *ctx)
485
greg_t
asm_ss = ctx->uc_mcontext.gregs[REG_CX];
612
greg_t
req = requested_regs[i], res = resulting_regs[i];
mpx-mini-test.c
454
(
greg_t
)get_next_inst_ip((uint8_t *)ip);
466
(
greg_t
)get_next_inst_ip((uint8_t *)ip);
[
all
...]
/external/ltp/testcases/cve/
cve-2015-3290.c
188
static
greg_t
*ssptr(ucontext_t *ctx)
194
static
greg_t
*csptr(ucontext_t *ctx)
/external/google-breakpad/src/client/linux/dump_writer_common/
ucontext_reader.cc
53
const
greg_t
* regs = uc->uc_mcontext.gregs;
101
const
greg_t
* regs = uc->uc_mcontext.gregs;
/external/libchrome/base/debug/
stack_trace_posix.cc
341
greg_t
value;
Completed in 460 milliseconds