HomeSort by relevance Sort by last modified time
    Searched refs:aarch64_regs (Results 1 - 6 of 6) 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_scno.c 8 case sizeof(aarch64_regs):
10 scno = aarch64_regs.regs[8];
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)
set_error.c 13 aarch64_regs.regs[0] = -tcp->u_error;
23 aarch64_regs.regs[0] = tcp->u_rval;
  /external/elfutils/backends/
Makefile.am 82 aarch64_SRCS = aarch64_init.c aarch64_regs.c aarch64_symbol.c \

Completed in 188 milliseconds