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

  /src/external/gpl3/gdb/dist/gdb/
trad-frame.c 30 struct trad_frame_cache struct
38 struct trad_frame_cache *
41 struct trad_frame_cache *this_trad_cache;
43 this_trad_cache = FRAME_OBSTACK_ZALLOC (struct trad_frame_cache);
92 trad_frame_set_reg_value (struct trad_frame_cache *this_trad_cache,
95 /* External interface for users of trad_frame_cache
101 trad_frame_set_reg_realreg (struct trad_frame_cache *this_trad_cache,
108 trad_frame_set_reg_addr (struct trad_frame_cache *this_trad_cache,
115 trad_frame_set_reg_regmap (struct trad_frame_cache *this_trad_cache,
175 trad_frame_set_reg_value_bytes (struct trad_frame_cache *this_trad_cache
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
trad-frame.c 30 struct trad_frame_cache struct
38 struct trad_frame_cache *
41 struct trad_frame_cache *this_trad_cache;
43 this_trad_cache = FRAME_OBSTACK_ZALLOC (struct trad_frame_cache);
92 trad_frame_set_reg_value (struct trad_frame_cache *this_trad_cache,
95 /* External interface for users of trad_frame_cache
101 trad_frame_set_reg_realreg (struct trad_frame_cache *this_trad_cache,
108 trad_frame_set_reg_addr (struct trad_frame_cache *this_trad_cache,
115 trad_frame_set_reg_regmap (struct trad_frame_cache *this_trad_cache,
173 trad_frame_set_reg_value_bytes (struct trad_frame_cache *this_trad_cache
    [all...]

Completed in 24 milliseconds