• Home
  • Raw
  • Download

Lines Matching refs:unw_word_t

236     unw_word_t val;		/* where it's saved */
257 unw_word_t ip; /* ip this rs is for */
258unw_word_t ret_addr_column; /* indicates which column in the rule table represents retur…
269 unw_word_t cie_instr_start; /* start addr. of CIE "initial_instructions" */
270 unw_word_t cie_instr_end; /* end addr. of CIE "initial_instructions" */
271 unw_word_t fde_instr_start; /* start addr. of FDE "instructions" */
272 unw_word_t fde_instr_end; /* end addr. of FDE "instructions" */
273 unw_word_t code_align; /* code-alignment factor */
274 unw_word_t data_align; /* data-alignment factor */
275 unw_word_t ret_addr_column; /* column of return-address register */
276 unw_word_t handler; /* address of personality-routine */
290 unw_word_t args_size;
302 unw_word_t cfa; /* canonical frame address; aka frame-/stack-pointer */
303 unw_word_t ip; /* instruction pointer */
304 unw_word_t args_size; /* size of arguments */
305 unw_word_t ret_addr_column; /* column for return-address */
306 unw_word_t eh_args[UNW_TDEP_NUM_EH_REGS];
353 unw_word_t start;
354 unw_word_t end;
359 unw_word_t segbase_bias;
370 unw_word_t ip; /* instruction-pointer we're looking for */
400 extern int dwarf_find_proc_info (unw_addr_space_t as, unw_word_t ip,
405 unw_word_t ip, unw_word_t segbase,
406 const char* obj_name, unw_word_t start,
407 unw_word_t end);
409 unw_word_t ip,
416 unw_word_t segbase, unw_word_t mapoff,
417 unw_word_t ip);
421 extern int dwarf_eval_expr (struct dwarf_cursor *c, unw_word_t *addr,
422 unw_word_t len, unw_word_t *valp,
426 unw_word_t *fde_addr,
429 unw_word_t base,
437 unw_word_t *addr,
440 unw_word_t *valp, void *arg);