Searched refs:GET_MEMORY (Results 1 – 7 of 7) sorted by relevance
/third_party/libunwind/libunwind/src/mi/ |
D | mempool.c | 94 GET_MEMORY (mem, size); in expand() 98 GET_MEMORY (mem, size); in expand()
|
/third_party/libunwind/libunwind/src/dwarf/ |
D | Gfind_proc_info-lsb.c | 145 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()
|
D | Gparser.c | 567 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/ |
D | libunwind_i.h | 217 #define GET_MEMORY(mem, size) \ macro
|
/third_party/libunwind/libunwind/src/aarch64/ |
D | Gtrace.c | 93 GET_MEMORY(frames, n * sizeof (unw_tdep_frame_t)); in trace_cache_buckets()
|
/third_party/libunwind/libunwind/src/arm/ |
D | Gtrace.c | 93 GET_MEMORY(frames, n * sizeof (unw_tdep_frame_t)); in trace_cache_buckets()
|
/third_party/libunwind/libunwind/src/x86_64/ |
D | Gtrace.c | 92 GET_MEMORY(frames, n * sizeof (unw_tdep_frame_t)); in trace_cache_buckets()
|