Home
last modified time | relevance | path

Searched refs:PRINT_REG_PC (Results 1 – 1 of 1) sorted by relevance

/external/compiler-rt/test/asan/TestCases/Linux/
Dptrace.cc29 #define PRINT_REG_PC(__regs) printf ("%lx\n", (unsigned long) (__regs.REG_IP)) macro
36 #define PRINT_REG_PC(__regs) printf ("%x\n", (unsigned) (__regs.pc)) macro
43 #define PRINT_REG_PC(__regs) printf ("%lx\n", (unsigned long) (__regs.nip)) macro
50 #define PRINT_REG_PC(__regs) printf ("%lx\n", (unsigned long) (__regs.cp0_epc)) macro
59 #define PRINT_REG_PC(__regs) printf ("%x\n", (unsigned) (__regs.ARM_pc)) macro
66 #define PRINT_REG_PC(__regs) printf ("%lx\n", (unsigned long) (__regs.psw.addr)) macro
104 PRINT_REG_PC(regs); in main()