/external/lldb/source/Symbol/ |
D | DWARFCallFrameInfo.cpp | 163 cie_sp->augmentation[i] = m_cfi_data.GetU8(&offset); in ParseCIE() 164 if (cie_sp->augmentation[i] == '\0') in ParseCIE() 168 cie_sp->augmentation[j] = '\0'; in ParseCIE() 174 if (i == CFI_AUG_MAX_SIZE && cie_sp->augmentation[CFI_AUG_MAX_SIZE-1] != '\0') in ParseCIE() 183 if (cie_sp->augmentation[0]) in ParseCIE() 189 const size_t aug_str_len = strlen(cie_sp->augmentation); in ParseCIE() 194 if (cie_sp->augmentation[0] == 'z') in ParseCIE() 200 char aug = cie_sp->augmentation[aug_str_idx]; in ParseCIE() 242 else if (strcmp(cie_sp->augmentation, "eh") == 0) in ParseCIE() 428 if (cie->augmentation[0] == 'z') in FDEToUnwindPlan()
|
/external/google-breakpad/src/common/dwarf/ |
D | cfi_assembler.cc | 48 const string &augmentation, in CIEHeader() argument 65 AppendCString(augmentation); in CIEHeader()
|
D | dwarf2reader.h | 702 string augmentation; // vendor format extension markers member 836 uint8 version, const string &augmentation, 1001 const string &augmentation);
|
D | dwarf2reader.cc | 1852 cie->augmentation.clear(); in ReadCIEFields() 1881 cie->augmentation = string(augmentation_start, in ReadCIEFields() 1887 if (!cie->augmentation.empty()) { in ReadCIEFields() 1889 if (cie->augmentation[0] == DW_Z_augmentation_start) { in ReadCIEFields() 1895 reporter_->UnrecognizedAugmentation(cie->offset, cie->augmentation); in ReadCIEFields() 1938 for (size_t i = 1; i < cie->augmentation.size(); i++) { in ReadCIEFields() 1939 switch (cie->augmentation[i]) { in ReadCIEFields() 2009 reporter_->UnrecognizedAugmentation(cie->offset, cie->augmentation); in ReadCIEFields() 2167 cie.version, cie.augmentation, in Start()
|
D | cfi_assembler.h | 140 const string &augmentation = "",
|
D | dwarf2reader_cfi_unittest.cc | 102 uint8 version, const string &augmentation,
|
/external/elfutils/src/libdw/ |
D | dwarf_next_cfi.c | 130 entry->cie.augmentation = (const char *) bytes; 163 const char *ap = entry->cie.augmentation;
|
D | cie.c | 77 for (const char *ap = info->augmentation; *ap != '\0'; ++ap) in intern_new_cie()
|
D | libdw.h | 191 const char *augmentation; /* Augmentation string. */ member
|
/external/lldb/include/lldb/Symbol/ |
D | DWARFCallFrameInfo.h | 87 char augmentation[CFI_AUG_MAX_SIZE]; // This is typically empty or very short. member
|
/external/elfutils/src/tests/ |
D | run-readelf-zdebug.sh | 413 augmentation: "zR" 512 augmentation: ""
|
/external/google-breakpad/src/common/ |
D | dwarf_cfi_to_module.h | 141 uint8 version, const string &augmentation,
|
D | dwarf_cfi_to_module.cc | 146 uint8 version, const string &augmentation, in Entry() argument
|
/external/libunwind/ |
D | TODO | 8 - for DWARF 2, use a dummy CIE entry with an augmentation that
|
/external/elfutils/include/elfutils/ |
D | libdw.h | 191 const char *augmentation; /* Augmentation string. */ member
|
/external/elfutils/src/src/ |
D | readelf.c | 5415 const char *augmentation; in print_debug_frame_section() member 5490 const char *const augmentation = (const char *) readp; in print_debug_frame_section() local 5513 if (strcmp (augmentation, "eh") == 0) in print_debug_frame_section() 5529 version, augmentation); in print_debug_frame_section() 5540 if (augmentation[0] == 'z') in print_debug_frame_section() 5553 const char *cp = augmentation + 1; in print_debug_frame_section() 5554 while (*cp != '\0' && cp < augmentation + augmentationlen + 1) in print_debug_frame_section() 5611 newp->augmentation = augmentation; in print_debug_frame_section() 5693 if (cie->augmentation[0] == 'z') in print_debug_frame_section() 5710 const char *cp = cie->augmentation + 1; in print_debug_frame_section() [all …]
|
D | ChangeLog | 67 * readelf.c (print_debug_frame_section): Check number of augmentation 1301 (print_debug_frame_section): Check for bogus augmentation length. 1302 For P augmentation, use read_encoded, print the encoding description,
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
D | TokenRewriteStream.as | 33 * augmentation or other manipulations.
|
/external/icu/icu4c/source/test/testdata/ |
D | collationtest.txt | 93 <<<\U0001D16D=² # musical augmentation dot (ccc=226) 275 # a+dot below & stem+augmentation dot, followed by contiguous d+z+acute
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/data/ |
D | collationtest.txt | 93 <<<\U0001D16D=² # musical augmentation dot (ccc=226) 275 # a+dot below & stem+augmentation dot, followed by contiguous d+z+acute
|
/external/elfutils/src/po/ |
D | en@quot.po | 5295 msgid "invalid augmentation length" 5296 msgstr "invalid augmentation length"
|
D | en@boldquot.po | 5330 msgid "invalid augmentation length" 5331 msgstr "invalid augmentation length"
|
D | elfutils.pot | 4985 msgid "invalid augmentation length"
|
D | ja.po | 5194 msgid "invalid augmentation length"
|
D | de.po | 5030 msgid "invalid augmentation length"
|