Searched refs:ip (Results 26 - 50 of 60) sorted by relevance

123

/fuchsia/zircon/third_party/ulib/ngunwind/src/dwarf/
H A DGfind_proc_info-lsb.c48 linear_search (unw_addr_space_t as, unw_word_t ip, argument
65 if (ip >= pi->start_ip && ip < pi->end_ip)
238 find_binary_for_address (unw_word_t ip, char *name, size_t name_size) argument
248 if (ip >= segbase && ip < hi)
373 dwarf_find_debug_frame (int found, unw_dyn_info_t *di_debug, unw_word_t ip, argument
385 fdesc = locate_debug_info (unw_local_addr_space, ip, obj_name, start, end);
493 fprintf (stderr, "ip %x, fde offset %x\n",
522 member ip contain
530 unw_word_t addr, eh_frame_start, eh_frame_end, fde_count, ip; local
707 dwarf_find_proc_info(unw_addr_space_t as, unw_word_t ip, unw_proc_info_t *pi, int need_unwind_info, void *arg) argument
818 dwarf_search_unwind_table(unw_addr_space_t as, unw_word_t ip, unw_dyn_info_t *di, unw_proc_info_t *pi, int need_unwind_info, void *arg) argument
[all...]
H A DGfind_unwind_table.c40 unw_word_t ip)
57 edi, as, path, (long) segbase, (long) mapoff, (long) ip);
199 return linear_search (unw_local_addr_space, ip,
235 found = dwarf_find_debug_frame (found, &edi->di_debug, ip, load_base, path,
250 unw_word_t ip)
267 edi, as, path, (long) segbase, (long) mapoff, (long) ip);
476 found = dwarf_find_debug_frame (found, &edi->di_debug, ip, load_base, path,
38 dwarf_find_unwind_table(struct elf_dyn_info *edi, unw_addr_space_t as, char *path, unw_word_t segbase, unw_word_t mapoff, unw_word_t ip) argument
248 dwarf_as_find_unwind_table(struct as_elf_dyn_info *edi, unw_addr_space_t as, const char *path, unw_word_t segbase, unw_word_t mapoff, unw_word_t ip) argument
/fuchsia/zircon/third_party/ulib/ngunwind/src/x86_64/
H A DGstash_frame.c35 Debug (4, "ip=0x%lx cfa=0x%lx type %d cfa [where=%d val=%ld] cfaoff=%ld"
37 d->ip, d->cfa, f->frame_type,
108 tdep_fetch_frame (struct dwarf_cursor *dw, unw_word_t ip, int need_unwind_info) argument
120 Debug(5, "fetch frame ip=0x%lx cfa=0x%lx format=%d\n",
121 dw->ip, dw->cfa, c->sigcontext_format);
130 Debug(5, "cache frame ip=0x%lx cfa=0x%lx format=%d\n",
131 dw->ip, dw->cfa, c->sigcontext_format);
149 Debug(5, "reuse frame ip=0x%lx cfa=0x%lx format=%d addr=0x%lx offset=%+d\n",
150 dw->ip, dw->cfa, c->sigcontext_format, c->sigcontext_addr,
H A DGregs.c60 c->dwarf.ip = *valp; /* also update the RIP cache */
H A Dinit.h57 ret = dwarf_get (&c->dwarf, c->dwarf.loc[RIP], &c->dwarf.ip);
H A DGinit.c245 get_static_proc_name (unw_addr_space_t as, unw_word_t ip, argument
249 return _Uelf64_get_proc_name (as, getpid (), ip, buf, buf_len, offp);
/fuchsia/zircon/third_party/ulib/ngunwind/include/ngunwind/private/
H A Dlibunwind_i.h171 unw_word_t ip,
175 unw_word_t ip,
187 unw_word_t ip,
346 extern void tdep_fetch_frame (struct dwarf_cursor *c, unw_word_t ip,
353 #define tdep_fetch_frame(c,ip,n) do {} while(0)
361 #define tdep_find_proc_info(c,ip,n) \
362 (*(c)->as->acc.find_proc_info) ((c)->as, (ip), &(c)->pi, (n), \
369 #define tdep_get_ip(c) ((c)->dwarf.ip)
376 extern int tdep_search_unwind_table (unw_addr_space_t as, unw_word_t ip,
379 extern int tdep_get_elf_image (struct elf_image *ei, pid_t pid, unw_word_t ip,
[all...]
H A Delfxx.h46 pid_t pid, unw_word_t ip,
54 unw_word_t ip,
/fuchsia/zircon/third_party/ulib/ngunwind/src/arm/
H A DGex_tables.c52 unw_word_t ip; /* instruction-pointer we're looking for */ member in struct:arm_cb_data
95 dwarf_get (c, c->loc[UNW_ARM_R15], &c->ip);
387 tdep_search_unwind_table (unw_addr_space_t as, unw_word_t ip, argument
402 if (prel31_to_addr (as, arg, first, &val) < 0 || ip < val)
408 if (ip >= val)
426 if (ip < val)
453 return dwarf_search_unwind_table (as, ip, di, pi, need_unwind_info, arg);
475 if (cb_data->ip >= phdr->p_vaddr + info->dlpi_addr &&
476 cb_data->ip < phdr->p_vaddr + info->dlpi_addr + phdr->p_memsz)
504 arm_find_proc_info (unw_addr_space_t as, unw_word_t ip, argument
[all...]
H A DGinit.c197 get_static_proc_name (unw_addr_space_t as, unw_word_t ip, argument
201 return _Uelf32_get_proc_name (as, getpid (), ip, buf, buf_len, offp);
H A DGstash_frame.c36 Debug (4, "ip=0x%x cfa=0x%x type %d cfa [where=%d val=%d] cfaoff=%d"
39 (int) d->ip, (int) d->cfa, f->frame_type,
H A Dinit.h52 ret = dwarf_get (&c->dwarf, c->dwarf.loc[UNW_ARM_R15], &c->dwarf.ip);
/fuchsia/zircon/third_party/ulib/ngunwind/include/ngunwind/
H A Ddwarf.h242 unw_word_t ip; /* ip this rs is for */ member in struct:dwarf_reg_state
288 unw_word_t ip; /* instruction pointer */ member in struct:dwarf_cursor
350 unw_word_t ip; /* instruction-pointer we're looking for */ member in struct:dwarf_callback_data
362 extern int dwarf_find_proc_info (unw_addr_space_t as, unw_word_t ip,
367 unw_word_t ip, unw_word_t segbase,
371 unw_word_t ip,
377 unw_word_t ip);
405 unw_word_t ip,
416 unw_word_t ip);
[all...]
/fuchsia/zircon/third_party/ulib/ngunwind/src/
H A Delfxx.c88 unw_word_t ip, struct elf_image *ei,
139 if ((Elf_W (Addr)) (ip - val) < *min_dist)
141 *min_dist = (Elf_W (Addr)) (ip - val);
307 unw_word_t ip,
315 ret = elf_w (lookup_symbol) (as, ip, ei, load_offset, buf, buf_len, &min_dist);
322 int ret_mdi = elf_w (lookup_symbol) (as, ip, &mdi, load_offset, buf,
342 elf_w (get_proc_name) (unw_addr_space_t as, pid_t pid, unw_word_t ip, argument
349 ret = tdep_get_elf_image (&ei, pid, ip, &segbase, &mapoff, NULL, 0);
353 ret = elf_w (get_proc_name_in_image) (as, &ei, segbase, mapoff, ip, buf, buf_len, offp);
87 lookup_symbol(unw_addr_space_t as, unw_word_t ip, struct elf_image *ei, Elf_W (Addr) load_offset, char *buf, size_t buf_len, Elf_W (Addr) *min_dist) argument
304 get_proc_name_in_image(unw_addr_space_t as, struct elf_image *ei, unsigned long segbase, unsigned long mapoff, unw_word_t ip, char *buf, size_t buf_len, unw_word_t *offp) argument
/fuchsia/zircon/system/uapp/netreflector/
H A Dnetreflector.c50 ip6_hdr_t* ip = packet + ETH_HDR_LEN; local
51 ip6_addr_t src_ip = ip->src;
52 ip->src = ip->dst;
53 ip->dst = src_ip;
54 ip->next_header = HDR_UDP;
61 udp->checksum = ip6_checksum(ip, HDR_UDP, ntohs(ip->length));
/fuchsia/zircon/third_party/ulib/ngunwind/src/aarch64/
H A DGsignal_frame.c40 unw_word_t w0, ip; local
50 ip = c->dwarf.ip;
52 ret = (*a->access_mem) (as, ip, &w0, 0, arg);
135 dwarf_get (&c->dwarf, c->dwarf.loc[UNW_AARCH64_PC], &c->dwarf.ip);
H A DGinit.c149 get_static_proc_name (unw_addr_space_t as, unw_word_t ip, argument
153 return _Uelf64_get_proc_name (as, getpid (), ip, buf, buf_len, offp);
H A DGstash_frame.c36 Debug (4, "ip=0x%lx cfa=0x%lx type %d cfa [where=%d val=%ld] cfaoff=%ld"
39 d->ip, d->cfa, f->frame_type,
/fuchsia/zircon/third_party/ulib/musl/include/netinet/
H A Dip_icmp.h4 #include <netinet/ip.h>
105 struct ip idi_ip;
134 #define ICMP_ADVLENMIN (8 + sizeof(struct ip) + 8)
H A Dip.h43 struct ip { struct
/fuchsia/zircon/kernel/arch/x86/
H A Dfaults.cpp47 frame->cs, frame->ip, frame->flags, x86_get_cr2());
156 frame->ip = percpu->gpf_return_target;
195 addr_t ip = frame->ip; local
199 (ulong)ip);
301 frame->ip = (uintptr_t)current_thread->arch.page_fault_resume;
477 frame->vector, frame->ip);
/fuchsia/zircon/third_party/ulib/musl/include/net/
H A Dif_arp.h127 uint32_t ip; member in struct:arpd_request
/fuchsia/zircon/third_party/ulib/ngunwind/src/mi/
H A DGdyn-remote.c204 unwi_dyn_remote_find_proc_info (unw_addr_space_t as, unw_word_t ip, argument
244 if (ip >= start_ip && ip < end_ip)
262 if (unwi_extract_dynamic_proc_info (as, ip, pi, di,
/fuchsia/zircon/system/private/efi/protocol/
H A Dsimple-network.h114 bool ipv6, efi_ip_addr* ip, efi_mac_addr* mac) EFIAPI;
/fuchsia/zircon/system/ulib/inet6/include/inet6/
H A Dinet6.h159 unsigned ip6_checksum(ip6_hdr_t* ip, unsigned type, size_t length);

Completed in 135 milliseconds

123