Searched defs:end_ip (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_fs_cfg.h62 int end_ip; member in class:fs_bblock
/external/libunwind/src/dwarf/
H A DGfind_unwind_table.c47 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/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_fs_cfg.h62 int end_ip; member in class:fs_bblock
/external/libunwind/src/mi/
H A DGdyn-remote.c209 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/
H A Dlibunwind-dynamic.h136 unw_word_t end_ip; /* first IP NOT covered by this entry */ member in struct:unw_dyn_info
H A Dlibunwind-common.h132 unw_word_t end_ip; /* first IP NOT covered by this procedure */ member in struct:unw_proc_info
/external/libcxxabi/include/
H A Dlibunwind.h77 unw_word_t end_ip; /* address after end of function */ member in struct:unw_proc_info_t

Completed in 1235 milliseconds