Lines Matching refs:DWARF_GET_LOC
82 #define DWARF_GET_LOC(l) ((l).val) macro
86 # define DWARF_IS_NULL_LOC(l) (DWARF_GET_LOC (l) == 0)
99 unw_fpreg_t *addr = (unw_fpreg_t *) DWARF_GET_LOC (loc); in dwarf_getfp()
112 unw_fpreg_t *addr = (unw_fpreg_t *) DWARF_GET_LOC (loc); in dwarf_putfp()
125 if (!DWARF_GET_LOC (loc)) in dwarf_get()
127 return (*c->as->acc.access_mem) (c->as, DWARF_GET_LOC (loc), val, in dwarf_get()
136 if (!DWARF_GET_LOC (loc)) in dwarf_put()
138 return (*c->as->acc.access_mem) (c->as, DWARF_GET_LOC (loc), &val, in dwarf_put()
168 return (*c->as->acc.access_fpreg) (c->as, DWARF_GET_LOC (loc), in dwarf_getfp()
171 addr = DWARF_GET_LOC (loc); in dwarf_getfp()
191 return (*c->as->acc.access_fpreg) (c->as, DWARF_GET_LOC (loc), in dwarf_putfp()
194 addr = DWARF_GET_LOC (loc); in dwarf_putfp()
216 return (*c->as->acc.access_reg) (c->as, DWARF_GET_LOC (loc), val, in dwarf_get()
219 return (*c->as->acc.access_mem) (c->as, DWARF_GET_LOC (loc), val, in dwarf_get()
236 return (*c->as->acc.access_reg) (c->as, DWARF_GET_LOC (loc), &val, in dwarf_put()
239 return (*c->as->acc.access_mem) (c->as, DWARF_GET_LOC (loc), &val, in dwarf_put()