Lines Matching refs:DWARF_GET_LOC
85 #define DWARF_GET_LOC(l) ((l).val) macro
89 # define DWARF_IS_NULL_LOC(l) (DWARF_GET_LOC (l) == 0)
136 return (*c->as->acc.access_fpreg) (c->as, DWARF_GET_LOC (loc), in dwarf_getvr()
139 addr = DWARF_GET_LOC (loc); in dwarf_getvr()
162 return (*c->as->acc.access_fpreg) (c->as, DWARF_GET_LOC (loc), in dwarf_putvr()
165 addr = DWARF_GET_LOC (loc); in dwarf_putvr()
186 return (*c->as->acc.access_fpreg) (c->as, DWARF_GET_LOC (loc), in dwarf_getfp()
189 addr = DWARF_GET_LOC (loc); in dwarf_getfp()
207 return (*c->as->acc.access_fpreg) (c->as, DWARF_GET_LOC (loc), in dwarf_putfp()
210 addr = DWARF_GET_LOC (loc); in dwarf_putfp()
229 return (*c->as->acc.access_reg) (c->as, DWARF_GET_LOC (loc), val, in dwarf_get()
232 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()