Home
last modified time | relevance | path

Searched defs:__regs (Results 1 – 2 of 2) sorted by relevance

/llvm-project/compiler-rt/test/asan/TestCases/Linux/
H A Dptrace.cpp29 #define PRINT_REG_PC(__regs) printf ("%lx\n", (unsigned long) (__regs.REG_IP)) argument
36 #define PRINT_REG_PC(__regs) printf ("%x\n", (unsigned) (__regs.pc)) argument
43 # define PRINT_REG_PC(__regs) printf("%lx\n", (unsigned long)(__regs.csr_era)) argument
50 #define PRINT_REG_PC(__regs) printf ("%lx\n", (unsigned long) (__regs.nip)) argument
57 #define PRINT_REG_PC(__regs) printf ("%lx\n", (unsigned long) (__regs argument
66 PRINT_REG_PC(__regs) global() argument
73 PRINT_REG_PC(__regs) global() argument
81 PRINT_REG_PC(__regs) global() argument
[all...]
/llvm-project/libunwind/src/
H A DRegisters.hpp3477 uint64_t getSP() const { return _registers.__regs[UNW_SPARC_O6]; } member
3664 uint64_t __regs[32]; global() member
[all...]