Lines Matching refs:DWARF_GET_LOC
79 #define DWARF_GET_LOC(l) ((l).val) macro
91 # define DWARF_IS_NULL_LOC(l) (DWARF_GET_LOC (l) == 0)
104 unw_fpreg_t *addr = (unw_fpreg_t *) (uintptr_t) DWARF_GET_LOC (loc); in dwarf_getfp()
114 unw_fpreg_t *addr = (unw_fpreg_t *) (uintptr_t) DWARF_GET_LOC (loc); in dwarf_putfp()
124 if (!DWARF_GET_LOC (loc)) in dwarf_get()
126 return (*c->as->acc.access_mem) (c->as, DWARF_GET_LOC (loc), val, 0, c->as_arg); in dwarf_get()
132 if (!DWARF_GET_LOC (loc)) in dwarf_put()
134 return (*c->as->acc.access_mem) (c->as, DWARF_GET_LOC (loc), &val, 1, c->as_arg); in dwarf_put()
201 return (*c->as->acc.access_fpreg) (c->as, DWARF_GET_LOC (loc), in dwarf_getfp()
204 addr = DWARF_GET_LOC (loc); in dwarf_getfp()
224 return (*c->as->acc.access_fpreg) (c->as, DWARF_GET_LOC (loc), in dwarf_putfp()
227 addr = DWARF_GET_LOC (loc); in dwarf_putfp()
249 return (*c->as->acc.access_reg) (c->as, DWARF_GET_LOC (loc), val, in dwarf_get()
252 return read_s32 (c, DWARF_GET_LOC (loc), val); in dwarf_get()
255 return (*c->as->acc.access_mem) (c->as, DWARF_GET_LOC (loc) + 4, val, in dwarf_get()
258 return (*c->as->acc.access_mem) (c->as, DWARF_GET_LOC (loc), val, in dwarf_get()
262 return (*c->as->acc.access_mem) (c->as, DWARF_GET_LOC (loc), val, in dwarf_get()
279 return (*c->as->acc.access_reg) (c->as, DWARF_GET_LOC (loc), &val, in dwarf_put()
282 return write_s32 (c, DWARF_GET_LOC (loc), &val); in dwarf_put()
284 return (*c->as->acc.access_mem) (c->as, DWARF_GET_LOC (loc), &val, in dwarf_put()