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

  /external/strace/linux/mips/
arch_regs.h 1 struct mips_regs { struct
5 extern struct mips_regs mips_regs;
10 #define mips_REG_V0 mips_regs.uregs[REG_V0]
11 #define mips_REG_A0 mips_regs.uregs[REG_A0 + 0]
12 #define mips_REG_A1 mips_regs.uregs[REG_A0 + 1]
13 #define mips_REG_A2 mips_regs.uregs[REG_A0 + 2]
14 #define mips_REG_A3 mips_regs.uregs[REG_A0 + 3]
15 #define mips_REG_A4 mips_regs.uregs[REG_A0 + 4]
16 #define mips_REG_A5 mips_regs.uregs[REG_A0 + 5
    [all...]
arch_regs.c 1 struct mips_regs mips_regs; /* not static */ variable in typeref:struct:mips_regs
3 #define ARCH_REGS_FOR_GETREGS mips_regs
arch_getrval2.c 4 return mips_regs.uregs[3];
  /system/core/libunwindstack/tests/
RegsTest.cpp 282 RegsMips mips_regs; local
283 EXPECT_EQ(ARCH_MIPS, mips_regs.Arch());
  /system/core/libunwindstack/tests/files/offline/offset_arm/
libunwindstack_test 

Completed in 598 milliseconds