Searched defs:end_ip (Results 1 - 7 of 7) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i965/ |
H A D | brw_fs_cfg.h | 62 int end_ip; member in class:fs_bblock
|
/external/libunwind/src/dwarf/ |
H A D | Gfind_unwind_table.c | 142 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 D | 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/ |
H A D | libunwind-dynamic.h | 136 unw_word_t end_ip; /* first IP NOT covered by this entry */ member in struct:unw_dyn_info
|
H A D | libunwind-common.h | 140 unw_word_t end_ip; /* first IP NOT covered by this procedure */ member in struct:unw_proc_info
|
/external/libunwind_llvm/include/ |
H A D | libunwind.h | 71 unw_word_t end_ip; /* address after end of function */ member in struct:unw_proc_info_t
|
/external/toybox/toys/pending/ |
H A D | dhcpd.c | 245 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 745 milliseconds