/external/elfutils/libdwfl/ |
D | argp-std.c | 95 Dwfl *dwfl; member 103 failure (Dwfl *dwfl, int errnum, const char *msg, struct argp_state *state) in failure() 115 fail (Dwfl *dwfl, int errnum, const char *msg, struct argp_state *state) in fail() 143 Dwfl *dwfl = opt->dwfl; in parse_opt() local 171 Dwfl *dwfl = INTUSE(dwfl_begin) (&proc_callbacks); in parse_opt() local 199 Dwfl *dwfl = INTUSE(dwfl_begin) (&proc_callbacks); in parse_opt() local 214 Dwfl *dwfl = opt->dwfl; in parse_opt() local 229 Dwfl *dwfl = INTUSE(dwfl_begin) (&kernel_callbacks); in parse_opt() local 249 Dwfl *dwfl = INTUSE(dwfl_begin) (&offline_callbacks); in parse_opt() local 264 Dwfl *dwfl = opt->dwfl; in parse_opt() local
|
D | segment.c | 37 __libdwfl_segment_start (Dwfl *dwfl, GElf_Addr start) in __libdwfl_segment_start() 46 __libdwfl_segment_end (Dwfl *dwfl, GElf_Addr end) in __libdwfl_segment_end() 54 insert (Dwfl *dwfl, size_t i, GElf_Addr start, GElf_Addr end, int segndx) in insert() 131 lookup (Dwfl *dwfl, GElf_Addr address, int hint) in lookup() 158 reify_segments (Dwfl *dwfl) in reify_segments() 245 dwfl_addrsegment (Dwfl *dwfl, Dwarf_Addr address, Dwfl_Module **mod) in dwfl_addrsegment()
|
D | offline.c | 113 process_file (Dwfl *dwfl, const char *name, const char *file_name, int fd, in process_file() 134 process_elf (Dwfl *dwfl, const char *name, const char *file_name, int fd, in process_elf() 170 process_archive_member (Dwfl *dwfl, const char *name, const char *file_name, in process_archive_member() 251 process_archive (Dwfl *dwfl, const char *name, const char *file_name, int fd, in process_archive() 282 __libdwfl_report_offline (Dwfl *dwfl, const char *name, in __libdwfl_report_offline() 305 dwfl_report_offline (Dwfl *dwfl, const char *name, in dwfl_report_offline()
|
D | linux-pid-attach.c | 193 pid_memory_read (Dwfl *dwfl, Dwarf_Addr addr, Dwarf_Word *result, void *arg) in pid_memory_read() 249 pid_next_thread (Dwfl *dwfl __attribute__ ((unused)), void *dwfl_arg, in pid_next_thread() 293 pid_getthread (Dwfl *dwfl __attribute__ ((unused)), pid_t tid, in pid_getthread() 340 pid_detach (Dwfl *dwfl __attribute__ ((unused)), void *dwfl_arg) in pid_detach() 386 dwfl_linux_proc_attach (Dwfl *dwfl, pid_t pid, bool assume_ptrace_stopped) in dwfl_linux_proc_attach() 523 dwfl_linux_proc_attach (Dwfl *dwfl __attribute__ ((unused)), in dwfl_linux_proc_attach()
|
D | dwfl_frame.c | 111 Dwfl *dwfl = process->dwfl; in __libdwfl_process_free() local 124 process_alloc (Dwfl *dwfl) in process_alloc() 134 dwfl_attach_state (Dwfl *dwfl, Elf *elf, pid_t pid, in dwfl_attach_state() 319 getthread (Dwfl *dwfl, pid_t tid, in getthread() 384 dwfl_getthread_frames (Dwfl *dwfl, pid_t tid, in dwfl_getthread_frames()
|
D | debuginfod-client.c | 55 dwfl_get_debuginfod_client (Dwfl *dwfl) in dwfl_get_debuginfod_client() 90 __libdwfl_debuginfod_find_debuginfo (Dwfl *dwfl, in __libdwfl_debuginfod_find_debuginfo()
|
D | linux-kernel-modules.c | 92 try_kernel_name (Dwfl *dwfl, char **fname, bool try_debug) in try_kernel_name() 175 find_kernel_elf (Dwfl *dwfl, const char *release, char **fname) in find_kernel_elf() 219 get_release (Dwfl *dwfl, const char **release) in get_release() 238 report_kernel (Dwfl *dwfl, const char **release, in report_kernel() 296 report_kernel_archive (Dwfl *dwfl, const char **release, in report_kernel_archive() 376 dwfl_linux_kernel_report_offline (Dwfl *dwfl, const char *release, in dwfl_linux_kernel_report_offline() 714 dwfl_linux_kernel_report_kernel (Dwfl *dwfl) in dwfl_linux_kernel_report_kernel()
|
D | linux-proc-maps.c | 96 grovel_auxv (pid_t pid, Dwfl *dwfl, GElf_Addr *sysinfo_ehdr) in grovel_auxv() 183 do_report (Dwfl *dwfl, char **plast_file, Dwarf_Addr low, Dwarf_Addr high) in do_report() 200 proc_maps_report (Dwfl *dwfl, FILE *f, GElf_Addr sysinfo_ehdr, pid_t pid) in proc_maps_report() 287 dwfl_linux_proc_maps_report (Dwfl *dwfl, FILE *f) in dwfl_linux_proc_maps_report()
|
D | dwfl_module.c | 127 dwfl_report_begin_add (Dwfl *dwfl __attribute__ ((unused))) in dwfl_report_begin_add() 166 dwfl_report_module (Dwfl *dwfl, const char *name, in dwfl_report_module()
|
D | dwfl_report_elf.c | 241 __libdwfl_report_elf (Dwfl *dwfl, const char *name, const char *file_name, in __libdwfl_report_elf() 291 dwfl_report_elf (Dwfl *dwfl, const char *name, const char *file_name, int fd, in dwfl_report_elf() 335 _compat_without_add_p_vaddr_dwfl_report_elf (Dwfl *dwfl, const char *name, in _compat_without_add_p_vaddr_dwfl_report_elf()
|
D | dwfl_version.c | 36 dwfl_version (Dwfl *dwfl __attribute__ ((unused))) in dwfl_version()
|
D | core-file.c | 125 dwfl_report_core_segments (Dwfl *dwfl, Elf *elf, size_t phnum, GElf_Phdr *notes) in dwfl_report_core_segments() 282 dwfl_elf_phdr_memory_callback (Dwfl *dwfl, int ndx, in dwfl_elf_phdr_memory_callback() 448 dwfl_core_file_report (Dwfl *dwfl, Elf *elf, const char *executable) in dwfl_core_file_report() 641 _compat_without_executable_dwfl_core_file_report (Dwfl *dwfl, Elf *elf) in _compat_without_executable_dwfl_core_file_report()
|
D | dwfl_getsrc.c | 36 dwfl_getsrc (Dwfl *dwfl, Dwarf_Addr addr) in dwfl_getsrc()
|
D | dwfl_begin.c | 44 Dwfl *dwfl = calloc (1, sizeof *dwfl); in dwfl_begin() local
|
D | dwfl_addrdie.c | 36 dwfl_addrdie (Dwfl *dwfl, Dwarf_Addr addr, Dwarf_Addr *bias) in dwfl_addrdie()
|
D | dwfl_addrmodule.c | 36 dwfl_addrmodule (Dwfl *dwfl, Dwarf_Addr address) in dwfl_addrmodule()
|
D | dwfl_end.c | 36 dwfl_end (Dwfl *dwfl) in dwfl_end()
|
/external/elfutils/tests/ |
D | backtrace-dwarf.c | 48 report_pid (Dwfl *dwfl, pid_t pid) in report_pid() 77 Dwfl *dwfl = dwfl_begin (&proc_callbacks); in pid_to_dwfl() local 98 Dwfl *dwfl = dwfl_thread_dwfl (thread); in frame_callback() local 171 Dwfl *dwfl = pid_to_dwfl (pid); in main() local
|
D | dwfl-bug-fd-leak.c | 54 Dwfl *dwfl = dwfl_begin (&proc_callbacks); in elfutils_open() local 90 elfutils_close (Dwfl *dwfl) in elfutils_close() 117 Dwfl *dwfl = elfutils_open (getpid (), (Dwarf_Addr) (uintptr_t) &main); in main() local
|
D | backtrace.c | 72 const char *symname, Dwfl *dwfl) in callback_verify() 236 Dwfl *dwfl = dwfl_thread_dwfl (thread); in frame_callback() local 273 dump (Dwfl *dwfl) in dump() 356 report_pid (Dwfl *dwfl, pid_t pid) in report_pid() 385 Dwfl *dwfl = dwfl_begin (&proc_callbacks); in pid_to_dwfl() local 427 Dwfl *dwfl = pid_to_dwfl (pid); in exec_dump() local 528 Dwfl *dwfl = NULL; in main() local
|
D | backtrace-data.c | 72 memory_read (Dwfl *dwfl, Dwarf_Addr addr, Dwarf_Word *result, in memory_read() 148 report_module (Dwfl *dwfl, pid_t child, Dwarf_Addr addr) in report_module() 163 next_thread (Dwfl *dwfl, void *dwfl_arg __attribute__ ((unused)), in next_thread() 236 Dwfl *dwfl = dwfl_thread_dwfl (dwfl_frame_thread (state)); in frame_callback() local 307 Dwfl *dwfl = dwfl_begin (&offline_callbacks); in main() local
|
D | dwfl-addr-sect.c | 33 handle_address (Dwfl *dwfl, Dwarf_Addr address) in handle_address() 62 Dwfl *dwfl = NULL; in main() local
|
D | addrcfi.c | 105 handle_cfi (Dwfl *dwfl, const char *which, Dwarf_CFI *cfi, in handle_cfi() 158 handle_address (GElf_Addr pc, Dwfl *dwfl) in handle_address() 186 Dwfl *dwfl = NULL; in main() local
|
D | addrscopes.c | 95 handle_address (GElf_Addr pc, Dwfl *dwfl) in handle_address() 149 Dwfl *dwfl = NULL; in main() local
|
/external/strace/ |
D | unwind-libdw.c | 43 Dwfl *dwfl; member 69 Dwfl *dwfl = dwfl_begin(&proc_callbacks); in tcb_init() local 153 Dwfl *dwfl = dwfl_thread_dwfl(dwfl_frame_thread(state)); in frame_callback() local
|