Home
last modified time | relevance | path

Searched refs:DWARF_NUM_PRESERVED_REGS (Results 1 – 25 of 38) sorted by relevance

12

/third_party/libunwind/include/tdep-x86_64/
Ddwarf-config.h36 #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/
Ddwarf-config.h35 #define DWARF_NUM_PRESERVED_REGS 66 macro
36 #define DWARF_REGNUM_MAP_LENGTH DWARF_NUM_PRESERVED_REGS
/third_party/libunwind/include/tdep-riscv/
Ddwarf-config.h32 #define DWARF_NUM_PRESERVED_REGS 66 macro
34 #define DWARF_REGNUM_MAP_LENGTH DWARF_NUM_PRESERVED_REGS
/third_party/libunwind/include/
Ddwarf.h252 #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/
Ddwarf-config.h31 (((reg) < DWARF_NUM_PRESERVED_REGS) ? (reg) : 0)
36 #define DWARF_NUM_PRESERVED_REGS 89 macro
/third_party/libunwind/include/tdep-ppc32/
Ddwarf-config.h36 #define DWARF_NUM_PRESERVED_REGS 115 macro
/third_party/libunwind/include/tdep-x86/
Ddwarf-config.h32 #define DWARF_NUM_PRESERVED_REGS 17 macro
/third_party/libunwind/include/tdep-tilegx/
Ddwarf-config.h31 #define DWARF_NUM_PRESERVED_REGS 188 macro
/third_party/libunwind/include/tdep-ppc64/
Ddwarf-config.h36 #define DWARF_NUM_PRESERVED_REGS 115 macro
/third_party/libunwind/include/tdep-arm/
Ddwarf-config.h31 #define DWARF_NUM_PRESERVED_REGS 128 macro
/third_party/libunwind/include/tdep-aarch64/
Ddwarf-config.h32 #define DWARF_NUM_PRESERVED_REGS 97 macro
/third_party/libunwind/include/tdep-mips/
Ddwarf-config.h31 #define DWARF_NUM_PRESERVED_REGS 188 macro
/third_party/libunwind/include/tdep-sh/
Ddwarf-config.h29 #define DWARF_NUM_PRESERVED_REGS 18 macro
/third_party/libunwind/src/dwarf/
DGparser.c46 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/
DGglobal.c38 HIDDEN const uint8_t dwarf_to_unw_regnum_map[DWARF_NUM_PRESERVED_REGS] =
/third_party/libunwind/src/x86_64/
DGglobal.c38 HIDDEN const uint8_t dwarf_to_unw_regnum_map[DWARF_NUM_PRESERVED_REGS] =
DGstep.c146 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/
Dinit.h34 for (i = 32; i < DWARF_NUM_PRESERVED_REGS; ++i) in common_init()
/third_party/libunwind/src/tilegx/
Dinit.h35 for (i = 56; i < DWARF_NUM_PRESERVED_REGS; ++i) in common_init()
DGis_signal_frame.c99 for (i = 0; i < DWARF_NUM_PRESERVED_REGS; ++i) in tilegx_handle_signal_frame()
/third_party/libunwind/src/riscv/
Dinit.h37 for (i = 32; i < DWARF_NUM_PRESERVED_REGS; i++) in common_init()
/third_party/libunwind/src/
Dos-ohos.c168 int min_sz = reg_sz < DWARF_NUM_PRESERVED_REGS ? reg_sz : DWARF_NUM_PRESERVED_REGS; in unw_set_context()
/third_party/libunwind/src/x86/
DGos-linux.c126 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()
DGstep.c87 for (i = 0; i < DWARF_NUM_PRESERVED_REGS; ++i) in unw_step()
Dinit.h45 for (i = ST0 + 1; i < DWARF_NUM_PRESERVED_REGS; ++i) in common_init()

12