Searched refs:dwarf_put (Results 1 - 19 of 19) sorted by relevance

/external/libunwind/src/arm/
H A DGregs.c68 return dwarf_put (&c->dwarf, loc, *valp);
/external/libunwind/src/sh/
H A DGregs.c68 return dwarf_put (&c->dwarf, loc, *valp);
/external/libunwind/src/aarch64/
H A DGregs.c102 return dwarf_put (&c->dwarf, loc, *valp);
/external/libunwind/src/hppa/
H A DGregs.c67 return dwarf_put (&c->dwarf, loc, *valp);
/external/libunwind/src/mips/
H A DGregs.c90 return dwarf_put (&c->dwarf, loc, *valp);
/external/libunwind/src/ppc32/
H A DGregs.c68 return dwarf_put (&c->dwarf, loc, *valp);
/external/libunwind/src/ppc64/
H A DGregs.c69 return dwarf_put (&c->dwarf, loc, *valp);
/external/libunwind/src/x86_64/
H A DGtrace.c245 if (likely(dwarf_put (d, d->loc[UNW_X86_64_RIP], rip) >= 0)
246 && likely(dwarf_put (d, d->loc[UNW_X86_64_RBP], rbp) >= 0)
247 && likely(dwarf_put (d, d->loc[UNW_X86_64_RSP], rsp) >= 0)
H A DGregs.c128 return dwarf_put (&c->dwarf, loc, *valp);
/external/libunwind/src/x86/
H A DGregs.c116 return dwarf_put (&c->dwarf, loc, *valp);
/external/libunwind/include/tdep-aarch64/
H A Dlibunwind_i.h147 dwarf_put (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t val) function
238 dwarf_put (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t val) function
/external/libunwind/include/tdep-arm/
H A Dlibunwind_i.h135 dwarf_put (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t val) function
226 dwarf_put (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t val) function
/external/libunwind/include/tdep-hppa/
H A Dlibunwind_i.h132 dwarf_put (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t val) function
223 dwarf_put (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t val) function
/external/libunwind/include/tdep-mips/
H A Dlibunwind_i.h144 dwarf_put (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t val) function
278 dwarf_put (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t val) function
/external/libunwind/include/tdep-sh/
H A Dlibunwind_i.h133 dwarf_put (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t val) function
224 dwarf_put (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t val) function
/external/libunwind/include/tdep-x86/
H A Dlibunwind_i.h138 dwarf_put (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t val) function
227 dwarf_put (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t val) function
/external/libunwind/include/tdep-x86_64/
H A Dlibunwind_i.h173 dwarf_put (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t val) function
/external/libunwind/include/tdep-ppc32/
H A Dlibunwind_i.h240 dwarf_put (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t val) function
/external/libunwind/include/tdep-ppc64/
H A Dlibunwind_i.h240 dwarf_put (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t val) function

Completed in 643 milliseconds