Searched refs:start_ip (Results 1 - 25 of 44) sorted by relevance

12

/external/libunwind/src/unwind/
H A DGetRegionStart.c33 pi.start_ip = 0;
35 return pi.start_ip;
H A DFindEnclosingFunction.c38 return (void *) (uintptr_t) pi.start_ip;
/external/libunwind/src/hppa/
H A DGget_proc_info.c40 pi->start_ip = c->dwarf.ip;
H A DGregs.c39 if (c->dwarf.pi_valid && (*valp < c->dwarf.pi.start_ip
/external/libunwind/src/x86/
H A DGget_proc_info.c39 pi->start_ip = c->dwarf.ip;
/external/libunwind/src/x86_64/
H A DGget_proc_info.c42 pi->start_ip = c->dwarf.ip;
/external/libunwind/src/mi/
H A DGdyn-extract.c33 pi->start_ip = di->start_ip;
H A DGfind_dynamic_proc_info.c54 if (ip >= di->start_ip && ip < di->end_ip)
H A DGdyn-remote.c209 unw_word_t dyn_list_addr, addr, next_addr, gen1, gen2, start_ip, end_ip; local
240 if (fetchw (as, a, &addr, &start_ip, arg) < 0
244 if (ip >= start_ip && ip < end_ip)
249 di->start_ip = start_ip;
H A DGget_proc_name.c64 *offp = ip - pi.start_ip;
/external/libunwind/src/coredump/
H A D_UCD_find_proc_info.c35 if (!ui->edi.ktab.start_ip && _Uia64_get_kernel_table (&ui->edi.ktab) < 0)
38 if (ui->edi.ktab.format != -1 && ip >= ui->edi.ktab.start_ip && ip < ui->edi.ktab.end_ip)
43 && ip >= ui->edi.di_cache.start_ip && ip < ui->edi.di_cache.end_ip)
46 && ip >= ui->edi.di_arm.start_ip && ip < ui->edi.di_arm.end_ip)
49 && ip >= ui->edi.di_debug.start_ip && ip < ui->edi.di_debug.end_ip))
82 && (ip < ui->edi.di_cache.start_ip || ip >= ui->edi.di_cache.end_ip))
86 && (ip < ui->edi.di_debug.start_ip || ip >= ui->edi.di_debug.end_ip))
/external/libunwind/src/ptrace/
H A D_UPT_find_proc_info.c46 if (!edi->ktab.start_ip && _Uia64_get_kernel_table (&edi->ktab) < 0)
49 if (edi->ktab.format != -1 && ip >= edi->ktab.start_ip && ip < edi->ktab.end_ip)
54 && ip >= edi->di_cache.start_ip && ip < edi->di_cache.end_ip)
57 && ip >= edi->di_arm.start_ip && ip < edi->di_arm.end_ip)
60 && ip >= edi->di_debug.start_ip && ip < edi->di_debug.end_ip))
80 && (ip < edi->di_cache.start_ip || ip >= edi->di_cache.end_ip))
84 && (ip < edi->di_debug.start_ip || ip >= edi->di_debug.end_ip))
/external/libunwind/src/dwarf/
H A DGfind_unwind_table.c46 unw_word_t start_ip = (unw_word_t) -1; local
74 if (phdr[i].p_vaddr < start_ip)
75 start_ip = phdr[i].p_vaddr;
112 start_ip += load_base;
204 edi->di_cache.start_ip = start_ip;
231 edi->di_arm.start_ip = start_ip;
243 start_ip, end_ip);
H A DGfde.c229 unw_word_t start_ip, ip_range, aug_size, addr = *addrp; local
311 pi, &start_ip, arg)) < 0
315 pi->start_ip = start_ip;
316 pi->end_ip = start_ip + ip_range;
331 (long) pi->start_ip, (long) pi->end_ip, (long) pi->lsda);
/external/libcxxabi/src/Unwind/
H A DUnwindLevel1.c65 UNW_ESUCCESS) || (frameInfo.start_ip + offset > frameInfo.end_ip))
70 "unwind_phase1(ex_ojb=%p): pc=0x%llX, start_ip=0x%llX, func=%s, "
72 exception_object, pc, frameInfo.start_ip, functionName,
160 UNW_ESUCCESS) || (frameInfo.start_ip + offset > frameInfo.end_ip))
163 "unwind_phase2(ex_ojb=%p): start_ip=0x%llX, func=%s, sp=0x%llX, "
165 exception_object, frameInfo.start_ip, functionName, sp,
248 UNW_ESUCCESS) || (frameInfo.start_ip + offset > frameInfo.end_ip))
251 "start_ip=0x%llX, func=%s, lsda=0x%llX, "
253 exception_object, frameInfo.start_ip,
477 result = (uintptr_t)frameInfo.start_ip;
[all...]
H A DUnwindLevel1-gcc-ext.c93 return (void *)(long) info.start_ip;
153 " _backtrace: start_ip=0x%llX, func=%s, lsda=0x%llX, context=%p\n",
154 (long long)frameInfo.start_ip, functionName, (long long)frameInfo.lsda,
184 bases->func = (uintptr_t)info.start_ip;
/external/libunwind/tests/
H A Dtest-ptrace.c78 unw_word_t ip, sp, start_ip = 0, off; local
96 start_ip = ip;
118 (long) pi.start_ip, (long) pi.end_ip,
139 ret, (long) ip, (long) start_ip);
146 (long) start_ip);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_fs_cfg.h61 int start_ip; member in class:fs_bblock
H A Dbrw_fs_live_variables.cpp57 assert(ip == block->start_ip);
212 def[i] = MIN2(def[i], cfg.blocks[b]->start_ip);
213 use[i] = MAX2(use[i], cfg.blocks[b]->start_ip);
/external/libunwind/src/ppc32/
H A DGregs.c42 if (c->dwarf.pi_valid && (*valp < c->dwarf.pi.start_ip
/external/libunwind/src/ppc64/
H A DGregs.c42 if (c->dwarf.pi_valid && (*valp < c->dwarf.pi.start_ip
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_fs_cfg.h61 int start_ip; member in class:fs_bblock
H A Dbrw_fs_live_variables.cpp57 assert(ip == block->start_ip);
212 def[i] = MIN2(def[i], cfg.blocks[b]->start_ip);
213 use[i] = MAX2(use[i], cfg.blocks[b]->start_ip);
/external/libunwind/src/ia64/
H A DGfind_unwind_table.c133 edi->di_cache.start_ip = segbase;
134 edi->di_cache.end_ip = edi->di_cache.start_ip + ptxt->p_memsz;
H A DGtables.c265 && (ip >= di->start_ip && ip < di->end_ip));
296 pi->start_ip = 0;
303 pi->start_ip = e->start_offset + segbase;
427 di->start_ip = ktab[0].start_offset;
435 (char *) di->u.ti.name_ptr, di->start_ip, di->end_ip,
550 di->start_ip = p_text->p_vaddr + load_base;
668 if (ip < kernel_table.start_ip || ip >= kernel_table.end_ip)
688 di.start_ip = lmd.text_base;

Completed in 1185 milliseconds

12