Lines Matching refs:DWARF_GET_LOC
79 #define DWARF_GET_LOC(l) ((l).val) macro
83 # define DWARF_IS_NULL_LOC(l) (DWARF_GET_LOC (l) == 0)
95 if (!DWARF_GET_LOC (loc)) in dwarf_getfp()
97 *val = *(unw_fpreg_t *) DWARF_GET_LOC (loc); in dwarf_getfp()
104 if (!DWARF_GET_LOC (loc)) in dwarf_putfp()
106 *(unw_fpreg_t *) DWARF_GET_LOC (loc) = val; in dwarf_putfp()
113 if (!DWARF_GET_LOC (loc)) in dwarf_get()
115 *val = *(unw_word_t *) DWARF_GET_LOC (loc); in dwarf_get()
122 if (!DWARF_GET_LOC (loc)) in dwarf_put()
124 *(unw_word_t *) DWARF_GET_LOC (loc) = val; in dwarf_put()
153 return (*c->as->acc.access_fpreg) (c->as, DWARF_GET_LOC (loc), in dwarf_getfp()
156 addr = DWARF_GET_LOC (loc); in dwarf_getfp()
176 return (*c->as->acc.access_fpreg) (c->as, DWARF_GET_LOC (loc), in dwarf_putfp()
179 addr = DWARF_GET_LOC (loc); in dwarf_putfp()
201 return (*c->as->acc.access_reg) (c->as, DWARF_GET_LOC (loc), val, in dwarf_get()
204 return (*c->as->acc.access_mem) (c->as, DWARF_GET_LOC (loc), val, in dwarf_get()
221 return (*c->as->acc.access_reg) (c->as, DWARF_GET_LOC (loc), &val, in dwarf_put()
224 return (*c->as->acc.access_mem) (c->as, DWARF_GET_LOC (loc), &val, in dwarf_put()