Lines Matching refs:DWARF_LOC
93 # define DWARF_NULL_LOC DWARF_LOC (0, 0)
95 # define DWARF_LOC(r, t) ((dwarf_loc_t) { .val = (r) })
97 # define DWARF_REG_LOC(c,r) (DWARF_LOC((unw_word_t) (intptr_t) \
99 # define DWARF_MEM_LOC(c,m) DWARF_LOC ((m), 0)
100 # define DWARF_FPREG_LOC(c,r) (DWARF_LOC((unw_word_t) (intptr_t) \
159 # define DWARF_NULL_LOC DWARF_LOC (0, 0)
162 # define DWARF_LOC(r, t) ((dwarf_loc_t) { .val = (r), .type = (t) })
165 # define DWARF_REG_LOC(c,r) DWARF_LOC((r), DWARF_LOC_TYPE_REG)
166 # define DWARF_MEM_LOC(c,m) DWARF_LOC ((m), 0)
167 # define DWARF_FPREG_LOC(c,r) DWARF_LOC((r), (DWARF_LOC_TYPE_REG \