Lines Matching refs:this_cache
1364 set_reg_offset (struct mips_frame_cache *this_cache, int regnum, in set_reg_offset() argument
1367 if (this_cache != NULL in set_reg_offset()
1368 && this_cache->saved_regs[regnum].addr == -1) in set_reg_offset()
1370 this_cache->saved_regs[regnum + 0 * NUM_REGS].addr = offset; in set_reg_offset()
1371 this_cache->saved_regs[regnum + 1 * NUM_REGS].addr = offset; in set_reg_offset()
1418 struct mips_frame_cache *this_cache) in mips16_scan_prologue() argument
1484 set_reg_offset (this_cache, reg, sp + offset); in mips16_scan_prologue()
1490 set_reg_offset (this_cache, reg, sp + offset); in mips16_scan_prologue()
1495 set_reg_offset (this_cache, MIPS_RA_REGNUM, sp + offset); in mips16_scan_prologue()
1500 set_reg_offset (this_cache, MIPS_RA_REGNUM, sp + offset); in mips16_scan_prologue()
1518 set_reg_offset (this_cache, reg, frame_addr + offset); in mips16_scan_prologue()
1524 set_reg_offset (this_cache, reg, frame_addr + offset); in mips16_scan_prologue()
1567 set_reg_offset (this_cache, reg, sp + offset); in mips16_scan_prologue()
1575 set_reg_offset (this_cache, MIPS_RA_REGNUM, sp + offset); in mips16_scan_prologue()
1582 set_reg_offset (this_cache, reg, sp + offset); in mips16_scan_prologue()
1587 if (this_cache != NULL) in mips16_scan_prologue()
1589 this_cache->base = in mips16_scan_prologue()
1595 this_cache->saved_regs[NUM_REGS + mips_regnum (current_gdbarch)->pc] in mips16_scan_prologue()
1596 = this_cache->saved_regs[NUM_REGS + MIPS_RA_REGNUM]; in mips16_scan_prologue()
1613 mips_insn16_frame_cache (struct frame_info *next_frame, void **this_cache) in mips_insn16_frame_cache() argument
1617 if ((*this_cache) != NULL) in mips_insn16_frame_cache()
1618 return (*this_cache); in mips_insn16_frame_cache()
1620 (*this_cache) = cache; in mips_insn16_frame_cache()
1636 mips16_scan_prologue (start_addr, pc, next_frame, *this_cache); in mips_insn16_frame_cache()
1642 return (*this_cache); in mips_insn16_frame_cache()
1646 mips_insn16_frame_this_id (struct frame_info *next_frame, void **this_cache, in mips_insn16_frame_this_id() argument
1650 this_cache); in mips_insn16_frame_this_id()
1656 void **this_cache, in mips_insn16_frame_prev_register() argument
1662 this_cache); in mips_insn16_frame_prev_register()
1685 void **this_cache) in mips_insn16_frame_base_address() argument
1688 this_cache); in mips_insn16_frame_base_address()
1713 reset_saved_regs (struct mips_frame_cache *this_cache) in reset_saved_regs() argument
1715 if (this_cache == NULL || this_cache->saved_regs == NULL) in reset_saved_regs()
1724 this_cache->saved_regs[i].addr = -1; in reset_saved_regs()
1736 struct mips_frame_cache *this_cache) in mips32_scan_prologue() argument
1789 set_reg_offset (this_cache, reg, sp + low_word); in mips32_scan_prologue()
1794 set_reg_offset (this_cache, reg, sp + low_word); in mips32_scan_prologue()
1818 reset_saved_regs (this_cache); in mips32_scan_prologue()
1846 reset_saved_regs (this_cache); in mips32_scan_prologue()
1853 set_reg_offset (this_cache, reg, frame_addr + low_word); in mips32_scan_prologue()
1896 if (this_cache != NULL) in mips32_scan_prologue()
1898 this_cache->base = in mips32_scan_prologue()
1904 this_cache->saved_regs[NUM_REGS + mips_regnum (current_gdbarch)->pc] in mips32_scan_prologue()
1905 = this_cache->saved_regs[NUM_REGS + MIPS_RA_REGNUM]; in mips32_scan_prologue()
1932 mips_insn32_frame_cache (struct frame_info *next_frame, void **this_cache) in mips_insn32_frame_cache() argument
1936 if ((*this_cache) != NULL) in mips_insn32_frame_cache()
1937 return (*this_cache); in mips_insn32_frame_cache()
1940 (*this_cache) = cache; in mips_insn32_frame_cache()
1956 mips32_scan_prologue (start_addr, pc, next_frame, *this_cache); in mips_insn32_frame_cache()
1962 return (*this_cache); in mips_insn32_frame_cache()
1966 mips_insn32_frame_this_id (struct frame_info *next_frame, void **this_cache, in mips_insn32_frame_this_id() argument
1970 this_cache); in mips_insn32_frame_this_id()
1976 void **this_cache, in mips_insn32_frame_prev_register() argument
1982 this_cache); in mips_insn32_frame_prev_register()
2005 void **this_cache) in mips_insn32_frame_base_address() argument
2008 this_cache); in mips_insn32_frame_base_address()
2030 mips_stub_frame_cache (struct frame_info *next_frame, void **this_cache) in mips_stub_frame_cache() argument
2037 if ((*this_cache) != NULL) in mips_stub_frame_cache()
2038 return (*this_cache); in mips_stub_frame_cache()
2040 (*this_cache) = this_trad_cache; in mips_stub_frame_cache()
2060 mips_stub_frame_this_id (struct frame_info *next_frame, void **this_cache, in mips_stub_frame_this_id() argument
2064 = mips_stub_frame_cache (next_frame, this_cache); in mips_stub_frame_this_id()
2070 void **this_cache, in mips_stub_frame_prev_register() argument
2076 = mips_stub_frame_cache (next_frame, this_cache); in mips_stub_frame_prev_register()
2100 void **this_cache) in mips_stub_frame_base_address() argument
2103 = mips_stub_frame_cache (next_frame, this_cache); in mips_stub_frame_base_address()