Lines Matching refs:DWARF_GET_LOC
82 #define DWARF_GET_LOC(l) ((l).val) macro
94 # define DWARF_IS_NULL_LOC(l) (DWARF_GET_LOC (l) == 0)
108 unw_fpreg_t *addr = (unw_fpreg_t *) (uintptr_t) DWARF_GET_LOC (loc); in dwarf_getfp()
121 unw_fpreg_t *addr = (unw_fpreg_t *) (uintptr_t) DWARF_GET_LOC (loc); in dwarf_putfp()
134 mips_reg_t *addr = (mips_reg_t *) (uintptr_t) DWARF_GET_LOC (loc); in dwarf_get()
147 mips_reg_t *addr = (mips_reg_t *) (uintptr_t) DWARF_GET_LOC (loc); in dwarf_put()
220 return (*c->as->acc.access_fpreg) (c->as, DWARF_GET_LOC (loc), in dwarf_getfp()
223 addr = DWARF_GET_LOC (loc); in dwarf_getfp()
243 return (*c->as->acc.access_fpreg) (c->as, DWARF_GET_LOC (loc), in dwarf_putfp()
246 addr = DWARF_GET_LOC (loc); in dwarf_putfp()
268 return (*c->as->acc.access_reg) (c->as, DWARF_GET_LOC (loc), val, in dwarf_get()
271 return read_s32 (c, DWARF_GET_LOC (loc), val); in dwarf_get()
273 return (*c->as->acc.access_mem) (c->as, DWARF_GET_LOC (loc), val, in dwarf_get()
290 return (*c->as->acc.access_reg) (c->as, DWARF_GET_LOC (loc), &val, in dwarf_put()
293 return write_s32 (c, DWARF_GET_LOC (loc), &val); in dwarf_put()
295 return (*c->as->acc.access_mem) (c->as, DWARF_GET_LOC (loc), &val, in dwarf_put()