Home
last modified time | relevance | path

Searched defs:DWARF_LOC (Results 1 – 12 of 12) sorted by relevance

/third_party/libunwind/include/tdep-sh/
Dlibunwind_i.h84 # define DWARF_LOC(r, t) ((dwarf_loc_t) { .val = (r) }) macro
134 # define DWARF_LOC(r, t) ((dwarf_loc_t) { .val = (r), .type = (t) }) macro
/third_party/libunwind/include/tdep-hppa/
Dlibunwind_i.h83 # define DWARF_LOC(r, t) ((dwarf_loc_t) { .val = (r) }) macro
133 # define DWARF_LOC(r, t) ((dwarf_loc_t) { .val = (r), .type = (t) }) macro
/third_party/libunwind/include/tdep-tilegx/
Dlibunwind_i.h80 #define DWARF_LOC(r, t) ((dwarf_loc_t) { .val = (r) }) macro
131 #define DWARF_LOC(r, t) ((dwarf_loc_t) { .val = (r), .type = (t) }) macro
/third_party/libunwind/include/tdep-mips/
Dlibunwind_i.h92 # define DWARF_LOC(r, t) ((dwarf_loc_t) { .val = (r) }) macro
143 # define DWARF_LOC(r, t) ((dwarf_loc_t) { .val = (r), .type = (t) }) macro
/third_party/libunwind/include/tdep-ppc32/
Dlibunwind_i.h90 # define DWARF_LOC(r, t) ((dwarf_loc_t) { .val = (r) }) macro
109 # define DWARF_LOC(r, t) ((dwarf_loc_t) { .val = (r), .type = (t) }) macro
/third_party/libunwind/include/tdep-x86/
Dlibunwind_i.h111 # define DWARF_LOC(r, t) ((dwarf_loc_t) { .val = (r) }) macro
161 # define DWARF_LOC(r, t) ((dwarf_loc_t) { .val = (r), .type = (t) }) macro
/third_party/libunwind/include/tdep-riscv/
Dlibunwind_i.h101 # define DWARF_LOC(r, t) ((dwarf_loc_t) { .val = (r) }) macro
151 # define DWARF_LOC(r, t) ((dwarf_loc_t) { .val = (r), .type = (t) }) macro
/third_party/libunwind/include/tdep-ppc64/
Dlibunwind_i.h92 # define DWARF_LOC(r, t) ((dwarf_loc_t) { .val = (r) }) macro
164 # define DWARF_LOC(r, t) ((dwarf_loc_t) { .val = (r), .type = (t) }) macro
/third_party/libunwind/include/tdep-arm/
Dlibunwind_i.h121 # define DWARF_LOC(r, t) ((dwarf_loc_t) { .val = (r) }) macro
177 # define DWARF_LOC(r, t) ((dwarf_loc_t) { .val = (r), .type = (t) }) macro
/third_party/libunwind/include/tdep-aarch64/
Dlibunwind_i.h138 # define DWARF_LOC(r, t) ((dwarf_loc_t) { .val = (r) }) macro
194 # define DWARF_LOC(r, t) ((dwarf_loc_t) { .val = (r), .type = (t) }) macro
/third_party/libunwind/include/tdep-s390x/
Dlibunwind_i.h91 # define DWARF_LOC(r, t) ((dwarf_loc_t) { .val = (r), .type = (t) }) macro
/third_party/libunwind/include/tdep-x86_64/
Dlibunwind_i.h163 # define DWARF_LOC(r, t) ((dwarf_loc_t) { .val = (r), .type = (t) }) macro