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

/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_fs_cfg.h61 int start_ip; member in class:fs_bblock
/external/libunwind/include/
H A Dlibunwind-common.h131 unw_word_t start_ip; /* first IP covered by this procedure */ member in struct:unw_proc_info
H A Dlibunwind-dynamic.h135 unw_word_t start_ip; /* first IP covered by this entry */ member in struct:unw_dyn_info
/external/libunwind/src/dwarf/
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);
H A DGfind_proc_info-lsb.c66 if (ip >= pi->start_ip && ip < pi->end_ip)
324 unw_word_t fde_offset, unw_word_t start_ip)
335 tab->tab[length].start_ip_offset = start_ip;
466 Debug (15, "start_ip = %lx, end_ip = %lx\n",
467 (long) this_pi.start_ip, (long) this_pi.end_ip);
470 this_pi.start_ip);
493 di->start_ip = fdesc->start;
663 di->start_ip = p_text->p_vaddr + load_base;
843 assert (ip >= di->start_ip && ip < di->end_ip);
892 (long) ip, (long) di->start_ip, (lon
323 debug_frame_tab_append(struct debug_frame_tab *tab, unw_word_t fde_offset, unw_word_t start_ip) argument
[all...]
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);
/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
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/
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/libcxxabi/include/
H A Dlibunwind.h76 unw_word_t start_ip; /* start address of function */ member in struct:unw_proc_info_t
/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

Completed in 261 milliseconds