Searched defs:unw_addr_space (Results 1 – 10 of 10) sorted by relevance
51 struct unw_addr_space struct53 struct unw_accessors acc;55 int big_endian;56 mips_abi_t abi;57 unsigned int addr_size;59 unw_caching_policy_t caching_policy;61 AO_t cache_generation;63 uint32_t cache_generation;65 unw_word_t dyn_generation; /* see dyn-common.h */66 unw_word_t dyn_info_list_addr; /* (cached) dyn_info_list_addr */[all …]
48 struct unw_addr_space struct50 struct unw_accessors acc;51 int big_endian;52 unw_caching_policy_t caching_policy;54 AO_t cache_generation;56 uint32_t cache_generation;58 unw_word_t dyn_generation; /* see dyn-common.h */59 unw_word_t dyn_info_list_addr; /* (cached) dyn_info_list_addr */60 struct dwarf_rs_cache global_cache;61 struct unw_debug_frame_list *debug_frames;[all …]
54 struct unw_addr_space struct56 struct unw_accessors acc;57 unw_caching_policy_t caching_policy;59 AO_t cache_generation;61 uint32_t cache_generation;63 unw_word_t dyn_generation; /* see dyn-common.h */64 unw_word_t dyn_info_list_addr; /* (cached) dyn_info_list_addr */65 struct dwarf_rs_cache global_cache;66 struct unw_debug_frame_list *debug_frames;67 int validate;[all …]
63 struct unw_addr_space struct65 struct unw_accessors acc;66 int big_endian;67 unw_caching_policy_t caching_policy;69 AO_t cache_generation;71 uint32_t cache_generation;73 unw_word_t dyn_generation; /* see dyn-common.h */74 unw_word_t dyn_info_list_addr; /* (cached) dyn_info_list_addr */75 struct dwarf_rs_cache global_cache;76 struct unw_debug_frame_list *debug_frames;[all …]
48 struct unw_addr_space struct50 struct unw_accessors acc;51 unw_caching_policy_t caching_policy;53 AO_t cache_generation;55 uint32_t cache_generation;57 unw_word_t dyn_generation; /* see dyn-common.h */58 unw_word_t dyn_info_list_addr; /* (cached) dyn_info_list_addr */59 struct dwarf_rs_cache global_cache;60 struct unw_debug_frame_list *debug_frames;62 struct map_info *map_list;
48 struct unw_addr_space struct50 struct unw_accessors acc;51 unw_caching_policy_t caching_policy;53 AO_t cache_generation;55 uint32_t cache_generation;57 unw_word_t dyn_generation; /* see dyn-common.h */58 unw_word_t dyn_info_list_addr; /* (cached) dyn_info_list_addr */59 struct dwarf_rs_cache global_cache;60 struct unw_debug_frame_list *debug_frames;63 struct map_info *map_list;
65 struct unw_addr_space struct67 struct unw_accessors acc;68 unw_caching_policy_t caching_policy;70 AO_t cache_generation;72 uint32_t cache_generation;74 unw_word_t dyn_generation; /* see dyn-common.h */75 unw_word_t dyn_info_list_addr; /* (cached) dyn_info_list_addr */76 struct dwarf_rs_cache global_cache;77 struct unw_debug_frame_list *debug_frames;79 struct map_info *map_list;
97 struct unw_addr_space struct99 struct unw_accessors acc;100 int big_endian;101 int abi; /* abi < 0 => unknown, 0 => SysV, 1 => HP-UX, 2 => Windows */102 unw_caching_policy_t caching_policy;104 AO_t cache_generation;106 uint32_t cache_generation;108 unw_word_t dyn_generation;132 unw_addr_space_t as; /* reference to per-address-space info */ argument