Lines Matching refs:DWARF_GET_LOC
84 #define DWARF_GET_LOC(l) ((l).val) macro
88 # define DWARF_IS_NULL_LOC(l) (DWARF_GET_LOC (l) == 0)
101 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()
127 if (!DWARF_GET_LOC (loc)) in dwarf_get()
129 return (*c->as->acc.access_mem) (c->as, DWARF_GET_LOC (loc), val, in dwarf_get()
138 if (!DWARF_GET_LOC (loc)) in dwarf_put()
140 return (*c->as->acc.access_mem) (c->as, DWARF_GET_LOC (loc), &val, in dwarf_put()
170 return (*c->as->acc.access_fpreg) (c->as, DWARF_GET_LOC (loc), in dwarf_getfp()
173 addr = DWARF_GET_LOC (loc); in dwarf_getfp()
193 return (*c->as->acc.access_fpreg) (c->as, DWARF_GET_LOC (loc), in dwarf_putfp()
196 addr = DWARF_GET_LOC (loc); in dwarf_putfp()
218 return (*c->as->acc.access_reg) (c->as, DWARF_GET_LOC (loc), val, in dwarf_get()
221 return (*c->as->acc.access_mem) (c->as, DWARF_GET_LOC (loc), val, in dwarf_get()
238 return (*c->as->acc.access_reg) (c->as, DWARF_GET_LOC (loc), &val, in dwarf_put()
241 return (*c->as->acc.access_mem) (c->as, DWARF_GET_LOC (loc), &val, in dwarf_put()