Searched refs:di_debug (Results 1 - 8 of 8) sorted by relevance

/external/libunwind/src/coredump/
H A D_UCD_find_proc_info.c45 || (ui->edi.di_debug.format != -1
48 || (ui->edi.di_debug.format != -1
49 && ip >= ui->edi.di_debug.start_ip && ip < ui->edi.di_debug.end_ip))
85 if (ui->edi.di_debug.format != -1
86 && (ip < ui->edi.di_debug.start_ip || ip >= ui->edi.di_debug.end_ip))
87 ui->edi.di_debug.format = -1;
93 && ui->edi.di_debug.format == -1)
156 if (ret == -UNW_ENOINFO && ui->edi.di_debug
[all...]
H A D_UCD_create.c89 ui->edi.di_debug.format = -1;
/external/libunwind/src/ptrace/
H A D_UPT_find_proc_info.c56 || (edi->di_debug.format != -1
59 || (edi->di_debug.format != -1
60 && ip >= edi->di_debug.start_ip && ip < edi->di_debug.end_ip))
83 if (edi->di_debug.format != -1
84 && (ip < edi->di_debug.start_ip || ip >= edi->di_debug.end_ip))
85 edi->di_debug.format = -1;
91 && edi->di_debug.format == -1)
145 if (ret == -UNW_ENOINFO && ui->edi.di_debug
[all...]
H A D_UPT_create.c41 ui->edi.di_debug.format = -1;
/external/libunwind/include/
H A Ddwarf.h374 unw_dyn_info_t di_debug; /* additional table info for .debug_frame */ member in struct:dwarf_callback_data
402 extern int dwarf_find_debug_frame (int found, unw_dyn_info_t *di_debug,
H A Dlibunwind_i.h338 unw_dyn_info_t di_debug; /* additional table info for .debug_frame */ member in struct:elf_dyn_info
355 edi->di_debug.format = -1;
/external/libunwind/src/dwarf/
H A DGfind_proc_info-lsb.c364 dwarf_find_debug_frame (int found, unw_dyn_info_t *di_debug, unw_word_t ip, argument
374 di = di_debug;
703 found = dwarf_find_debug_frame (found, &cb_data->di_debug, ip,
726 cb_data.di_debug.format = -1;
749 if (ret == -UNW_ENOINFO && cb_data.di_debug.format != -1)
750 ret = dwarf_search_unwind_table (as, ip, &cb_data.di_debug, pi,
H A DGfind_unwind_table.c242 found = dwarf_find_debug_frame (found, &edi->di_debug, ip, load_base, path,

Completed in 809 milliseconds