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

  /external/libunwind/src/dwarf/
Gfind_unwind_table.c 47 unw_word_t end_ip = 0; local
77 if (phdr[i].p_vaddr + phdr[i].p_memsz > end_ip)
78 end_ip = phdr[i].p_vaddr + phdr[i].p_memsz;
113 end_ip += load_base;
205 edi->di_cache.end_ip = end_ip;
232 edi->di_arm.end_ip = end_ip;
243 start_ip, end_ip);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_fs_cfg.h 62 int end_ip; member in class:fs_bblock
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_cfg.h 62 int end_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
241 || fetchw (as, a, &addr, &end_ip, arg) < 0)
244 if (ip >= start_ip && ip < end_ip)
250 di->end_ip = end_ip;
  /external/libunwind/include/
libunwind-dynamic.h 136 unw_word_t end_ip; /* first IP NOT covered by this entry */ member in struct:unw_dyn_info
libunwind-common.h 132 unw_word_t end_ip; /* first IP NOT covered by this procedure */ member in struct:unw_proc_info
  /external/libcxxabi/include/
libunwind.h 77 unw_word_t end_ip; /* address after end of function */ member in struct:unw_proc_info_t
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
libunwind.h 81 unw_word_t end_ip; /* address after end of function */ member in struct:unw_proc_info_t

Completed in 122 milliseconds