Home
last modified time | relevance | path

Searched refs:GET_MEMORY (Results 1 – 7 of 7) sorted by relevance

/third_party/libunwind/libunwind/src/mi/
Dmempool.c94 GET_MEMORY (mem, size); in expand()
98 GET_MEMORY (mem, size); in expand()
/third_party/libunwind/libunwind/src/dwarf/
DGfind_proc_info-lsb.c145 GET_MEMORY (*buf, *bufsize); in load_debug_frame()
181 GET_MEMORY (*buf, *bufsize); in load_debug_frame()
294 GET_MEMORY (fdesc, sizeof (struct unw_debug_frame_list)); in locate_debug_info()
474 GET_MEMORY (fdesc->index, fdesc->index_size); in dwarf_find_debug_frame()
DGparser.c567 GET_MEMORY(cache->hash, DWARF_UNW_HASH_SIZE(cache->log_size) in dwarf_flush_rs_cache()
569 GET_MEMORY(cache->buckets, DWARF_UNW_CACHE_SIZE(cache->log_size) in dwarf_flush_rs_cache()
571 GET_MEMORY(cache->links, DWARF_UNW_CACHE_SIZE(cache->log_size) in dwarf_flush_rs_cache()
/third_party/libunwind/libunwind/include/
Dlibunwind_i.h217 #define GET_MEMORY(mem, size) \ macro
/third_party/libunwind/libunwind/src/aarch64/
DGtrace.c93 GET_MEMORY(frames, n * sizeof (unw_tdep_frame_t)); in trace_cache_buckets()
/third_party/libunwind/libunwind/src/arm/
DGtrace.c93 GET_MEMORY(frames, n * sizeof (unw_tdep_frame_t)); in trace_cache_buckets()
/third_party/libunwind/libunwind/src/x86_64/
DGtrace.c92 GET_MEMORY(frames, n * sizeof (unw_tdep_frame_t)); in trace_cache_buckets()