Home
last modified time | relevance | path

Searched defs:unw_addr_space (Results 1 – 13 of 13) sorted by relevance

/third_party/libunwind/include/tdep-riscv/
Dlibunwind_i.h58 struct unw_addr_space struct
80 get_cursor_from_as(unw_addr_space_t as) in get_cursor_from_as() argument
/third_party/libunwind/include/tdep-mips/
Dlibunwind_i.h52 struct unw_addr_space struct
54 struct unw_accessors acc;
56 int big_endian;
57 mips_abi_t abi;
58 unsigned int addr_size;
60 unw_caching_policy_t caching_policy;
61 _Atomic uint32_t cache_generation;
62 unw_word_t dyn_generation; /* see dyn-common.h */
63 unw_word_t dyn_info_list_addr; /* (cached) dyn_info_list_addr */
64 struct dwarf_rs_cache global_cache;
[all …]
/third_party/libunwind/include/tdep-tilegx/
Dlibunwind_i.h45 struct unw_addr_space struct
47 struct unw_accessors acc;
49 int big_endian;
50 tilegx_abi_t abi;
51 unsigned int addr_size;
53 unw_caching_policy_t caching_policy;
54 _Atomic uint32_t cache_generation;
55 unw_word_t dyn_generation; /* see dyn-common.h */
56 unw_word_t dyn_info_list_addr; /* (cached) dyn_info_list_addr */
57 struct dwarf_rs_cache global_cache;
[all …]
/third_party/libunwind/include/tdep-ppc64/
Dlibunwind_i.h55 struct unw_addr_space struct
57 struct unw_accessors acc;
58 int big_endian;
59 ppc64_abi_t abi;
60 unw_caching_policy_t caching_policy;
61 _Atomic uint32_t cache_generation;
62 unw_word_t dyn_generation; /* see dyn-common.h */
63 unw_word_t dyn_info_list_addr; /* (cached) dyn_info_list_addr */
64 struct dwarf_rs_cache global_cache;
65 struct unw_debug_frame_list *debug_frames;
[all …]
/third_party/libunwind/include/tdep-x86/
Dlibunwind_i.h49 struct unw_addr_space struct
68 get_cursor_from_as(unw_addr_space_t as) in get_cursor_from_as() argument
/third_party/libunwind/include/tdep-sh/
Dlibunwind_i.h49 struct unw_addr_space struct
51 struct unw_accessors acc;
52 int big_endian;
53 unw_caching_policy_t caching_policy;
54 _Atomic uint32_t cache_generation;
55 unw_word_t dyn_generation; /* see dyn-common.h */
56 unw_word_t dyn_info_list_addr; /* (cached) dyn_info_list_addr */
57 struct dwarf_rs_cache global_cache;
58 struct unw_debug_frame_list *debug_frames;
60 struct map_info *map_list;
/third_party/libunwind/include/tdep-aarch64/
Dlibunwind_i.h80 struct unw_addr_space struct
98 get_cursor_from_as(unw_addr_space_t as) in get_cursor_from_as() argument
/third_party/libunwind/include/tdep-arm/
Dlibunwind_i.h66 struct unw_addr_space struct
84 get_cursor_from_as(unw_addr_space_t as) in get_cursor_from_as() argument
/third_party/libunwind/include/tdep-x86_64/
Dlibunwind_i.h68 struct unw_addr_space struct
85 get_cursor_from_as(unw_addr_space_t as) in get_cursor_from_as() argument
/third_party/libunwind/include/tdep-ppc32/
Dlibunwind_i.h55 struct unw_addr_space struct
57 struct unw_accessors acc;
58 unw_caching_policy_t caching_policy;
59 _Atomic uint32_t cache_generation;
60 unw_word_t dyn_generation; /* see dyn-common.h */
61 unw_word_t dyn_info_list_addr; /* (cached) dyn_info_list_addr */
62 struct dwarf_rs_cache global_cache;
63 struct unw_debug_frame_list *debug_frames;
64 int validate;
66 struct map_info *map_list;
/third_party/libunwind/include/tdep-hppa/
Dlibunwind_i.h49 struct unw_addr_space struct
51 struct unw_accessors acc;
52 unw_caching_policy_t caching_policy;
53 _Atomic uint32_t cache_generation;
54 unw_word_t dyn_generation; /* see dyn-common.h */
55 unw_word_t dyn_info_list_addr; /* (cached) dyn_info_list_addr */
56 struct dwarf_rs_cache global_cache;
57 struct unw_debug_frame_list *debug_frames;
59 struct map_info *map_list;
/third_party/libunwind/include/tdep-s390x/
Dlibunwind_i.h42 struct unw_addr_space struct
44 struct unw_accessors acc;
45 unw_caching_policy_t caching_policy;
46 _Atomic uint32_t cache_generation;
47 unw_word_t dyn_generation; /* see dyn-common.h */
48 unw_word_t dyn_info_list_addr; /* (cached) dyn_info_list_addr */
49 struct dwarf_rs_cache global_cache;
50 struct unw_debug_frame_list *debug_frames;
/third_party/libunwind/include/tdep-ia64/
Dlibunwind_i.h98 struct unw_addr_space struct
100 struct unw_accessors acc;
101 int big_endian;
102 int abi; /* abi < 0 => unknown, 0 => SysV, 1 => HP-UX, 2 => Windows */
103 unw_caching_policy_t caching_policy;
104 _Atomic uint32_t cache_generation;
105 unw_word_t dyn_generation;
129 unw_addr_space_t as; /* reference to per-address-space info */ argument