Home
last modified time | relevance | path

Searched refs:dwarf_loc_t (Results 1 - 25 of 53) sorted by relevance

123

/third_party/libunwind/libunwind/include/tdep-tilegx/
H A Dlibunwind_i.h80 #define DWARF_LOC(r, t) ((dwarf_loc_t) { .val = (r) })
90 dwarf_getfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t *val) in dwarf_getfp()
98 dwarf_putfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t val) in dwarf_putfp()
106 dwarf_get (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t *val) in dwarf_get()
116 dwarf_put (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t val) in dwarf_put()
130 ({ dwarf_loc_t _l = (l); _l.val == 0 && _l.type == 0; })
131 #define DWARF_LOC(r, t) ((dwarf_loc_t) { .val = (r), .type = (t) })
141 dwarf_getfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t *val) in dwarf_getfp()
149 dwarf_putfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t val) in dwarf_putfp()
157 dwarf_get (struct dwarf_cursor *c, dwarf_loc_t lo
[all...]
H A Ddwarf-config.h48 } dwarf_loc_t; typedef
/third_party/libunwind/libunwind/include/tdep-arm/
H A Dlibunwind_i.h103 # define DWARF_LOC(r, t) ((dwarf_loc_t) { .val = (r) })
112 dwarf_getfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t *val) in dwarf_getfp()
121 dwarf_putfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t val) in dwarf_putfp()
130 dwarf_get (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t *val) in dwarf_get()
138 dwarf_put (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t val) in dwarf_put()
151 dwarf_is_null_loc(dwarf_loc_t l) in dwarf_is_null_loc()
157 # define DWARF_LOC(r, t) ((dwarf_loc_t) { .val = (r), .type = (t) })
166 dwarf_getfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t *val) in dwarf_getfp()
189 dwarf_putfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t val) in dwarf_putfp()
212 dwarf_get (struct dwarf_cursor *c, dwarf_loc_t lo
[all...]
H A Ddwarf-config.h49 dwarf_loc_t; typedef
/third_party/libunwind/libunwind/include/tdep-hppa/
H A Dlibunwind_i.h77 # define DWARF_LOC(r, t) ((dwarf_loc_t) { .val = (r) })
86 dwarf_getfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t *val) in dwarf_getfp()
95 dwarf_putfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t val) in dwarf_putfp()
104 dwarf_get (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t *val) in dwarf_get()
113 dwarf_put (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t val) in dwarf_put()
126 ({ dwarf_loc_t _l = (l); _l.val == 0 && _l.type == 0; })
127 # define DWARF_LOC(r, t) ((dwarf_loc_t) { .val = (r), .type = (t) })
136 dwarf_getfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t *val) in dwarf_getfp()
159 dwarf_putfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t val) in dwarf_putfp()
182 dwarf_get (struct dwarf_cursor *c, dwarf_loc_t lo
[all...]
/third_party/libunwind/libunwind/include/tdep-x86/
H A Dlibunwind_i.h91 # define DWARF_LOC(r, t) ((dwarf_loc_t) { .val = (r) })
100 dwarf_getfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t *val) in dwarf_getfp()
109 dwarf_putfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t val) in dwarf_putfp()
118 dwarf_get (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t *val) in dwarf_get()
127 dwarf_put (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t val) in dwarf_put()
140 ({ dwarf_loc_t _l = (l); _l.val == 0 && _l.type == 0; })
141 # define DWARF_LOC(r, t) ((dwarf_loc_t) { .val = (r), .type = (t) })
150 dwarf_getfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t *val) in dwarf_getfp()
173 dwarf_putfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t val) in dwarf_putfp()
196 dwarf_get (struct dwarf_cursor *c, dwarf_loc_t lo
[all...]
H A Ddwarf-config.h50 dwarf_loc_t; typedef
/third_party/libunwind/libunwind/include/tdep-riscv/
H A Dlibunwind_i.h101 # define DWARF_LOC(r, t) ((dwarf_loc_t) { .val = (r) })
110 dwarf_getfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t *val) in dwarf_getfp()
119 dwarf_putfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t val) in dwarf_putfp()
128 dwarf_get (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t *val) in dwarf_get()
137 dwarf_put (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t val) in dwarf_put()
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) in dwarf_getfp()
184 dwarf_putfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t val) in dwarf_putfp()
208 dwarf_get (struct dwarf_cursor *c, dwarf_loc_t lo
[all...]
/third_party/libunwind/libunwind/include/tdep-sh/
H A Dlibunwind_i.h78 # define DWARF_LOC(r, t) ((dwarf_loc_t) { .val = (r) })
87 dwarf_getfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t *val) in dwarf_getfp()
96 dwarf_putfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t val) in dwarf_putfp()
105 dwarf_get (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t *val) in dwarf_get()
114 dwarf_put (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t val) in dwarf_put()
127 ({ dwarf_loc_t _l = (l); _l.val == 0 && _l.type == 0; })
128 # define DWARF_LOC(r, t) ((dwarf_loc_t) { .val = (r), .type = (t) })
137 dwarf_getfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t *val) in dwarf_getfp()
160 dwarf_putfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t val) in dwarf_putfp()
183 dwarf_get (struct dwarf_cursor *c, dwarf_loc_t lo
[all...]
/third_party/libunwind/libunwind/include/tdep-aarch64/
H A Dlibunwind_i.h120 # define DWARF_LOC(r, t) ((dwarf_loc_t) { .val = (r) })
129 dwarf_getfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t *val) in dwarf_getfp()
138 dwarf_putfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t val) in dwarf_putfp()
147 dwarf_get (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t *val) in dwarf_get()
155 dwarf_put (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t val) in dwarf_put()
168 dwarf_is_null_loc(dwarf_loc_t l) in dwarf_is_null_loc()
174 # define DWARF_LOC(r, t) ((dwarf_loc_t) { .val = (r), .type = (t) })
183 dwarf_getfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t *val) in dwarf_getfp()
206 dwarf_putfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t val) in dwarf_putfp()
229 dwarf_get (struct dwarf_cursor *c, dwarf_loc_t lo
[all...]
/third_party/libunwind/libunwind/include/tdep-ppc64/
H A Dlibunwind_i.h86 # define DWARF_LOC(r, t) ((dwarf_loc_t) { .val = (r) })
97 dwarf_getvr (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t * val) in dwarf_getvr()
106 dwarf_putvr (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t val) in dwarf_putvr()
115 dwarf_getfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t *val) in dwarf_getfp()
124 dwarf_putfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t val) in dwarf_putfp()
133 dwarf_get (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t *val) in dwarf_get()
142 dwarf_put (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t val) in dwarf_put()
157 ({ dwarf_loc_t _l = (l); _l.val == 0 && _l.type == 0; })
158 # define DWARF_LOC(r, t) ((dwarf_loc_t) { .val = (r), .type = (t) })
170 dwarf_getvr (struct dwarf_cursor *c, dwarf_loc_t lo
[all...]
H A Ddwarf-config.h54 dwarf_loc_t; typedef
/third_party/libunwind/libunwind/include/tdep-ppc32/
H A Dlibunwind_i.h84 # define DWARF_LOC(r, t) ((dwarf_loc_t) { .val = (r) })
102 ({ dwarf_loc_t _l = (l); _l.val == 0 && _l.type == 0; })
103 # define DWARF_LOC(r, t) ((dwarf_loc_t) { .val = (r), .type = (t) })
117 dwarf_getvr (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t * val) in dwarf_getvr()
143 dwarf_putvr (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t val) in dwarf_putvr()
168 dwarf_getfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t * val) in dwarf_getfp()
189 dwarf_putfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t val) in dwarf_putfp()
210 dwarf_get (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t * val) in dwarf_get()
231 dwarf_put (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t val) in dwarf_put()
H A Ddwarf-config.h54 dwarf_loc_t; typedef
/third_party/libunwind/libunwind/include/tdep-mips/
H A Dlibunwind_i.h86 # define DWARF_LOC(r, t) ((dwarf_loc_t) { .val = (r) })
96 dwarf_getfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t *val) in dwarf_getfp()
105 dwarf_putfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t val) in dwarf_putfp()
114 dwarf_get (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t *val) in dwarf_get()
123 dwarf_put (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t val) in dwarf_put()
136 ({ dwarf_loc_t _l = (l); _l.val == 0 && _l.type == 0; })
137 # define DWARF_LOC(r, t) ((dwarf_loc_t) { .val = (r), .type = (t) })
185 dwarf_getfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t *val) in dwarf_getfp()
208 dwarf_putfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t val) in dwarf_putfp()
231 dwarf_get (struct dwarf_cursor *c, dwarf_loc_t lo
[all...]
/third_party/libunwind/libunwind/include/tdep-x86_64/
H A Dlibunwind_i.h145 # define DWARF_LOC(r, t) ((dwarf_loc_t) { .val = (r), .type = (t) })
162 dwarf_is_null_loc(dwarf_loc_t l) in dwarf_is_null_loc()
175 dwarf_getfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t *val) in dwarf_getfp()
184 dwarf_putfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t val) in dwarf_putfp()
193 dwarf_get (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t *val) in dwarf_get()
210 dwarf_put (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t val) in dwarf_put()
H A Ddwarf-config.h55 dwarf_loc_t; typedef
/third_party/libunwind/libunwind/include/tdep-s390x/
H A Dlibunwind_i.h91 # define DWARF_LOC(r, t) ((dwarf_loc_t) { .val = (r), .type = (t) })
107 ({ dwarf_loc_t _l = (l); _l.val == 0 && _l.type == 0; })
115 dwarf_getfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t *val) in dwarf_getfp()
138 dwarf_putfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t val) in dwarf_putfp()
160 dwarf_get (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t *val) in dwarf_get()
183 dwarf_put (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t val) in dwarf_put()
H A Ddwarf-config.h50 dwarf_loc_t; typedef
/third_party/libunwind/libunwind/src/x86_64/
H A DGregs.c31 static inline dwarf_loc_t
54 HIDDEN dwarf_loc_t
68 dwarf_loc_t loc = DWARF_NULL_LOC; in tdep_access_reg()
/third_party/libunwind/libunwind/src/x86/
H A Dunwind_i.h60 extern dwarf_loc_t x86_scratch_loc (struct cursor *c, unw_regnum_t reg);
61 extern dwarf_loc_t x86_get_scratch_loc (struct cursor *c, unw_regnum_t reg);
H A DGregs.c29 HIDDEN dwarf_loc_t
42 dwarf_loc_t loc = DWARF_NULL_LOC; in tdep_access_reg()
/third_party/libunwind/libunwind/src/s390x/
H A DGregs.c35 dwarf_loc_t loc = DWARF_NULL_LOC; in tdep_access_reg()
85 dwarf_loc_t loc = DWARF_NULL_LOC; in tdep_access_fpreg()
/third_party/libunwind/libunwind/src/riscv/
H A DGregs.c32 dwarf_loc_t loc; in tdep_access_reg()
80 dwarf_loc_t loc; in tdep_access_fpreg()
/third_party/libunwind/libunwind/src/aarch64/
H A DGregs.c33 dwarf_loc_t loc = DWARF_NULL_LOC; in tdep_access_reg()
113 dwarf_loc_t loc = c->dwarf.loc[reg]; in tdep_access_fpreg()

Completed in 14 milliseconds

123