Searched refs:augmentation (Results 1 – 25 of 55) sorted by relevance
123
/external/elfutils/tests/ |
D | run-next-cfi.sh | 29 [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 …]
|
D | run-readelf-zdebug.sh | 422 augmentation: "zR" 521 augmentation: ""
|
D | next_cfi.c | 75 printf ("CIE augmentation=\"%s\"\n", entry.cie.augmentation); in handle_section()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-dwarfdump/X86/ |
D | debug-names-verify-short2.s | 4 # CHECK: Section too small: cannot read header augmentation. 47 .long 8 # Header: augmentation length 48 .asciz "short" # Header: augmentation
|
D | debug-names-verify-cu-lists.s | 68 .long 0 # Header: augmentation length 85 .long 0 # Header: augmentation length 104 .long 0 # Header: augmentation length
|
D | debug-names-misaligned.s | 31 .long 0 # Header: augmentation length 63 .long 0 # Header: augmentation length
|
D | debug-names-find-dwo.s | 140 .long 8 # Header: augmentation string size 141 .ascii "LLVM0700" # Header: augmentation string
|
D | debug-names-verify-abbrev-forms.s | 79 .long 0 # Header: augmentation length 136 .long 0 # Header: augmentation length
|
D | debug-names-find.s | 107 .long 0 # Header: augmentation length 156 .long 0 # Header: augmentation length
|
D | debug-names-verify-short3.s | 47 .long 0 # Header: augmentation length
|
D | debug-names-verify-abbrev-short.s | 47 .long 0 # Header: augmentation length
|
D | debug-names-verify-abbrev-duplicate.s | 47 .long 0 # Header: augmentation length
|
D | debug-names-verify-no-buckets.s | 61 .long 0 # Header: augmentation length
|
D | debug-names-verify-buckets.s | 61 .long 0 # Header: augmentation length
|
D | debug-names-multi-find.s | 71 .long 0 # Header: augmentation length
|
D | debug-names-verify-wrong-hash.s | 68 .long 0 # Header: augmentation length
|
/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 = "",
|
/external/elfutils/libdw/ |
D | dwarf_next_cfi.c | 137 entry->cie.augmentation = (const char *) bytes; in dwarf_next_cfi() 170 const char *ap = entry->cie.augmentation; in dwarf_next_cfi()
|
D | cie.c | 77 for (const char *ap = info->augmentation; *ap != '\0'; ++ap) in intern_new_cie()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/ |
D | dwarfdump-debug-names.s | 33 .long 0 # Header: augmentation length 74 .long 0 # Header: augmentation length
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/ |
D | unwind.test | 46 CHECK-NEXT: augmentation: zR 71 CHECK-NEXT: augmentation: zR
|
/external/google-breakpad/src/common/ |
D | dwarf_cfi_to_module.h | 141 uint8 version, const string &augmentation,
|
123