Home
last modified time | relevance | path

Searched refs:dwfl_arg (Results 1 – 5 of 5) sorted by relevance

/external/elfutils/libdwfl/
Dlinux-pid-attach.c160 pid_next_thread (Dwfl *dwfl __attribute__ ((unused)), void *dwfl_arg, in pid_next_thread() argument
163 struct __libdwfl_pid_arg *pid_arg = dwfl_arg; in pid_next_thread()
198 *thread_argp = dwfl_arg; in pid_next_thread()
205 void *dwfl_arg, void **thread_argp) in pid_getthread() argument
207 *thread_argp = dwfl_arg; in pid_getthread()
251 pid_detach (Dwfl *dwfl __attribute__ ((unused)), void *dwfl_arg) in pid_detach() argument
253 struct __libdwfl_pid_arg *pid_arg = dwfl_arg; in pid_detach()
411 void *dwfl_arg __attribute__ ((unused)), in pid_next_thread() argument
422 void *dwfl_arg __attribute__ ((unused)), in pid_getthread() argument
462 void *dwfl_arg __attribute__ ((unused))) in pid_detach() argument
Dlinux-core-attach.c55 void *dwfl_arg) in core_memory_read() argument
58 struct core_arg *core_arg = dwfl_arg; in core_memory_read()
99 core_next_thread (Dwfl *dwfl __attribute__ ((unused)), void *dwfl_arg, in core_next_thread() argument
102 struct core_arg *core_arg = dwfl_arg; in core_next_thread()
292 core_detach (Dwfl *dwfl __attribute__ ((unused)), void *dwfl_arg) in core_detach() argument
294 struct core_arg *core_arg = dwfl_arg; in core_detach()
Dlibdwfl.h661 pid_t (*next_thread) (Dwfl *dwfl, void *dwfl_arg, void **thread_argp)
671 bool (*get_thread) (Dwfl *dwfl, pid_t tid, void *dwfl_arg,
680 void *dwfl_arg)
696 void (*detach) (Dwfl *dwfl, void *dwfl_arg)
716 void *dwfl_arg)
/external/elfutils/include/elfutils/
Dlibdwfl.h661 pid_t (*next_thread) (Dwfl *dwfl, void *dwfl_arg, void **thread_argp)
671 bool (*get_thread) (Dwfl *dwfl, pid_t tid, void *dwfl_arg,
680 void *dwfl_arg)
696 void (*detach) (Dwfl *dwfl, void *dwfl_arg)
716 void *dwfl_arg)
/external/elfutils/tests/
Dbacktrace-data.c73 void *dwfl_arg __attribute__ ((unused))) in memory_read() argument
157 next_thread (Dwfl *dwfl, void *dwfl_arg __attribute__ ((unused)), in next_thread() argument