HomeSort by relevance Sort by last modified time
    Searched full:aarch64_regs (Results 1 - 7 of 7) sorted by null

  /external/strace/linux/aarch64/
get_syscall_args.c 11 tcp->u_arg[0] = aarch64_regs.regs[0];
12 tcp->u_arg[1] = aarch64_regs.regs[1];
13 tcp->u_arg[2] = aarch64_regs.regs[2];
14 tcp->u_arg[3] = aarch64_regs.regs[3];
15 tcp->u_arg[4] = aarch64_regs.regs[4];
16 tcp->u_arg[5] = aarch64_regs.regs[5];
get_error.c 15 if (check_errno && is_negated_errno(aarch64_regs.regs[0])) {
17 tcp->u_error = -aarch64_regs.regs[0];
19 tcp->u_rval = aarch64_regs.regs[0];
arch_regs.c 27 #define aarch64_regs arm_regs_union.aarch64_r macro
30 uint64_t *const aarch64_sp_ptr = (uint64_t *) &aarch64_regs.sp;
38 #define ARCH_PC_REG ((aarch64_io.iov_len == sizeof(arm_regs)) ? arm_regs.ARM_pc : aarch64_regs.pc)
40 #define ARCH_PERSONALITY_0_IOV_SIZE sizeof(aarch64_regs)
get_scno.c 8 case sizeof(aarch64_regs):
10 scno = aarch64_regs.regs[8];
set_error.c 13 aarch64_regs.regs[0] = -tcp->u_error;
23 aarch64_regs.regs[0] = tcp->u_rval;
  /external/elfutils/backends/
Makefile.am 80 aarch64_SRCS = aarch64_init.c aarch64_regs.c aarch64_symbol.c \
ChangeLog 20 * aarch64_regs.c (aarch64_register_info): Move nested function 'regtype'
251 * aarch64_regs.c (aarch64_register_info.regtype): Make this
275 * aarch64_regs.c (regtype): Add bool nr argument. snprintf arg
297 * aarch64_regs.c (aarch64_register_info): Set *prefix to "".
347 * aarch64_regs.c, aarch64_reloc.def: Likewise.

Completed in 157 milliseconds