Home | History | Annotate | Download | only in tdep-mips

Lines Matching full:dwarf_loc_t

95 # define DWARF_LOC(r, t)	((dwarf_loc_t) { .val = (r) })
105 dwarf_getfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t *val)
118 dwarf_putfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t val)
131 dwarf_get (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t *val)
144 dwarf_put (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t val)
161 ({ dwarf_loc_t _l = (l); _l.val == 0 && _l.type == 0; })
162 # define DWARF_LOC(r, t) ((dwarf_loc_t) { .val = (r), .type = (t) })
210 dwarf_getfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t *val)
233 dwarf_putfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t val)
256 dwarf_get (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t *val)
278 dwarf_put (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t val)