/external/google-breakpad/src/common/dwarf/ |
cfi_assembler.h | 57 // CFI augmentation strings beginning with 'z', defined by the 60 // for additional fields whose presence the augmentation string 140 const string &augmentation = "",
|
dwarf2reader_cfi_unittest.cc | 102 uint8 version, const string &augmentation, 483 // An FDE whose CIE specifies an augmentation we don't recognize. 492 // augmentation we don't recognize. 608 // augmentation values. [all...] |
/art/compiler/debug/dwarf/ |
headers.h | 57 writer.PushUleb128(1); // z: Augmentation data size. 119 writer.PushUleb128(0); // Augmentation data size.
|
/external/elfutils/libdw/ |
fde.c | 104 /* The CIE augmentation says the FDE has a DW_FORM_block 117 /* We had to understand all of the CIE augmentation string.
|
cfi.h | 54 uint8_t lsda_encoding; /* DW_EH_PE_* for LSDA in FDE augmentation. */
|
/external/llvm/lib/MC/ |
MCDwarf.cpp | [all...] |
/external/v8/src/ |
eh-frame.cc | 103 // Augmentation data contents descriptor: LSDA and FDE encoding. 112 // Augmentation data. 152 // No augmentation data.
|
/frameworks/compile/mclinker/lib/LD/ |
EhFrameReader.cpp | 220 // the Augmentation String start with 'eh' is a CIE from gcc before 3.0, 226 // parse the Augmentation String to get the FDE encodeing if 'z' existed 236 // parse the Augmentation String
|
/external/google-breakpad/src/common/ |
dwarf_cfi_to_module.cc | 146 uint8 version, const string &augmentation, 151 // augmentation, then we should be okay with that, so there's no
|
dwarf_cfi_to_module.h | 141 uint8 version, const string &augmentation,
|
/external/libunwind/ |
TODO | 8 - for DWARF 2, use a dummy CIE entry with an augmentation that
|
/external/libunwind/src/x86_64/ |
Gstash_frame.c | 77 /* Signal frame was detected via augmentation in tdep_fetch_frame() */
|
/external/valgrind/memcheck/tests/amd64-linux/ |
defcfaexpr.S | 121 .uleb128 0 /* augmentation length */
|
/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/i386/ |
compressed-1a.d | 141 Augmentation: ""
|
/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/x86-64/ |
compressed-1a.d | 140 Augmentation: ""
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/ |
antlr.js | 342 * @param {Function} r the object to receive the augmentation 404 * @param {Function} r the object to receive the augmentation 437 * @param {Function} r the object to receive the augmentation
|
/external/elfutils/tests/ |
run-readelf-zdebug.sh | 413 augmentation: "zR" 417 Augmentation data: 0x1b (FDE address encoding: sdata4 pcrel) 512 augmentation: ""
|
/external/libunwind_llvm/src/ |
dwarf2.h | 57 // Used in CFI augmentation by GCC
|
/libcore/luni/src/main/java/org/xml/sax/ext/ |
EntityResolver2.java | 69 * This augmentation is reported
|
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
dwarf2.h | 57 // Used in CFI augmentation by GCC
|
/toolchain/binutils/binutils-2.25/binutils/ |
dwarf.c | 5464 char *augmentation; member in struct:Frame_Chunk [all...] |
/external/valgrind/coregrind/m_debuginfo/ |
readdwarf.c | [all...] |
/toolchain/binutils/binutils-2.25/gas/ |
dw2gencfi.c | [all...] |
/external/elfutils/src/ |
readelf.c | 5521 const char *augmentation; member in struct:cieinfo 5596 const char *const augmentation = (const char *) readp; local [all...] |
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
TokenRewriteStream.js | 2 * augmentation or other manipulations.
|