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

  /src/external/gpl3/gdb.old/dist/gdb/
riscv-tdep.c 139 struct riscv_unwind_cache struct
2310 struct riscv_unwind_cache *cache)
3807 static struct riscv_unwind_cache *
3811 struct riscv_unwind_cache *cache;
3816 return (struct riscv_unwind_cache *) *this_cache;
3818 cache = FRAME_OBSTACK_ZALLOC (struct riscv_unwind_cache);
3872 struct riscv_unwind_cache *cache;
3893 struct riscv_unwind_cache *cache;
  /src/external/gpl3/gdb/dist/gdb/
riscv-tdep.c 147 struct riscv_unwind_cache struct
2327 struct riscv_unwind_cache *cache)
3828 static struct riscv_unwind_cache *
3832 struct riscv_unwind_cache *cache;
3837 return (struct riscv_unwind_cache *) *this_cache;
3839 cache = FRAME_OBSTACK_ZALLOC (struct riscv_unwind_cache);
3893 struct riscv_unwind_cache *cache;
3914 struct riscv_unwind_cache *cache;

Completed in 28 milliseconds