Lines Matching refs:DWARF_GET_LOC
78 #define DWARF_GET_LOC(l) ((l).val) macro
82 # define DWARF_IS_NULL_LOC(l) (DWARF_GET_LOC (l) == 0)
94 if (!DWARF_GET_LOC (loc)) in dwarf_getfp()
96 *val = *(unw_fpreg_t *) DWARF_GET_LOC (loc); in dwarf_getfp()
103 if (!DWARF_GET_LOC (loc)) in dwarf_putfp()
105 *(unw_fpreg_t *) DWARF_GET_LOC (loc) = val; in dwarf_putfp()
112 if (!DWARF_GET_LOC (loc)) in dwarf_get()
114 *val = *(unw_word_t *) DWARF_GET_LOC (loc); in dwarf_get()
121 if (!DWARF_GET_LOC (loc)) in dwarf_put()
123 *(unw_word_t *) DWARF_GET_LOC (loc) = val; in dwarf_put()
152 return (*c->as->acc.access_fpreg) (c->as, DWARF_GET_LOC (loc), in dwarf_getfp()
155 addr = DWARF_GET_LOC (loc); in dwarf_getfp()
175 return (*c->as->acc.access_fpreg) (c->as, DWARF_GET_LOC (loc), in dwarf_putfp()
178 addr = DWARF_GET_LOC (loc); in dwarf_putfp()
200 return (*c->as->acc.access_reg) (c->as, DWARF_GET_LOC (loc), val, in dwarf_get()
203 return (*c->as->acc.access_mem) (c->as, DWARF_GET_LOC (loc), val, in dwarf_get()
220 return (*c->as->acc.access_reg) (c->as, DWARF_GET_LOC (loc), &val, in dwarf_put()
223 return (*c->as->acc.access_mem) (c->as, DWARF_GET_LOC (loc), &val, in dwarf_put()