HomeSort by relevance Sort by last modified time
    Searched defs:end_ip (Results 1 - 8 of 8) sorted by null

  /external/libunwind/src/dwarf/
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/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_cfg.h 62 int end_ip; member in class:fs_bblock
  /external/libunwind/src/mi/
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/
libunwind-dynamic.h 136 unw_word_t end_ip; /* first IP NOT covered by this entry */ member in struct:unw_dyn_info
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/
libunwind.h 71 unw_word_t end_ip; /* address after end of function */ member in struct:unw_proc_info_t
  /external/toybox/toys/pending/
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"},
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
libunwind.h 71 unw_word_t end_ip; /* address after end of function */ member in struct:unw_proc_info_t

Completed in 1021 milliseconds