Lines Matching refs:DWARF_GET_LOC
81 #define DWARF_GET_LOC(l) ((l).val) macro
85 # define DWARF_IS_NULL_LOC(l) (DWARF_GET_LOC (l) == 0)
98 unw_fpreg_t *addr = (unw_fpreg_t *) (uintptr_t) DWARF_GET_LOC (loc); in dwarf_getfp()
111 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, in dwarf_get()
135 if (!DWARF_GET_LOC (loc)) in dwarf_put()
137 return (*c->as->acc.access_mem) (c->as, DWARF_GET_LOC (loc), &val, in dwarf_put()
167 return (*c->as->acc.access_fpreg) (c->as, DWARF_GET_LOC (loc), in dwarf_getfp()
170 addr = DWARF_GET_LOC (loc); in dwarf_getfp()
190 return (*c->as->acc.access_fpreg) (c->as, DWARF_GET_LOC (loc), in dwarf_putfp()
193 addr = DWARF_GET_LOC (loc); in dwarf_putfp()
215 return (*c->as->acc.access_reg) (c->as, DWARF_GET_LOC (loc), val, in dwarf_get()
218 return (*c->as->acc.access_mem) (c->as, DWARF_GET_LOC (loc), val, in dwarf_get()
235 return (*c->as->acc.access_reg) (c->as, DWARF_GET_LOC (loc), &val, in dwarf_put()
238 return (*c->as->acc.access_mem) (c->as, DWARF_GET_LOC (loc), &val, in dwarf_put()