Home
last modified time | relevance | path

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

/external/elfutils/libdwfl/
Dlinux-pid-attach.c132 struct __libdwfl_remote_mem_cache *mem_cache = pid_arg->mem_cache; in read_cached_memory()
135 size_t mem_cache_size = sizeof (struct __libdwfl_remote_mem_cache); in read_cached_memory()
136 mem_cache = (struct __libdwfl_remote_mem_cache *) malloc (mem_cache_size); in read_cached_memory()
184 struct __libdwfl_remote_mem_cache *mem_cache = pid_arg->mem_cache; in clear_cached_memory()
DlibdwflP.h406 struct __libdwfl_remote_mem_cache struct
425 struct __libdwfl_remote_mem_cache *mem_cache; argument
DChangeLog372 * libdwflP.h (struct __libdwfl_remote_mem_cache): New.