Home
last modified time | relevance | path

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

123

/external/elfutils/tests/
Drun-next-cfi.sh29 [0] CIE augmentation="zPL"
35 [0] CIE augmentation=""
49 [0] CIE augmentation=""
50 [16] CIE augmentation="zR"
53 [0] CIE augmentation=""
61 [0] CIE augmentation=""
63 [32] CIE augmentation=""
70 [0] CIE augmentation="zR"
74 [0] CIE augmentation=""
76 [40] CIE augmentation=""
[all …]
Drun-readelf-zdebug.sh422 augmentation: "zR"
521 augmentation: ""
Dnext_cfi.c75 printf ("CIE augmentation=\"%s\"\n", entry.cie.augmentation); in handle_section()
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-dwarfdump/X86/
Ddebug-names-verify-short2.s4 # CHECK: Section too small: cannot read header augmentation.
47 .long 8 # Header: augmentation length
48 .asciz "short" # Header: augmentation
Ddebug-names-verify-cu-lists.s68 .long 0 # Header: augmentation length
85 .long 0 # Header: augmentation length
104 .long 0 # Header: augmentation length
Ddebug-names-misaligned.s31 .long 0 # Header: augmentation length
63 .long 0 # Header: augmentation length
Ddebug-names-find-dwo.s140 .long 8 # Header: augmentation string size
141 .ascii "LLVM0700" # Header: augmentation string
Ddebug-names-verify-abbrev-forms.s79 .long 0 # Header: augmentation length
136 .long 0 # Header: augmentation length
Ddebug-names-find.s107 .long 0 # Header: augmentation length
156 .long 0 # Header: augmentation length
Ddebug-names-verify-short3.s47 .long 0 # Header: augmentation length
Ddebug-names-verify-abbrev-short.s47 .long 0 # Header: augmentation length
Ddebug-names-verify-abbrev-duplicate.s47 .long 0 # Header: augmentation length
Ddebug-names-verify-no-buckets.s61 .long 0 # Header: augmentation length
Ddebug-names-verify-buckets.s61 .long 0 # Header: augmentation length
Ddebug-names-multi-find.s71 .long 0 # Header: augmentation length
Ddebug-names-verify-wrong-hash.s68 .long 0 # Header: augmentation length
/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 = "",
/external/elfutils/libdw/
Ddwarf_next_cfi.c137 entry->cie.augmentation = (const char *) bytes; in dwarf_next_cfi()
170 const char *ap = entry->cie.augmentation; in dwarf_next_cfi()
Dcie.c77 for (const char *ap = info->augmentation; *ap != '\0'; ++ap) in intern_new_cie()
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/
Ddwarfdump-debug-names.s33 .long 0 # Header: augmentation length
74 .long 0 # Header: augmentation length
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/
Dunwind.test46 CHECK-NEXT: augmentation: zR
71 CHECK-NEXT: augmentation: zR
/external/google-breakpad/src/common/
Ddwarf_cfi_to_module.h141 uint8 version, const string &augmentation,

123