• Home
  • Raw
  • Download

Lines Matching refs:unw_word_t

258     unw_word_t val[DWARF_NUM_PRESERVED_REGS + 2];             /* where it's saved */
264 unw_word_t ret_addr_column; /* which column in rule table represents return address */
278 unw_word_t ip; /* ip this rs is for */
288 unw_word_t cie_instr_start; /* start addr. of CIE "initial_instructions" */
289 unw_word_t cie_instr_end; /* end addr. of CIE "initial_instructions" */
290 unw_word_t fde_instr_start; /* start addr. of FDE "instructions" */
291 unw_word_t fde_instr_end; /* end addr. of FDE "instructions" */
292 unw_word_t code_align; /* code-alignment factor */
293 unw_word_t data_align; /* data-alignment factor */
294 unw_word_t ret_addr_column; /* column of return-address register */
295 unw_word_t handler; /* address of personality-routine */
309 unw_word_t args_size;
321 unw_word_t cfa; /* canonical frame address; aka frame-/stack-pointer */
322 unw_word_t ip; /* instruction pointer */
323 unw_word_t args_size; /* size of arguments */
324 unw_word_t eh_args[UNW_TDEP_NUM_EH_REGS];
337 unw_word_t rel_pc; /* pc related to the beginning of the elf, used for addr2line */
338 unw_word_t cached_ip; /* cached instruction pointer */
343 unw_word_t ctx[DWARF_NUM_PRESERVED_REGS];
344 unw_word_t fp; /* frame-pointer */
384 unw_word_t start;
385 unw_word_t end;
387 unw_word_t load_offset;
422 extern int dwarf_find_proc_info (unw_addr_space_t as, unw_word_t ip,
427 unw_word_t ip, unw_word_t segbase,
428 const char* obj_name, unw_word_t start,
429 unw_word_t end);
431 unw_word_t ip,
438 unw_word_t segbase, unw_word_t mapoff,
439 unw_word_t ip);
443 extern int dwarf_eval_expr (struct dwarf_cursor *c, unw_word_t stack_val, unw_word_t *addr,
444 unw_word_t len, unw_word_t *valp,
447 dwarf_stack_aligned(struct dwarf_cursor *c, unw_word_t cfa_addr,
448 unw_word_t rbp_addr, unw_word_t *offset);
452 unw_word_t *fde_addr,
454 unw_word_t base,
464 unw_word_t *addr,
467 unw_word_t *valp, void *arg);