Searched refs:Registers_x86_64 (Results 1 - 6 of 6) sorted by relevance

/barrelfish-master/lib/cxx/unwind/
H A DCompactUnwinder.hpp262 /// unwind) by modifying a Registers_x86_64 register set
269 Registers_x86_64 &registers);
274 static void frameUnwind(A &addressSpace, Registers_x86_64 &registers);
276 Registers_x86_64 &registers);
280 Registers_x86_64 &registers);
283 A &addressSpace, Registers_x86_64 &registers, bool indirectStackSize);
289 A &addressSpace, Registers_x86_64 &registers) {
307 A &addressSpace, Registers_x86_64 &registers) {
351 Registers_x86_64 &registers, bool indirectStackSize) {
469 Registers_x86_64
[all...]
H A DUnwind-seh.cpp453 new (reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_x86_64> *>(cursor))
454 UnwindCursor<LocalAddressSpace, Registers_x86_64>(
480 return reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_x86_64> *>(cursor)->getDispatcherContext();
493 reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_x86_64> *>(cursor)->setDispatcherContext(disp);
H A DRegisters.hpp247 /// Registers_x86_64 holds the register state of a thread in a 64-bit intel
249 class _LIBUNWIND_HIDDEN Registers_x86_64 { class in namespace:libunwind
251 Registers_x86_64();
252 Registers_x86_64(const void *registers);
318 inline Registers_x86_64::Registers_x86_64(const void *registers) { function in class:libunwind::Registers_x86_64
319 static_assert((check_fit<Registers_x86_64, unw_context_t>::does_fit),
324 inline Registers_x86_64::Registers_x86_64() { function in class:libunwind::Registers_x86_64
328 inline bool Registers_x86_64
[all...]
H A Dlibunwind.cpp42 # define REGISTER_KIND Registers_x86_64
H A DUnwindRegistersRestore.S65 # void libunwind::Registers_x86_64::jumpto()
H A DUnwindCursor.hpp949 int stepWithCompactEncoding(Registers_x86_64 &) {
1004 bool compactSaysUseDwarf(Registers_x86_64 &, uint32_t *offset) const {
1073 compact_unwind_encoding_t dwarfEncoding(Registers_x86_64 &) const {

Completed in 35 milliseconds