Home
last modified time | relevance | path

Searched refs:dwarf_flush_rs_cache (Results 1 – 3 of 3) sorted by relevance

/third_party/libunwind/libunwind/include/
Ddwarf.h404 #define dwarf_flush_rs_cache UNW_OBJ (dwarf_flush_rs_cache) macro
454 extern int dwarf_flush_rs_cache (struct dwarf_rs_cache *cache);
/third_party/libunwind/libunwind/src/mi/
DGset_cache_size.c70 return dwarf_flush_rs_cache(&as->global_cache); in unw_set_cache_size()
/third_party/libunwind/libunwind/src/dwarf/
DGparser.c547 dwarf_flush_rs_cache (struct dwarf_rs_cache *cache) in dwarf_flush_rs_cache() function
625 if (dwarf_flush_rs_cache (cache) < 0) in get_rs_cache()