Lines Matching refs:this_cache

1367 set_reg_offset (struct mips_frame_cache *this_cache, int regnum,  in set_reg_offset()  argument
1370 if (this_cache != NULL in set_reg_offset()
1371 && this_cache->saved_regs[regnum].addr == -1) in set_reg_offset()
1373 this_cache->saved_regs[regnum + 0 * NUM_REGS].addr = offset; in set_reg_offset()
1374 this_cache->saved_regs[regnum + 1 * NUM_REGS].addr = offset; in set_reg_offset()
1421 struct mips_frame_cache *this_cache) in mips16_scan_prologue() argument
1487 set_reg_offset (this_cache, reg, sp + offset); in mips16_scan_prologue()
1493 set_reg_offset (this_cache, reg, sp + offset); in mips16_scan_prologue()
1498 set_reg_offset (this_cache, MIPS_RA_REGNUM, sp + offset); in mips16_scan_prologue()
1503 set_reg_offset (this_cache, MIPS_RA_REGNUM, sp + offset); in mips16_scan_prologue()
1521 set_reg_offset (this_cache, reg, frame_addr + offset); in mips16_scan_prologue()
1527 set_reg_offset (this_cache, reg, frame_addr + offset); in mips16_scan_prologue()
1570 set_reg_offset (this_cache, reg, sp + offset); in mips16_scan_prologue()
1578 set_reg_offset (this_cache, MIPS_RA_REGNUM, sp + offset); in mips16_scan_prologue()
1585 set_reg_offset (this_cache, reg, sp + offset); in mips16_scan_prologue()
1590 if (this_cache != NULL) in mips16_scan_prologue()
1592 this_cache->base = in mips16_scan_prologue()
1598 this_cache->saved_regs[NUM_REGS + mips_regnum (current_gdbarch)->pc] in mips16_scan_prologue()
1599 = this_cache->saved_regs[NUM_REGS + MIPS_RA_REGNUM]; in mips16_scan_prologue()
1616 mips_insn16_frame_cache (struct frame_info *next_frame, void **this_cache) in mips_insn16_frame_cache() argument
1620 if ((*this_cache) != NULL) in mips_insn16_frame_cache()
1621 return (*this_cache); in mips_insn16_frame_cache()
1623 (*this_cache) = cache; in mips_insn16_frame_cache()
1639 mips16_scan_prologue (start_addr, pc, next_frame, *this_cache); in mips_insn16_frame_cache()
1645 return (*this_cache); in mips_insn16_frame_cache()
1649 mips_insn16_frame_this_id (struct frame_info *next_frame, void **this_cache, in mips_insn16_frame_this_id() argument
1653 this_cache); in mips_insn16_frame_this_id()
1659 void **this_cache, in mips_insn16_frame_prev_register() argument
1665 this_cache); in mips_insn16_frame_prev_register()
1688 void **this_cache) in mips_insn16_frame_base_address() argument
1691 this_cache); in mips_insn16_frame_base_address()
1716 reset_saved_regs (struct mips_frame_cache *this_cache) in reset_saved_regs() argument
1718 if (this_cache == NULL || this_cache->saved_regs == NULL) in reset_saved_regs()
1727 this_cache->saved_regs[i].addr = -1; in reset_saved_regs()
1739 struct mips_frame_cache *this_cache) in mips32_scan_prologue() argument
1792 set_reg_offset (this_cache, reg, sp + low_word); in mips32_scan_prologue()
1797 set_reg_offset (this_cache, reg, sp + low_word); in mips32_scan_prologue()
1821 reset_saved_regs (this_cache); in mips32_scan_prologue()
1849 reset_saved_regs (this_cache); in mips32_scan_prologue()
1856 set_reg_offset (this_cache, reg, frame_addr + low_word); in mips32_scan_prologue()
1899 if (this_cache != NULL) in mips32_scan_prologue()
1901 this_cache->base = in mips32_scan_prologue()
1907 this_cache->saved_regs[NUM_REGS + mips_regnum (current_gdbarch)->pc] in mips32_scan_prologue()
1908 = this_cache->saved_regs[NUM_REGS + MIPS_RA_REGNUM]; in mips32_scan_prologue()
1935 mips_insn32_frame_cache (struct frame_info *next_frame, void **this_cache) in mips_insn32_frame_cache() argument
1939 if ((*this_cache) != NULL) in mips_insn32_frame_cache()
1940 return (*this_cache); in mips_insn32_frame_cache()
1943 (*this_cache) = cache; in mips_insn32_frame_cache()
1959 mips32_scan_prologue (start_addr, pc, next_frame, *this_cache); in mips_insn32_frame_cache()
1965 return (*this_cache); in mips_insn32_frame_cache()
1969 mips_insn32_frame_this_id (struct frame_info *next_frame, void **this_cache, in mips_insn32_frame_this_id() argument
1973 this_cache); in mips_insn32_frame_this_id()
1979 void **this_cache, in mips_insn32_frame_prev_register() argument
1985 this_cache); in mips_insn32_frame_prev_register()
2008 void **this_cache) in mips_insn32_frame_base_address() argument
2011 this_cache); in mips_insn32_frame_base_address()
2033 mips_stub_frame_cache (struct frame_info *next_frame, void **this_cache) in mips_stub_frame_cache() argument
2040 if ((*this_cache) != NULL) in mips_stub_frame_cache()
2041 return (*this_cache); in mips_stub_frame_cache()
2043 (*this_cache) = this_trad_cache; in mips_stub_frame_cache()
2063 mips_stub_frame_this_id (struct frame_info *next_frame, void **this_cache, in mips_stub_frame_this_id() argument
2067 = mips_stub_frame_cache (next_frame, this_cache); in mips_stub_frame_this_id()
2073 void **this_cache, in mips_stub_frame_prev_register() argument
2079 = mips_stub_frame_cache (next_frame, this_cache); in mips_stub_frame_prev_register()
2113 void **this_cache) in mips_stub_frame_base_address() argument
2116 = mips_stub_frame_cache (next_frame, this_cache); in mips_stub_frame_base_address()