HomeSort by relevance Sort by last modified time
    Searched defs:start_ip (Results 1 - 10 of 10) sorted by null

  /external/libunwind/src/dwarf/
Gfind_unwind_table.c 46 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);
Gfde.c 229 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/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_fs_cfg.h 61 int start_ip; member in class:fs_bblock
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_cfg.h 61 int start_ip; member in class:fs_bblock
  /external/libunwind/src/mi/
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;
  /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/include/
libunwind-dynamic.h 135 unw_word_t start_ip; /* first IP covered by this entry */ member in struct:unw_dyn_info
libunwind-common.h 131 unw_word_t start_ip; /* first IP covered by this procedure */ member in struct:unw_proc_info
  /external/libcxxabi/include/
libunwind.h 76 unw_word_t start_ip; /* start address of function */ member in struct:unw_proc_info_t
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
libunwind.h 80 unw_word_t start_ip; /* start address of function */ member in struct:unw_proc_info_t

Completed in 487 milliseconds