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

Lines Matching full:dwarf_loc_t

102 # define DWARF_LOC(r, t)	((dwarf_loc_t) { .val = (r) })
111 dwarf_getfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t *val)
120 dwarf_putfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t val)
129 dwarf_get (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t *val)
138 dwarf_put (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t val)
151 ({ dwarf_loc_t _l = (l); _l.val == 0 && _l.type == 0; })
152 # define DWARF_LOC(r, t) ((dwarf_loc_t) { .val = (r), .type = (t) })
161 dwarf_getfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t *val)
184 dwarf_putfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t val)
207 dwarf_get (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t *val)
227 dwarf_put (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t val)