Searched refs:UNWIND_X86_EBP_FRAME_OFFSET (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/libunwind/include/mach-o/
H A Dcompact_unwind_encoding.h78 UNWIND_X86_EBP_FRAME_OFFSET = 0x00FF0000, enumerator in enum:__anon3735
107 // is encoded in the UNWIND_X86_EBP_FRAME_OFFSET bits. The registers saved
/freebsd-12-stable/contrib/llvm-project/libunwind/src/
H A DCompactUnwinder.hpp78 EXTRACT_BITS(compactEncoding, UNWIND_X86_EBP_FRAME_OFFSET);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp46 UNWIND_X86_EBP_FRAME_OFFSET = 0x00FF0000,
1035 EXTRACT_BITS(function_info.encoding, UNWIND_X86_EBP_FRAME_OFFSET);
/freebsd-12-stable/contrib/llvm-project/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c694 EXTRACT_BITS(encoding, UNWIND_X86_EBP_FRAME_OFFSET);

Completed in 115 milliseconds