/external/elfutils/0.153/libdwfl/ |
D | argp-std.c | 141 Dwfl *dwfl = state->hook; in parse_opt() local 172 Dwfl *dwfl = INTUSE(dwfl_begin) (&proc_callbacks); in parse_opt() local 194 Dwfl *dwfl = INTUSE(dwfl_begin) (&proc_callbacks); in parse_opt() local 207 Dwfl *dwfl = state->hook; in parse_opt() local 250 Dwfl *dwfl = INTUSE(dwfl_begin) (&kernel_callbacks); in parse_opt() local 267 Dwfl *dwfl = INTUSE(dwfl_begin) (&offline_callbacks); in parse_opt() local 280 Dwfl *dwfl = state->hook; in parse_opt() local
|
D | segment.c | 53 segment_start (Dwfl *dwfl, GElf_Addr start) in segment_start() 61 segment_end (Dwfl *dwfl, GElf_Addr end) in segment_end() 69 insert (Dwfl *dwfl, size_t i, GElf_Addr start, GElf_Addr end, int segndx) in insert() 145 lookup (Dwfl *dwfl, GElf_Addr address, int hint) in lookup() 172 reify_segments (Dwfl *dwfl) in reify_segments() 259 dwfl_addrsegment (Dwfl *dwfl, Dwarf_Addr address, Dwfl_Module **mod) in dwfl_addrsegment()
|
D | offline.c | 126 process_file (Dwfl *dwfl, const char *name, const char *file_name, int fd, in process_file() 147 process_elf (Dwfl *dwfl, const char *name, const char *file_name, int fd, in process_elf() 179 process_archive_member (Dwfl *dwfl, const char *name, const char *file_name, in process_archive_member() 256 process_archive (Dwfl *dwfl, const char *name, const char *file_name, int fd, in process_archive() 286 __libdwfl_report_offline (Dwfl *dwfl, const char *name, in __libdwfl_report_offline() 309 dwfl_report_offline (Dwfl *dwfl, const char *name, in dwfl_report_offline()
|
D | linux-kernel-modules.c | 101 try_kernel_name (Dwfl *dwfl, char **fname, bool try_debug) in try_kernel_name() 176 find_kernel_elf (Dwfl *dwfl, const char *release, char **fname) in find_kernel_elf() 196 get_release (Dwfl *dwfl, const char **release) in get_release() 215 report_kernel (Dwfl *dwfl, const char **release, in report_kernel() 264 report_kernel_archive (Dwfl *dwfl, const char **release, in report_kernel_archive() 336 dwfl_linux_kernel_report_offline (Dwfl *dwfl, const char *release, in dwfl_linux_kernel_report_offline() 626 dwfl_linux_kernel_report_kernel (Dwfl *dwfl) in dwfl_linux_kernel_report_kernel()
|
D | dwfl_version.c | 53 dwfl_version (dwfl) in dwfl_version() argument
|
D | dwfl_begin.c | 61 Dwfl *dwfl = calloc (1, sizeof *dwfl); in dwfl_begin() local
|
D | dwfl_getsrc.c | 53 dwfl_getsrc (Dwfl *dwfl, Dwarf_Addr addr) in dwfl_getsrc()
|
D | dwfl_end.c | 53 dwfl_end (Dwfl *dwfl) in dwfl_end()
|
D | dwfl_addrdwarf.c | 53 dwfl_addrdwarf (Dwfl *dwfl, Dwarf_Addr address, Dwarf_Addr *bias) in dwfl_addrdwarf()
|
D | dwfl_addrmodule.c | 53 dwfl_addrmodule (Dwfl *dwfl, Dwarf_Addr address) in dwfl_addrmodule()
|
D | dwfl_addrdie.c | 53 dwfl_addrdie (Dwfl *dwfl, Dwarf_Addr addr, Dwarf_Addr *bias) in dwfl_addrdie()
|
D | linux-proc-maps.c | 73 grovel_auxv (pid_t pid, Dwfl *dwfl, GElf_Addr *sysinfo_ehdr) in grovel_auxv() 142 proc_maps_report (Dwfl *dwfl, FILE *f, GElf_Addr sysinfo_ehdr, pid_t pid) in proc_maps_report() 239 dwfl_linux_proc_maps_report (Dwfl *dwfl, FILE *f) in dwfl_linux_proc_maps_report()
|
D | dwfl_nextcu.c | 53 dwfl_nextcu (Dwfl *dwfl, Dwarf_Die *lastcu, Dwarf_Addr *bias) in dwfl_nextcu()
|
D | dwfl_validate_address.c | 53 dwfl_validate_address (Dwfl *dwfl, Dwarf_Addr address, Dwarf_Sword offset) in dwfl_validate_address()
|
D | core-file.c | 144 dwfl_report_core_segments (Dwfl *dwfl, Elf *elf, size_t phnum, GElf_Phdr *notes) in dwfl_report_core_segments() 251 dwfl_elf_phdr_memory_callback (Dwfl *dwfl, int ndx, in dwfl_elf_phdr_memory_callback() 406 dwfl_core_file_report (Dwfl *dwfl, Elf *elf) in dwfl_core_file_report()
|
D | dwfl_report_elf.c | 64 __libdwfl_report_elf (Dwfl *dwfl, const char *name, const char *file_name, in __libdwfl_report_elf() 272 dwfl_report_elf (Dwfl *dwfl, const char *name, in dwfl_report_elf()
|
D | dwfl_getmodules.c | 53 dwfl_getmodules (Dwfl *dwfl, in dwfl_getmodules()
|
D | dwfl_module.c | 112 dwfl_report_begin_add (Dwfl *dwfl __attribute__ ((unused))) in dwfl_report_begin_add()
|
D | link_map.c | 156 integrated_memory_callback (Dwfl *dwfl, int ndx, in integrated_memory_callback() 259 Dwfl *dwfl, GElf_Addr r_debug_vaddr, in report_r_debug() 605 find_executable (Dwfl *dwfl, GElf_Addr at_phdr, GElf_Addr at_entry, in find_executable() 626 dwfl_link_map_report (Dwfl *dwfl, const void *auxv, size_t auxv_size, in dwfl_link_map_report()
|
D | dwfl_getdwarf.c | 71 dwfl_getdwarf (Dwfl *dwfl, in dwfl_getdwarf()
|
D | dwfl_segment_report_module.c | 79 addr_segndx (Dwfl *dwfl, size_t segment, GElf_Addr addr, bool next) in addr_segndx() 103 dwfl_segment_report_module (Dwfl *dwfl, int ndx, const char *name, in dwfl_segment_report_module()
|
D | libdwflP.h | 156 Dwfl *dwfl; member
|
/external/elfutils/0.153/src/ |
D | addr2line.c | 150 Dwfl *dwfl = NULL; in main() local 406 adjust_to_section (const char *name, uintmax_t *addr, Dwfl *dwfl) in adjust_to_section() 449 handle_address (const char *string, Dwfl *dwfl) in handle_address()
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
D | probe-finder.h | 27 Dwfl *dwfl; member
|
/external/ltrace/ |
D | proc.h | 123 Dwfl *dwfl; member
|