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

  /src/external/gpl3/gdb.old/dist/gdb/
sparc-tdep.h 171 struct sparc_frame_cache
203 extern void sparc_record_save_insn (struct sparc_frame_cache *cache);
208 struct sparc_frame_cache *cache);
210 extern struct sparc_frame_cache *
211 sparc_frame_cache (const frame_info_ptr &this_frame, void **this_cache);
213 extern struct sparc_frame_cache *
170 struct sparc_frame_cache struct
sparc-tdep.c 758 static struct sparc_frame_cache *
761 struct sparc_frame_cache *cache;
763 cache = FRAME_OBSTACK_ZALLOC (struct sparc_frame_cache);
967 sparc_record_save_insn (struct sparc_frame_cache *cache)
991 CORE_ADDR current_pc, struct sparc_frame_cache *cache)
1128 struct sparc_frame_cache cache;
1191 struct sparc_frame_cache *
1192 sparc_frame_cache (const frame_info_ptr &this_frame, void **this_cache)
1194 struct sparc_frame_cache *cache;
1197 return (struct sparc_frame_cache *) *this_cache
1185 sparc_frame_cache (const frame_info_ptr &this_frame, void **this_cache) function
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
sparc-tdep.h 171 struct sparc_frame_cache
203 extern void sparc_record_save_insn (struct sparc_frame_cache *cache);
208 struct sparc_frame_cache *cache);
210 extern struct sparc_frame_cache *
211 sparc_frame_cache (const frame_info_ptr &this_frame, void **this_cache);
213 extern struct sparc_frame_cache *
170 struct sparc_frame_cache struct
sparc-tdep.c 758 static struct sparc_frame_cache *
761 struct sparc_frame_cache *cache;
763 cache = FRAME_OBSTACK_ZALLOC (struct sparc_frame_cache);
967 sparc_record_save_insn (struct sparc_frame_cache *cache)
991 CORE_ADDR current_pc, struct sparc_frame_cache *cache)
1128 struct sparc_frame_cache cache;
1191 struct sparc_frame_cache *
1192 sparc_frame_cache (const frame_info_ptr &this_frame, void **this_cache)
1194 struct sparc_frame_cache *cache;
1197 return (struct sparc_frame_cache *) *this_cache
1185 sparc_frame_cache (const frame_info_ptr &this_frame, void **this_cache) function
    [all...]

Completed in 48 milliseconds