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

Lines Matching full:dwarf_loc_t

89 # define DWARF_LOC(r, t)	((dwarf_loc_t) { .val = (r) })
98 dwarf_getfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t *val)
111 dwarf_putfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t val)
124 dwarf_get (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t *val)
135 dwarf_put (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t val)
150 ({ dwarf_loc_t _l = (l); _l.val == 0 && _l.type == 0; })
151 # define DWARF_LOC(r, t) ((dwarf_loc_t) { .val = (r), .type = (t) })
160 dwarf_getfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t *val)
183 dwarf_putfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t val)
206 dwarf_get (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t *val)
226 dwarf_put (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t val)