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

Lines Matching refs:DWARF_LOC

84 # define DWARF_NULL_LOC		DWARF_LOC (0, 0)
86 # define DWARF_LOC(r, t) ((dwarf_loc_t) { .val = (r) })
88 # define DWARF_REG_LOC(c,r) (DWARF_LOC((unw_word_t) \
90 # define DWARF_MEM_LOC(c,m) DWARF_LOC ((m), 0)
91 # define DWARF_FPREG_LOC(c,r) (DWARF_LOC((unw_word_t) \
145 # define DWARF_NULL_LOC DWARF_LOC (0, 0)
148 # define DWARF_LOC(r, t) ((dwarf_loc_t) { .val = (r), .type = (t) })
151 # define DWARF_REG_LOC(c,r) DWARF_LOC((r), DWARF_LOC_TYPE_REG)
152 # define DWARF_MEM_LOC(c,m) DWARF_LOC ((m), 0)
153 # define DWARF_FPREG_LOC(c,r) DWARF_LOC((r), (DWARF_LOC_TYPE_REG \