HomeSort by relevance Sort by last modified time
    Searched refs:start_ip (Results 1 - 25 of 47) sorted by null

1 2

  /external/libunwind/src/unwind/
GetRegionStart.c 33 pi.start_ip = 0;
35 return pi.start_ip;
FindEnclosingFunction.c 38 return (void *) (uintptr_t) pi.start_ip;
  /external/libunwind/src/hppa/
Gget_proc_info.c 40 pi->start_ip = c->dwarf.ip;
Gregs.c 39 if (c->dwarf.pi_valid && (*valp < c->dwarf.pi.start_ip
  /external/libunwind/src/x86/
Gget_proc_info.c 39 pi->start_ip = c->dwarf.ip;
  /external/libunwind/src/x86_64/
Gget_proc_info.c 42 pi->start_ip = c->dwarf.ip;
  /external/libunwind/src/mi/
Gdyn-extract.c 33 pi->start_ip = di->start_ip;
Gfind_dynamic_proc_info.c 54 if (ip >= di->start_ip && ip < di->end_ip)
Gdyn-remote.c 209 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;
Gget_proc_name.c 64 *offp = ip - pi.start_ip;
  /external/libunwind/src/coredump/
_UCD_find_proc_info.c 35 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/
_UPT_find_proc_info.c 46 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/
Gfind_unwind_table.c 141 unw_word_t start_ip = (unw_word_t) -1; local
150 if (phdr.p_vaddr < start_ip) {
151 start_ip = phdr.p_vaddr;
192 start_ip += load_base;
211 edi->di_cache.start_ip = start_ip;
228 edi->di_arm.start_ip = start_ip;
249 unw_word_t start_ip = (unw_word_t) -1; local
282 if (phdr[i].p_vaddr < start_ip)
    [all...]
Gfde.c 245 unw_word_t start_ip, ip_range, aug_size, addr = *addrp; local
327 pi, &start_ip, arg)) < 0
331 pi->start_ip = start_ip;
332 pi->end_ip = start_ip + ip_range;
347 (long) pi->start_ip, (long) pi->end_ip, (long) pi->lsda);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_cfg.h 61 int start_ip; member in class:fs_bblock
brw_fs_live_variables.cpp 57 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_llvm/src/
UnwindLevel1.c 75 (frameInfo.start_ip + offset > frameInfo.end_ip))
80 "unwind_phase1(ex_ojb=%p): pc=0x%" PRIx64 ", start_ip=0x%" PRIx64
82 (void *)exception_object, pc, frameInfo.start_ip, functionName,
173 (frameInfo.start_ip + offset > frameInfo.end_ip))
175 _LIBUNWIND_TRACE_UNWINDING("unwind_phase2(ex_ojb=%p): start_ip=0x%" PRIx64
178 (void *)exception_object, frameInfo.start_ip,
265 (frameInfo.start_ip + offset > frameInfo.end_ip))
268 "unwind_phase2_forced(ex_ojb=%p): start_ip=0x%" PRIx64
270 (void *)exception_object, frameInfo.start_ip, functionName,
446 result = (uintptr_t)frameInfo.start_ip;
    [all...]
UnwindLevel1-gcc-ext.c 97 return (void *)(long) info.start_ip;
143 ex.pr_cache.fnstart = frameInfo.start_ip;
167 " _backtrace: start_ip=0x%llX, func=%s, lsda=0x%llX, context=%p\n",
168 (long long)frame.start_ip, functionName, (long long)frame.lsda,
197 bases->func = (uintptr_t)info.start_ip;
  /external/libunwind/tests/
test-ptrace.c 78 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/libunwind/src/ppc32/
Gregs.c 42 if (c->dwarf.pi_valid && (*valp < c->dwarf.pi.start_ip
  /external/libunwind/src/ppc64/
Gregs.c 42 if (c->dwarf.pi_valid && (*valp < c->dwarf.pi.start_ip
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
UnwindLevel1-gcc-ext.c 96 return (void *)(long) info.start_ip;
146 ex.pr_cache.fnstart = frameInfo.start_ip;
178 " _backtrace: start_ip=0x%llX, func=%s, lsda=0x%llX, context=%p\n",
179 (long long)frame.start_ip, functionName, (long long)frame.lsda,
208 bases->func = (uintptr_t)info.start_ip;
UnwindLevel1.c 68 (frameInfo.start_ip + offset > frameInfo.end_ip))
73 "unwind_phase1(ex_ojb=%p): pc=0x%" PRIx64 ", start_ip=0x%" PRIx64
75 (void *)exception_object, pc, frameInfo.start_ip, functionName,
166 (frameInfo.start_ip + offset > frameInfo.end_ip))
168 _LIBUNWIND_TRACE_UNWINDING("unwind_phase2(ex_ojb=%p): start_ip=0x%" PRIx64
171 (void *)exception_object, frameInfo.start_ip,
258 (frameInfo.start_ip + offset > frameInfo.end_ip))
261 "unwind_phase2_forced(ex_ojb=%p): start_ip=0x%" PRIx64
263 (void *)exception_object, frameInfo.start_ip, functionName,
439 result = (uintptr_t)frameInfo.start_ip;
    [all...]
  /external/libunwind/src/ia64/
Gfind_unwind_table.c 133 edi->di_cache.start_ip = segbase;
134 edi->di_cache.end_ip = edi->di_cache.start_ip + ptxt->p_memsz;
Gtables.c 265 && (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 526 milliseconds

1 2