• Home
  • Raw
  • Download

Lines Matching refs:DWARF_GET_LOC

87 #define DWARF_GET_LOC(l)        ((l).val)  macro
91 # define DWARF_IS_NULL_LOC(l) (DWARF_GET_LOC (l) == 0)
105 if (!DWARF_GET_LOC (loc)) in dwarf_getvr()
107 *val = *(unw_fpreg_t *) DWARF_GET_LOC (loc); in dwarf_getvr()
114 if (!DWARF_GET_LOC (loc)) in dwarf_putvr()
116 *(unw_fpreg_t *) DWARF_GET_LOC (loc) = val; in dwarf_putvr()
123 if (!DWARF_GET_LOC (loc)) in dwarf_getfp()
125 *val = *(unw_fpreg_t *) DWARF_GET_LOC (loc); in dwarf_getfp()
132 if (!DWARF_GET_LOC (loc)) in dwarf_putfp()
134 *(unw_fpreg_t *) DWARF_GET_LOC (loc) = val; in dwarf_putfp()
141 if (!DWARF_GET_LOC (loc)) in dwarf_get()
143 *val = *(unw_word_t *) DWARF_GET_LOC (loc); in dwarf_get()
150 if (!DWARF_GET_LOC (loc)) in dwarf_put()
152 *(unw_word_t *) DWARF_GET_LOC (loc) = val; in dwarf_put()
189 return (*c->as->acc.access_fpreg) (c->as, DWARF_GET_LOC (loc), in dwarf_getvr()
192 addr = DWARF_GET_LOC (loc); in dwarf_getvr()
215 return (*c->as->acc.access_fpreg) (c->as, DWARF_GET_LOC (loc), in dwarf_putvr()
218 addr = DWARF_GET_LOC (loc); in dwarf_putvr()
239 return (*c->as->acc.access_fpreg) (c->as, DWARF_GET_LOC (loc), in dwarf_getfp()
242 addr = DWARF_GET_LOC (loc); in dwarf_getfp()
260 return (*c->as->acc.access_fpreg) (c->as, DWARF_GET_LOC (loc), in dwarf_putfp()
263 addr = DWARF_GET_LOC (loc); in dwarf_putfp()
282 return (*c->as->acc.access_reg) (c->as, DWARF_GET_LOC (loc), val, in dwarf_get()
285 return (*c->as->acc.access_mem) (c->as, DWARF_GET_LOC (loc), val, in dwarf_get()
303 return (*c->as->acc.access_reg) (c->as, DWARF_GET_LOC (loc), &val, in dwarf_put()
306 return (*c->as->acc.access_mem) (c->as, DWARF_GET_LOC (loc), &val, in dwarf_put()