/third_party/libunwind/include/tdep-x86_64/ |
D | dwarf-config.h | 36 #define DWARF_NUM_PRESERVED_REGS 33 macro 38 #define DWARF_NUM_PRESERVED_REGS 17 macro 41 #define DWARF_REGNUM_MAP_LENGTH DWARF_NUM_PRESERVED_REGS
|
/third_party/libunwind/include/tdep-s390x/ |
D | dwarf-config.h | 35 #define DWARF_NUM_PRESERVED_REGS 66 macro 36 #define DWARF_REGNUM_MAP_LENGTH DWARF_NUM_PRESERVED_REGS
|
/third_party/libunwind/include/tdep-riscv/ |
D | dwarf-config.h | 32 #define DWARF_NUM_PRESERVED_REGS 66 macro 34 #define DWARF_REGNUM_MAP_LENGTH DWARF_NUM_PRESERVED_REGS
|
/third_party/libunwind/include/ |
D | dwarf.h | 252 #define DWARF_CFA_REG_COLUMN DWARF_NUM_PRESERVED_REGS 253 #define DWARF_CFA_OFF_COLUMN (DWARF_NUM_PRESERVED_REGS + 1) 257 char where[DWARF_NUM_PRESERVED_REGS + 2]; /* how is the register saved? */ 258 unw_word_t val[DWARF_NUM_PRESERVED_REGS + 2]; /* where it's saved */ 327 dwarf_loc_t loc[DWARF_NUM_PRESERVED_REGS]; 343 unw_word_t ctx[DWARF_NUM_PRESERVED_REGS];
|
/third_party/libunwind/include/tdep-hppa/ |
D | dwarf-config.h | 31 (((reg) < DWARF_NUM_PRESERVED_REGS) ? (reg) : 0) 36 #define DWARF_NUM_PRESERVED_REGS 89 macro
|
/third_party/libunwind/include/tdep-ppc32/ |
D | dwarf-config.h | 36 #define DWARF_NUM_PRESERVED_REGS 115 macro
|
/third_party/libunwind/include/tdep-x86/ |
D | dwarf-config.h | 32 #define DWARF_NUM_PRESERVED_REGS 17 macro
|
/third_party/libunwind/include/tdep-tilegx/ |
D | dwarf-config.h | 31 #define DWARF_NUM_PRESERVED_REGS 188 macro
|
/third_party/libunwind/include/tdep-ppc64/ |
D | dwarf-config.h | 36 #define DWARF_NUM_PRESERVED_REGS 115 macro
|
/third_party/libunwind/include/tdep-arm/ |
D | dwarf-config.h | 31 #define DWARF_NUM_PRESERVED_REGS 128 macro
|
/third_party/libunwind/include/tdep-aarch64/ |
D | dwarf-config.h | 32 #define DWARF_NUM_PRESERVED_REGS 97 macro
|
/third_party/libunwind/include/tdep-mips/ |
D | dwarf-config.h | 31 #define DWARF_NUM_PRESERVED_REGS 188 macro
|
/third_party/libunwind/include/tdep-sh/ |
D | dwarf-config.h | 29 #define DWARF_NUM_PRESERVED_REGS 18 macro
|
/third_party/libunwind/src/dwarf/ |
D | Gparser.c | 46 if (*valp >= DWARF_NUM_PRESERVED_REGS) in read_regnum() 177 if (regnum >= DWARF_NUM_PRESERVED_REGS) in run_cfi_program() 211 if (regnum >= DWARF_NUM_PRESERVED_REGS) in run_cfi_program() 226 if (regnum >= DWARF_NUM_PRESERVED_REGS) in run_cfi_program() 526 for (i = 0; i < DWARF_NUM_PRESERVED_REGS + 2; ++i) in setup_fde() 799 if (rs->ret_addr_column >= DWARF_NUM_PRESERVED_REGS) { in apply_reg_state() 852 dwarf_loc_t new_loc[DWARF_NUM_PRESERVED_REGS]; in apply_reg_state() 855 for (i = 0; i < DWARF_NUM_PRESERVED_REGS; ++i) in apply_reg_state()
|
/third_party/libunwind/src/s390x/ |
D | Gglobal.c | 38 HIDDEN const uint8_t dwarf_to_unw_regnum_map[DWARF_NUM_PRESERVED_REGS] =
|
/third_party/libunwind/src/x86_64/ |
D | Gglobal.c | 38 HIDDEN const uint8_t dwarf_to_unw_regnum_map[DWARF_NUM_PRESERVED_REGS] =
|
D | Gstep.c | 146 for (i = 0; i < DWARF_NUM_PRESERVED_REGS; ++i) in unw_step() 255 for (i = 0; i < DWARF_NUM_PRESERVED_REGS; ++i) in unw_step()
|
/third_party/libunwind/src/mips/ |
D | init.h | 34 for (i = 32; i < DWARF_NUM_PRESERVED_REGS; ++i) in common_init()
|
/third_party/libunwind/src/tilegx/ |
D | init.h | 35 for (i = 56; i < DWARF_NUM_PRESERVED_REGS; ++i) in common_init()
|
D | Gis_signal_frame.c | 99 for (i = 0; i < DWARF_NUM_PRESERVED_REGS; ++i) in tilegx_handle_signal_frame()
|
/third_party/libunwind/src/riscv/ |
D | init.h | 37 for (i = 32; i < DWARF_NUM_PRESERVED_REGS; i++) in common_init()
|
/third_party/libunwind/src/ |
D | os-ohos.c | 168 int min_sz = reg_sz < DWARF_NUM_PRESERVED_REGS ? reg_sz : DWARF_NUM_PRESERVED_REGS; in unw_set_context()
|
/third_party/libunwind/src/x86/ |
D | Gos-linux.c | 126 for (i = 0; i < DWARF_NUM_PRESERVED_REGS; ++i) in x86_handle_signal_frame() 324 DWARF_NUM_PRESERVED_REGS * sizeof(unw_word_t)); in x86_sigreturn()
|
D | Gstep.c | 87 for (i = 0; i < DWARF_NUM_PRESERVED_REGS; ++i) in unw_step()
|
D | init.h | 45 for (i = ST0 + 1; i < DWARF_NUM_PRESERVED_REGS; ++i) in common_init()
|