Home
last modified time | relevance | path

Searched refs:augmentation (Results 1 – 25 of 28) sorted by relevance

12

/external/lldb/source/Symbol/
DDWARFCallFrameInfo.cpp163 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/
Dcfi_assembler.cc48 const string &augmentation, in CIEHeader() argument
65 AppendCString(augmentation); in CIEHeader()
Ddwarf2reader.h702 string augmentation; // vendor format extension markers member
836 uint8 version, const string &augmentation,
1001 const string &augmentation);
Ddwarf2reader.cc1852 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()
Dcfi_assembler.h140 const string &augmentation = "",
Ddwarf2reader_cfi_unittest.cc102 uint8 version, const string &augmentation,
/external/elfutils/src/libdw/
Ddwarf_next_cfi.c130 entry->cie.augmentation = (const char *) bytes;
163 const char *ap = entry->cie.augmentation;
Dcie.c77 for (const char *ap = info->augmentation; *ap != '\0'; ++ap) in intern_new_cie()
Dlibdw.h191 const char *augmentation; /* Augmentation string. */ member
/external/lldb/include/lldb/Symbol/
DDWARFCallFrameInfo.h87 char augmentation[CFI_AUG_MAX_SIZE]; // This is typically empty or very short. member
/external/elfutils/src/tests/
Drun-readelf-zdebug.sh413 augmentation: "zR"
512 augmentation: ""
/external/google-breakpad/src/common/
Ddwarf_cfi_to_module.h141 uint8 version, const string &augmentation,
Ddwarf_cfi_to_module.cc146 uint8 version, const string &augmentation, in Entry() argument
/external/libunwind/
DTODO8 - for DWARF 2, use a dummy CIE entry with an augmentation that
/external/elfutils/include/elfutils/
Dlibdw.h191 const char *augmentation; /* Augmentation string. */ member
/external/elfutils/src/src/
Dreadelf.c5415 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 …]
DChangeLog67 * 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/
DTokenRewriteStream.as33 * augmentation or other manipulations.
/external/icu/icu4c/source/test/testdata/
Dcollationtest.txt93 <<<\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/
Dcollationtest.txt93 <<<\U0001D16D=² # musical augmentation dot (ccc=226)
275 # a+dot below & stem+augmentation dot, followed by contiguous d+z+acute
/external/elfutils/src/po/
Den@quot.po5295 msgid "invalid augmentation length"
5296 msgstr "invalid augmentation length"
Den@boldquot.po5330 msgid "invalid augmentation length"
5331 msgstr "invalid augmentation length"
Delfutils.pot4985 msgid "invalid augmentation length"
Dja.po5194 msgid "invalid augmentation length"
Dde.po5030 msgid "invalid augmentation length"

12