HomeSort by relevance Sort by last modified time
    Searched refs:landing_pad (Results 1 - 4 of 4) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
except.h 90 rtx landing_pad; variable
  /external/libunwind_llvm/src/
Unwind-EHABI.cpp 127 uint32_t landing_pad; local
128 descriptor = getNextWord(descriptor, &landing_pad);
133 landing_pad = signExtendPrel31(landing_pad & ~0x80000000);
134 if (landing_pad == 0xffffffff) {
136 } else if (landing_pad == 0xfffffffe) {
140 bool is_reference_type = landing_pad & 0x80000000;
143 ucbp, reinterpret_cast<const std::type_info *>(landing_pad),
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
Unwind-EHABI.cpp 128 uint32_t landing_pad; local
129 descriptor = getNextWord(descriptor, &landing_pad);
134 landing_pad = signExtendPrel31(landing_pad & ~0x80000000);
135 if (landing_pad == 0xffffffff) {
137 } else if (landing_pad == 0xfffffffe) {
141 bool is_reference_type = landing_pad & 0x80000000;
144 ucbp, reinterpret_cast<const std::type_info *>(landing_pad),
    [all...]
  /external/elfutils/src/
readelf.c 7943 uint64_t landing_pad; local
    [all...]

Completed in 968 milliseconds