Lines Matching refs:DWARF_GET_LOC
96 #define DWARF_GET_LOC(l) ((l).val) macro
100 # define DWARF_IS_NULL_LOC(l) (DWARF_GET_LOC (l) == 0)
113 unw_fpreg_t *addr = (unw_fpreg_t *) (uintptr_t) DWARF_GET_LOC (loc); in dwarf_getfp()
126 unw_fpreg_t *addr = (unw_fpreg_t *) (uintptr_t) DWARF_GET_LOC (loc); in dwarf_putfp()
139 if (!DWARF_GET_LOC (loc)) in dwarf_get()
141 return (*c->as->acc.access_mem) (c->as, DWARF_GET_LOC (loc), val, in dwarf_get()
150 if (!DWARF_GET_LOC (loc)) in dwarf_put()
152 return (*c->as->acc.access_mem) (c->as, DWARF_GET_LOC (loc), &val, in dwarf_put()
182 return (*c->as->acc.access_fpreg) (c->as, DWARF_GET_LOC (loc), in dwarf_getfp()
185 addr = DWARF_GET_LOC (loc); in dwarf_getfp()
205 return (*c->as->acc.access_fpreg) (c->as, DWARF_GET_LOC (loc), in dwarf_putfp()
208 addr = DWARF_GET_LOC (loc); in dwarf_putfp()
230 return (*c->as->acc.access_reg) (c->as, DWARF_GET_LOC (loc), val, in dwarf_get()
233 return (*c->as->acc.access_mem) (c->as, DWARF_GET_LOC (loc), val, in dwarf_get()
250 return (*c->as->acc.access_reg) (c->as, DWARF_GET_LOC (loc), &val, in dwarf_put()
253 return (*c->as->acc.access_mem) (c->as, DWARF_GET_LOC (loc), &val, in dwarf_put()