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

/external/libunwind/src/dwarf/
H A DGfind_unwind_table.c142 unw_word_t end_ip = 0; local
155 if (phdr.p_vaddr + phdr.p_memsz > end_ip) {
156 end_ip = phdr.p_vaddr + phdr.p_memsz;
193 end_ip += load_base;
212 edi->di_cache.end_ip = end_ip;
229 edi->di_arm.end_ip = end_ip;
250 unw_word_t end_ip = 0; local
285 if (phdr[i].p_vaddr + phdr[i].p_memsz > end_ip)
[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
241 || fetchw (as, a, &addr, &end_ip, arg) < 0)
244 if (ip >= start_ip && ip < end_ip)
250 di->end_ip = end_ip;
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_fs_register_coalesce.cpp119 int end_ip = MIN2(dst_end, src_end); local
122 if (block->end_ip < start_ip)
138 if (scan_ip > end_ip)
H A Dbrw_cfg.h87 int end_ip; member in struct:bblock_t
/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.h140 unw_word_t end_ip; /* first IP NOT 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.h85 unw_word_t end_ip; /* address after end of function */ member in struct:unw_proc_info_t
/external/toybox/toys/pending/
H A Ddhcpd.c245 uint32_t end_ip; // end of leases, in host order member in struct:server_config_s
692 {"end" , striptovar , (void*)&gconfig.end_ip , "192.168.0.254"},
1346 if ((ntohl(nip) < gconfig.start_ip) || (ntohl(nip) > gconfig.end_ip))
1466 for (nip = htonl(gconfig.start_ip); ntohl(nip) <= gconfig.end_ip; ) {
1471 if (ntohl(nip) > gconfig.end_ip) {
1561 if (ip >= gconfig.start_ip && ip <= gconfig.end_ip) {
1642 gconfig.end_ip = ntohl(gconfig.end_ip);
1643 ip_pool_size = gconfig.end_ip - gconfig.start_ip + 1;

Completed in 8562 milliseconds