Home
last modified time | relevance | path

Searched refs:ia64_scratch_loc (Results 1 – 4 of 4) sorted by relevance

/external/libunwind/src/ia64/
DGget_save_loc.c120 loc = ia64_scratch_loc (c, reg, &nat_bitnr); in unw_get_save_loc()
132 loc = ia64_scratch_loc (c, reg, NULL); in unw_get_save_loc()
136 loc = ia64_scratch_loc (c, reg, NULL); in unw_get_save_loc()
141 loc = ia64_scratch_loc (c, reg, NULL); in unw_get_save_loc()
DGregs.c233 ia64_scratch_loc (struct cursor *c, unw_regnum_t reg, uint8_t *nat_bitnr) in ia64_scratch_loc() function
492 loc = ia64_scratch_loc (c, reg, &nat_bitnr); in tdep_access_reg()
521 loc = ia64_scratch_loc (c, reg, NULL); in tdep_access_reg()
535 loc = ia64_scratch_loc (c, reg, NULL); in tdep_access_reg()
595 loc = ia64_scratch_loc (c, reg, NULL); in tdep_access_fpreg()
600 loc = ia64_scratch_loc (c, reg, NULL); in tdep_access_fpreg()
DGscript.c574 loc = ia64_scratch_loc (c, val, NULL); in run_script()
608 loc = ia64_scratch_loc (c, val, NULL); in run_script()
609 nat_loc = ia64_scratch_loc (c, val + (UNW_IA64_NAT - UNW_IA64_GR), in run_script()
Dunwind_i.h486 #define ia64_scratch_loc UNW_OBJ(scratch_loc) macro
506 extern ia64_loc_t ia64_scratch_loc (struct cursor *c, unw_regnum_t reg,