Lines Matching refs:DWARF_GET_LOC
88 #define DWARF_GET_LOC(l) ((l).val) macro
92 # define DWARF_IS_NULL_LOC(l) (DWARF_GET_LOC (l) == 0)
139 return (*c->as->acc.access_fpreg) (c->as, DWARF_GET_LOC (loc), in dwarf_getvr()
142 addr = DWARF_GET_LOC (loc); in dwarf_getvr()
165 return (*c->as->acc.access_fpreg) (c->as, DWARF_GET_LOC (loc), in dwarf_putvr()
168 addr = DWARF_GET_LOC (loc); in dwarf_putvr()
189 return (*c->as->acc.access_fpreg) (c->as, DWARF_GET_LOC (loc), in dwarf_getfp()
192 addr = DWARF_GET_LOC (loc); in dwarf_getfp()
210 return (*c->as->acc.access_fpreg) (c->as, DWARF_GET_LOC (loc), in dwarf_putfp()
213 addr = DWARF_GET_LOC (loc); in dwarf_putfp()
232 return (*c->as->acc.access_reg) (c->as, DWARF_GET_LOC (loc), val, in dwarf_get()
235 return (*c->as->acc.access_mem) (c->as, DWARF_GET_LOC (loc), val, in dwarf_get()
253 return (*c->as->acc.access_reg) (c->as, DWARF_GET_LOC (loc), &val, in dwarf_put()
256 return (*c->as->acc.access_mem) (c->as, DWARF_GET_LOC (loc), &val, in dwarf_put()