Home | History | Annotate | Download | only in util

Lines Matching refs:unw_word_t

35 				    unw_word_t ip,
270 static struct map *find_map(unw_word_t ip, struct unwind_info *ui)
280 find_proc_info(unw_addr_space_t as, unw_word_t ip, unw_proc_info_t *pi,
305 / sizeof(unw_word_t);
321 unw_word_t __maybe_unused *dil_addr,
337 unw_word_t __maybe_unused addr,
339 unw_word_t __maybe_unused *offp, void __maybe_unused *arg)
345 static int access_dso_mem(struct unwind_info *ui, unw_word_t addr,
346 unw_word_t *data)
367 static int reg_value(unw_word_t *valp, struct regs_dump *regs, int id,
385 unw_word_t addr, unw_word_t *valp,
390 unw_word_t start, end;
408 if (addr + sizeof(unw_word_t) < addr)
411 if (addr < start || addr + sizeof(unw_word_t) >= end) {
423 *valp = *(unw_word_t *)&stack->data[offset];
430 unw_regnum_t regnum, unw_word_t *valp,
536 unw_word_t ip;
550 unw_word_t ip;