/external/elfutils/libdwfl/ |
D | argp-std.c | 96 Dwfl *dwfl; member 141 Dwfl *dwfl = opt->dwfl; in parse_opt() local 169 Dwfl *dwfl = INTUSE(dwfl_begin) (&proc_callbacks); in parse_opt() local 197 Dwfl *dwfl = INTUSE(dwfl_begin) (&proc_callbacks); in parse_opt() local 212 Dwfl *dwfl = opt->dwfl; in parse_opt() local 227 Dwfl *dwfl = INTUSE(dwfl_begin) (&kernel_callbacks); in parse_opt() local 247 Dwfl *dwfl = INTUSE(dwfl_begin) (&offline_callbacks); in parse_opt() local 262 Dwfl *dwfl = opt->dwfl; in parse_opt() local
|
D | segment.c | 33 __libdwfl_segment_start (Dwfl *dwfl, GElf_Addr start) in __libdwfl_segment_start() 42 __libdwfl_segment_end (Dwfl *dwfl, GElf_Addr end) in __libdwfl_segment_end() 50 insert (Dwfl *dwfl, size_t i, GElf_Addr start, GElf_Addr end, int segndx) in insert() 127 lookup (Dwfl *dwfl, GElf_Addr address, int hint) in lookup() 154 reify_segments (Dwfl *dwfl) in reify_segments() 241 dwfl_addrsegment (Dwfl *dwfl, Dwarf_Addr address, Dwfl_Module **mod) in dwfl_addrsegment()
|
D | linux-pid-attach.c | 118 pid_memory_read (Dwfl *dwfl, Dwarf_Addr addr, Dwarf_Word *result, void *arg) in pid_memory_read() 160 pid_next_thread (Dwfl *dwfl __attribute__ ((unused)), void *dwfl_arg, in pid_next_thread() 204 pid_getthread (Dwfl *dwfl __attribute__ ((unused)), pid_t tid, in pid_getthread() 251 pid_detach (Dwfl *dwfl __attribute__ ((unused)), void *dwfl_arg) in pid_detach() 295 dwfl_linux_proc_attach (Dwfl *dwfl, pid_t pid, bool assume_ptrace_stopped) in dwfl_linux_proc_attach() 410 pid_next_thread (Dwfl *dwfl __attribute__ ((unused)), in pid_next_thread() 420 pid_getthread (Dwfl *dwfl __attribute__ ((unused)), in pid_getthread() 441 pid_memory_read (Dwfl *dwfl __attribute__ ((unused)), in pid_memory_read() 461 pid_detach (Dwfl *dwfl __attribute__ ((unused)), in pid_detach() 490 dwfl_linux_proc_attach (Dwfl *dwfl __attribute__ ((unused)), in dwfl_linux_proc_attach()
|
D | offline.c | 106 process_file (Dwfl *dwfl, const char *name, const char *file_name, int fd, in process_file() 127 process_elf (Dwfl *dwfl, const char *name, const char *file_name, int fd, in process_elf() 160 process_archive_member (Dwfl *dwfl, const char *name, const char *file_name, in process_archive_member() 238 process_archive (Dwfl *dwfl, const char *name, const char *file_name, int fd, in process_archive() 268 __libdwfl_report_offline (Dwfl *dwfl, const char *name, in __libdwfl_report_offline() 291 dwfl_report_offline (Dwfl *dwfl, const char *name, in dwfl_report_offline()
|
D | dwfl_frame.c | 112 Dwfl *dwfl = process->dwfl; in __libdwfl_process_free() local 125 process_alloc (Dwfl *dwfl) in process_alloc() 135 dwfl_attach_state (Dwfl *dwfl, Elf *elf, pid_t pid, in dwfl_attach_state() 329 getthread (Dwfl *dwfl, pid_t tid, in getthread() 397 dwfl_getthread_frames (Dwfl *dwfl, pid_t tid, in dwfl_getthread_frames()
|
D | linux-kernel-modules.c | 81 try_kernel_name (Dwfl *dwfl, char **fname, bool try_debug) in try_kernel_name() 153 find_kernel_elf (Dwfl *dwfl, const char *release, char **fname) in find_kernel_elf() 173 get_release (Dwfl *dwfl, const char **release) in get_release() 192 report_kernel (Dwfl *dwfl, const char **release, in report_kernel() 247 report_kernel_archive (Dwfl *dwfl, const char **release, in report_kernel_archive() 321 dwfl_linux_kernel_report_offline (Dwfl *dwfl, const char *release, in dwfl_linux_kernel_report_offline() 629 dwfl_linux_kernel_report_kernel (Dwfl *dwfl) in dwfl_linux_kernel_report_kernel()
|
D | dwfl_module.c | 123 dwfl_report_begin_add (Dwfl *dwfl __attribute__ ((unused))) in dwfl_report_begin_add() 162 dwfl_report_module (Dwfl *dwfl, const char *name, in dwfl_report_module()
|
D | linux-proc-maps.c | 92 grovel_auxv (pid_t pid, Dwfl *dwfl, GElf_Addr *sysinfo_ehdr) in grovel_auxv() 179 do_report (Dwfl *dwfl, char **plast_file, Dwarf_Addr low, Dwarf_Addr high) in do_report() 196 proc_maps_report (Dwfl *dwfl, FILE *f, GElf_Addr sysinfo_ehdr, pid_t pid) in proc_maps_report() 279 dwfl_linux_proc_maps_report (Dwfl *dwfl, FILE *f) in dwfl_linux_proc_maps_report()
|
D | dwfl_version.c | 32 dwfl_version (Dwfl *dwfl __attribute__ ((unused))) in dwfl_version()
|
D | dwfl_getsrc.c | 32 dwfl_getsrc (Dwfl *dwfl, Dwarf_Addr addr) in dwfl_getsrc()
|
D | dwfl_begin.c | 40 Dwfl *dwfl = calloc (1, sizeof *dwfl); in dwfl_begin() local
|
D | dwfl_addrdie.c | 32 dwfl_addrdie (Dwfl *dwfl, Dwarf_Addr addr, Dwarf_Addr *bias) in dwfl_addrdie()
|
D | dwfl_addrmodule.c | 32 dwfl_addrmodule (Dwfl *dwfl, Dwarf_Addr address) in dwfl_addrmodule()
|
D | dwfl_addrdwarf.c | 32 dwfl_addrdwarf (Dwfl *dwfl, Dwarf_Addr address, Dwarf_Addr *bias) in dwfl_addrdwarf()
|
D | dwfl_end.c | 33 dwfl_end (Dwfl *dwfl) in dwfl_end()
|
D | dwfl_report_elf.c | 239 __libdwfl_report_elf (Dwfl *dwfl, const char *name, const char *file_name, in __libdwfl_report_elf() 287 dwfl_report_elf (Dwfl *dwfl, const char *name, const char *file_name, int fd, in dwfl_report_elf() 332 _compat_without_add_p_vaddr_dwfl_report_elf (Dwfl *dwfl, const char *name, in _compat_without_add_p_vaddr_dwfl_report_elf()
|
D | dwfl_nextcu.c | 32 dwfl_nextcu (Dwfl *dwfl, Dwarf_Die *lastcu, Dwarf_Addr *bias) in dwfl_nextcu()
|
/external/elfutils/tests/ |
D | backtrace-dwarf.c | 49 report_pid (Dwfl *dwfl, pid_t pid) in report_pid() 78 Dwfl *dwfl = dwfl_begin (&proc_callbacks); in pid_to_dwfl() local 99 Dwfl *dwfl = dwfl_thread_dwfl (thread); in frame_callback() local 162 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() 110 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() 169 Dwfl *dwfl = dwfl_thread_dwfl (thread); in frame_callback() local 206 dump (Dwfl *dwfl) in dump() 289 report_pid (Dwfl *dwfl, pid_t pid) in report_pid() 318 Dwfl *dwfl = dwfl_begin (&proc_callbacks); in pid_to_dwfl() local 362 Dwfl *dwfl = pid_to_dwfl (pid); in exec_dump() local 464 Dwfl *dwfl = NULL; in main() local
|
D | backtrace-data.c | 72 memory_read (Dwfl *dwfl, Dwarf_Addr addr, Dwarf_Word *result, in memory_read() 144 report_module (Dwfl *dwfl, pid_t child, Dwarf_Addr addr) in report_module() 157 next_thread (Dwfl *dwfl, void *dwfl_arg __attribute__ ((unused)), in next_thread() 231 Dwfl *dwfl = dwfl_thread_dwfl (dwfl_frame_thread (state)); in frame_callback() local 303 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 | dwfl-bug-report.c | 36 Dwfl *dwfl = dwfl_begin (&callbacks); in main() local
|
D | addrscopes.c | 95 handle_address (GElf_Addr pc, Dwfl *dwfl) in handle_address() 149 Dwfl *dwfl = NULL; in main() local
|