OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UnwindData
(Results
1 - 7
of
7
) sorted by null
/external/llvm/include/llvm/Support/
ARMWinEH.h
104
const support::ulittle32_t
UnwindData
;
107
: BeginAddress(Data[0]),
UnwindData
(Data[1]) {}
110
const support::ulittle32_t
UnwindData
)
111
: BeginAddress(BeginAddress),
UnwindData
(
UnwindData
) {}
114
return RuntimeFunctionFlag(
UnwindData
& 0x3);
120
return (
UnwindData
& ~0x3);
127
return (
UnwindData
& ~0x3);
133
return (((
UnwindData
& 0x00001ffc) >> 2) << 1);
139
assert(((
UnwindData
& 0x00006000) || L()) && "L must be set to 1")
[
all
...]
/bionic/tests/
stack_unwinding_test.cpp
76
struct
UnwindData
{
83
static
UnwindData
g_unwind_data;
92
static void verify_unwind_data(const
UnwindData
& unwind_data) {
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
setjmp.h
45
unsigned long
UnwindData
[6];
67
unsigned long
UnwindData
[6];
winnt.h
[
all
...]
/external/libunwind_llvm/src/
UnwindCursor.hpp
800
// | | N | unwind opcodes | | <--
UnwindData
813
uint32_t *
UnwindData
= reinterpret_cast<uint32_t*>(exceptionTableAddr) + 1;
814
uint32_t FirstDataWord = *
UnwindData
;
817
lsda = reinterpret_cast<uintptr_t>(
UnwindData
+ NDataWords);
[
all
...]
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
UnwindCursor.hpp
783
// | | N | unwind opcodes | | <--
UnwindData
796
uint32_t *
UnwindData
= reinterpret_cast<uint32_t*>(exceptionTableAddr) + 1;
797
uint32_t FirstDataWord = *
UnwindData
;
800
lsda = reinterpret_cast<uintptr_t>(
UnwindData
+ NDataWords);
[
all
...]
/external/llvm/tools/llvm-readobj/
ARMWinEHPrinter.cpp
598
if (!RF.
UnwindData
&& !XDataRecord)
Completed in 315 milliseconds