HomeSort by: relevance | last modified time | path
    Searched defs:trad_frame_alloc_saved_regs (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
trad-frame.c 44 this_trad_cache->prev_regs = trad_frame_alloc_saved_regs (this_frame);
62 trad_frame_alloc_saved_regs (struct gdbarch *gdbarch) function
84 trad_frame_alloc_saved_regs (const frame_info_ptr &this_frame) function
88 return trad_frame_alloc_saved_regs (gdbarch);
  /src/external/gpl3/gdb.old/dist/gdb/
trad-frame.c 44 this_trad_cache->prev_regs = trad_frame_alloc_saved_regs (this_frame);
62 trad_frame_alloc_saved_regs (struct gdbarch *gdbarch) function
84 trad_frame_alloc_saved_regs (const frame_info_ptr &this_frame) function
88 return trad_frame_alloc_saved_regs (gdbarch);

Completed in 24 milliseconds