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

  /external/libunwind/src/dwarf/
Gfind_unwind_table.c 141 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...]
Gfde.c 245 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);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_cfg.h 61 int start_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
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/
test-ptrace.c 78 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/libunwind/include/
libunwind-dynamic.h 135 unw_word_t start_ip; /* first IP covered by this entry */ member in struct:unw_dyn_info
libunwind-common.h 139 unw_word_t start_ip; /* first IP covered by this procedure */ member in struct:unw_proc_info
  /external/libunwind_llvm/include/
libunwind.h 70 unw_word_t start_ip; /* start address of function */ member in struct:unw_proc_info_t
  /external/toybox/toys/pending/
dhcpd.c 244 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"},
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
libunwind.h 70 unw_word_t start_ip; /* start address of function */ member in struct:unw_proc_info_t

Completed in 1258 milliseconds