Searched defs:start_ip (Results 1 - 13 of 13) sorted by relevance

/external/libunwind/src/dwarf/
H A DGfde.c245 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);
H A DGfind_unwind_table.c141 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...]
H A DGfind_proc_info-lsb.c66 if (ip >= pi->start_ip && ip < pi->end_ip)
407 unw_word_t fde_offset, unw_word_t start_ip)
418 tab->tab[length].start_ip_offset = start_ip;
549 Debug (15, "start_ip = %lx, end_ip = %lx\n",
550 (long) this_pi.start_ip, (long) this_pi.end_ip);
553 this_pi.start_ip);
576 di->start_ip = fdesc->start;
746 di->start_ip = p_text->p_vaddr + load_base;
926 assert (ip >= di->start_ip && ip < di->end_ip);
975 (long) ip, (long) di->start_ip, (lon
406 debug_frame_tab_append(struct debug_frame_tab *tab, unw_word_t fde_offset, unw_word_t start_ip) argument
[all...]
/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/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_fs_register_coalesce.cpp118 int start_ip = MAX2(dst_start, src_start); local
122 if (block->end_ip < start_ip)
125 int scan_ip = block->start_ip - 1;
131 if (scan_ip < start_ip)
H A Dbrw_cfg.h86 int start_ip; member in struct:bblock_t
/external/libunwind/include/
H A Dlibunwind-dynamic.h135 unw_word_t start_ip; /* first IP covered by this entry */ member in struct:unw_dyn_info
H A Dlibunwind-common.h139 unw_word_t start_ip; /* first IP covered by this procedure */ member in struct:unw_proc_info
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
H A Dir3.h414 uint16_t start_ip, end_ip; member in struct:ir3_array
436 uint16_t start_ip, end_ip; member in struct:ir3_block
/external/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_qir.h409 int start_ip, end_ip; member in struct:qblock
/external/libunwind_llvm/include/
H A Dlibunwind.h83 unw_word_t start_ip; /* start address of function */ member in struct:unw_proc_info_t
/external/toybox/toys/pending/
H A Ddhcpd.c244 uint32_t start_ip; // start address of leases, in host order member in struct:server_config_s
691 {"start" , striptovar , (void*)&gconfig.start_ip , "192.168.0.20"},
1346 if ((ntohl(nip) < gconfig.start_ip) || (ntohl(nip) > gconfig.end_ip))
1466 for (nip = htonl(gconfig.start_ip); ntohl(nip) <= gconfig.end_ip; ) {
1561 if (ip >= gconfig.start_ip && ip <= gconfig.end_ip) {
1641 gconfig.start_ip = ntohl(gconfig.start_ip);
1643 ip_pool_size = gconfig.end_ip - gconfig.start_ip + 1;

Completed in 277 milliseconds