/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
probe-finder.h | 27 Dwfl *dwfl; member in struct:debuginfo
|
probe-finder.c | 127 self->dwfl = dwfl_begin(&offline_callbacks); 128 if (!self->dwfl) 131 self->mod = dwfl_report_offline(self->dwfl, "", "", fd); 141 if (self->dwfl) 142 dwfl_end(self->dwfl); 192 self->dwfl = dwfl_begin(&kernel_callbacks); 193 if (!self->dwfl) 197 dwfl_linux_kernel_report_kernel(self->dwfl); 198 dwfl_linux_kernel_report_modules(self->dwfl); 200 self->dbg = dwfl_addrdwarf(self->dwfl, addr, &self->bias) [all...] |
/external/elfutils/0.153/libdwfl/ |
libdwflP.h | 110 struct Dwfl 156 Dwfl *dwfl; member in struct:Dwfl_Module 157 struct Dwfl_Module *next; /* Link on Dwfl.modulelist. */ 326 MOD->dwfl->callbacks->section_address is called to determine the actual 375 extern Dwfl_Module *__libdwfl_report_elf (Dwfl *dwfl, const char *name, 381 extern Dwfl_Module *__libdwfl_report_offline (Dwfl *dwfl, const char *name, 420 typedef bool Dwfl_Memory_Callback (Dwfl *dwfl, int segndx [all...] |
dwfl_build_id_find_elf.c | 86 const Dwfl_Callbacks *const cb = mod->dwfl->callbacks;
|
find-debuginfo.c | 165 const Dwfl_Callbacks *const cb = mod->dwfl->callbacks;
|
relocate.c | 82 if ((*mod->dwfl->callbacks->section_address) (MODCB_ARGS (mod), 235 for (Dwfl_Module *m = referer->dwfl->modulelist; m != NULL; m = m->next)
|
derelocate.c | 150 && mod->dwfl->callbacks->section_address != NULL)
|
dwfl_module_getdwarf.c | 173 mod->main.fd = (*mod->dwfl->callbacks->find_elf) (MODCB_ARGS (mod), 553 mod->debug.fd = (*mod->dwfl->callbacks->find_debuginfo) (MODCB_ARGS (mod), 960 const Dwfl_Callbacks *const cb = mod->dwfl->callbacks;
|
/external/ltrace/ |
proc.h | 123 Dwfl *dwfl; member in struct:process
|
output.c | 590 Dwfl *dwfl = dwfl_thread_dwfl(dwfl_frame_thread(state)); local 591 Dwfl_Module *mod = dwfl_addrmodule(dwfl, pc); 779 if (options.bt_depth > 0 && proc->leader->dwfl != NULL) { 781 if (dwfl_getthread_frames(proc->leader->dwfl, proc->pid,
|
/external/elfutils/0.153/src/ |
unstrip.c | 100 Dwfl *dwfl; member in struct:arg_info 119 state->child_inputs[0] = &info->dwfl; 170 if (info->list && (info->dwfl == NULL 195 if (info->dwfl == NULL) [all...] |
readelf.c | 579 Dwfl *dwfl = dwfl_begin (&callbacks); local 580 if (likely (dwfl != NULL)) 582 dwfl->offline_next_address = 0; 583 if (dwfl_report_offline (dwfl, fname, fname, dwfl_fd) == NULL) 597 dwfl_report_end (dwfl, NULL, NULL); 603 only_one = dwfl_getmodules (dwfl, &count_dwflmod, &seen, 0) == 0; 608 dwfl_getmodules (dwfl, &process_dwflmod, &a, 0); 610 dwfl_end (dwfl); [all...] |