/external/libunwind/src/coredump/ |
_UCD_find_proc_info.c | 45 || (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.format != -1 [all...] |
_UCD_create.c | 89 ui->edi.di_debug.format = -1;
|
/external/libunwind/src/ptrace/ |
_UPT_find_proc_info.c | 56 || (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.format != -1 [all...] |
_UPT_create.c | 41 ui->edi.di_debug.format = -1;
|
/external/libunwind/src/dwarf/ |
Gfind_proc_info-lsb.c | 364 dwarf_find_debug_frame (int found, unw_dyn_info_t *di_debug, unw_word_t ip, 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,
|
Gfind_unwind_table.c | 242 found = dwarf_find_debug_frame (found, &edi->di_debug, ip, load_base, path,
|
/external/libunwind/include/ |
libunwind_i.h | 338 unw_dyn_info_t di_debug; /* additional table info for .debug_frame */ member in struct:elf_dyn_info 355 edi->di_debug.format = -1;
|
dwarf.h | 374 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,
|
/prebuilts/clang/linux-x86/host/3.5/lib/ |
libc++.so | |