HomeSort by relevance Sort by last modified time
    Searched refs:u_ar0 (Results 1 - 13 of 13) sorted by null

  /external/strace/linux/bfin/
userent.h 6 XLAT_UOFF(u_ar0),
  /external/strace/linux/mips/
userent.h 80 XLAT_UOFF(u_ar0),
  /external/strace/linux/s390/
userent1.h 8 XLAT_UOFF(u_ar0),
  /external/strace/linux/i386/
userent0.h 10 XLAT_UOFF(u_ar0),
  /external/strace/linux/sh/
userent0.h 9 XLAT_UOFF(u_ar0),
  /bionic/libc/include/sys/
user.h 98 struct user_regs_struct* u_ar0; member in struct:user
166 struct user_regs_struct* u_ar0;
186 void* u_ar0;
230 struct user_regs* u_ar0;
  /external/strace/linux/arm/
userent.h 27 XLAT_UOFF(u_ar0),
  /external/strace/linux/avr32/
userent.h 27 XLAT_UOFF(u_ar0),
  /external/strace/linux/m68k/
userent.h 30 XLAT_UOFF(u_ar0),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
user.h 88 struct user_regs_struct* u_ar0; member in struct:user
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
user.h 89 struct user_regs_struct* u_ar0; member in struct:user
160 struct user_regs_struct* u_ar0; member in struct:user
  /toolchain/binutils/binutils-2.27/bfd/
sco5-core.c 156 0 - (bfd_vma) u->u_ar0,
231 the entire upage and stack. u.u_ar0 points to where
235 *u_ar0. The other is that u_ar0 is sometimes an absolute
241 We encode the value of u_ar0 by setting the .regs section
243 pointed to by u_ar0 (by setting the vma of the start of
244 the section to -u_ar0). GDB uses this info to locate the
248 chead.cs_vaddr = 0 - (bfd_vma) u->u_ar0;
trad-core.c 195 upage and stack. u.u_ar0 points to where "register 0" is stored.
198 from *u_ar0. The other is that u_ar0 is sometimes an absolute address
203 so we have to pass the whole area to GDB. We encode the value of u_ar0
205 0 is at the place pointed to by u_ar0 (by setting the vma of the start
206 of the section to -u_ar0). GDB uses this info to locate the regs,
208 core_regsec (abfd)->vma = - (bfd_vma) (unsigned long) u.u_ar0;

Completed in 334 milliseconds