HomeSort by relevance Sort by last modified time
    Searched refs:DW_EH_PE_aligned (Results 1 - 25 of 27) sorted by null

1 2

  /ndk/sources/cxx-stl/gabi++/src/
dwarf_helper.h 64 DW_EH_PE_aligned = 0x50,
  /external/compiler-rt/lib/builtins/
gcc_personality_v0.c 37 #define DW_EH_PE_aligned 0x50
118 case DW_EH_PE_aligned:
  /external/google-breakpad/src/common/dwarf/
bytereader.cc 84 if (encoding == DW_EH_PE_aligned) return true;
114 if (encoding == DW_EH_PE_aligned) {
cfi_assembler.cc 141 case dwarf2reader::DW_EH_PE_aligned: base = 0; break;
150 if ((encoding & 0xf0) == dwarf2reader::DW_EH_PE_aligned)
bytereader_unittest.cc 96 DwarfPointerEncoding(dwarf2reader::DW_EH_PE_aligned)));
634 reader.ReadEncodedPointer(data, dwarf2reader::DW_EH_PE_aligned,
642 reader.ReadEncodedPointer(data, dwarf2reader::DW_EH_PE_aligned,
650 reader.ReadEncodedPointer(data, dwarf2reader::DW_EH_PE_aligned,
658 reader.ReadEncodedPointer(data, dwarf2reader::DW_EH_PE_aligned,
667 dwarf2reader::DW_EH_PE_aligned,
676 dwarf2reader::DW_EH_PE_aligned,
685 dwarf2reader::DW_EH_PE_aligned,
694 dwarf2reader::DW_EH_PE_aligned,
dwarf2enums.h 634 DW_EH_PE_aligned = 0x50,
643 // encoding (except DW_EH_PE_aligned), and indicates that the
  /external/elfutils/libdw/
encoded-value.h 135 case DW_EH_PE_aligned:
dwarf.h 780 DW_EH_PE_aligned = 0x50,
known-dwarf.h 236 DWARF_ONE_KNOWN_DW_EH_PE (aligned, DW_EH_PE_aligned) \
    [all...]
  /toolchain/binutils/binutils-2.25/elfcpp/
dwarf.h 128 DW_EH_PE_aligned = 0x50,
  /external/libunwind_llvm/src/
dwarf2.h 74 DW_EH_PE_aligned = 0x50,
AddressSpace.hpp 290 case DW_EH_PE_aligned:
291 _LIBUNWIND_ABORT("DW_EH_PE_aligned pointer encoding not supported");
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
dwarf2.h 74 DW_EH_PE_aligned = 0x50,
AddressSpace.hpp 283 case DW_EH_PE_aligned:
284 _LIBUNWIND_ABORT("DW_EH_PE_aligned pointer encoding not supported");
  /toolchain/binutils/binutils-2.25/include/
dwarf2.h 404 #define DW_EH_PE_aligned 0x50
  /external/libunwind/include/
dwarf.h 218 #define DW_EH_PE_aligned 0x50 /* aligned pointer */
dwarf_i.h 360 /* DW_EH_PE_omit and DW_EH_PE_aligned don't follow the normal
367 else if (encoding == DW_EH_PE_aligned)
  /frameworks/compile/mclinker/lib/LD/
EhFrameReader.cpp 279 if (llvm::dwarf::DW_EH_PE_aligned == (per_encode & 0xf0)) {
  /toolchain/binutils/binutils-2.25/bfd/
elf-eh-frame.c 705 if ((cie->per_encoding & 0x70) == DW_EH_PE_aligned)
743 && (cie->per_encoding & 0x70) != DW_EH_PE_aligned)
    [all...]
  /external/libcxxabi/src/
cxa_personality.cpp 177 DW_EH_PE_aligned = 0x50,
292 case DW_EH_PE_aligned:
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_personality.cpp 167 DW_EH_PE_aligned = 0x50,
289 case DW_EH_PE_aligned:
    [all...]
  /art/compiler/debug/dwarf/
dwarf_constants.h 680 DW_EH_PE_aligned = 0x50,
  /external/llvm/include/llvm/Support/
Dwarf.h 537 DW_EH_PE_aligned = 0x50,
  /toolchain/binutils/binutils-2.25/gold/
ehframe.cc 861 if ((per_encoding & 0xf0) == elfcpp::DW_EH_PE_aligned)
    [all...]
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp 515 case llvm::dwarf::DW_EH_PE_aligned:
    [all...]

Completed in 1072 milliseconds

1 2