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

Lines Matching full:dwarf_loc_t

101 # define DWARF_LOC(r, t)        ((dwarf_loc_t) { .val = (r) })
110 dwarf_getfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t *val)
123 dwarf_putfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t val)
136 dwarf_get (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t *val)
147 dwarf_put (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t val)
162 ({ dwarf_loc_t _l = (l); _l.val == 0 && _l.type == 0; })
163 # define DWARF_LOC(r, t) ((dwarf_loc_t) { .val = (r), .type = (t) })
172 dwarf_getfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t *val)
195 dwarf_putfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t val)
218 dwarf_get (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t *val)
238 dwarf_put (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t val)