HomeSort by relevance Sort by last modified time
    Searched refs:augmentation (Results 1 - 25 of 32) sorted by null

1 2

  /external/elfutils/tests/
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...]
next_cfi.c 75 printf ("CIE augmentation=\"%s\"\n", entry.cie.augmentation);
  /external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-dwarfdump/X86/
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
debug-names-verify-cu-lists.s 68 .long 0 # Header: augmentation length
85 .long 0 # Header: augmentation length
104 .long 0 # Header: augmentation length
debug-names-verify-abbrev-short.s 47 .long 0 # Header: augmentation length
debug-names-verify-short3.s 47 .long 0 # Header: augmentation length
debug-names-misaligned.s 31 .long 0 # Header: augmentation length
63 .long 0 # Header: augmentation length
debug-names-find-dwo.s 140 .long 8 # Header: augmentation string size
141 .ascii "LLVM0700" # Header: augmentation string
debug-names-multi-find.s 71 .long 0 # Header: augmentation length
debug-names-verify-abbrev-duplicate.s 47 .long 0 # Header: augmentation length
debug-names-verify-buckets.s 61 .long 0 # Header: augmentation length
debug-names-verify-no-buckets.s 61 .long 0 # Header: augmentation length
debug-names-find.s 107 .long 0 # Header: augmentation length
156 .long 0 # Header: augmentation length
debug-names-verify-abbrev-forms.s 79 .long 0 # Header: augmentation length
136 .long 0 # Header: augmentation length
debug-names-verify-wrong-hash.s 68 .long 0 # Header: augmentation length
debug-names-verify-unhashed-names.s 80 .long 0 # Header: augmentation length
  /external/elfutils/libdw/
dwarf_next_cfi.c 137 entry->cie.augmentation = (const char *) bytes;
170 const char *ap = entry->cie.augmentation;
172 /* g++ v2 "eh" has pointer immediately following augmentation string,
196 /* If we have sized augmentation data,
232 /* Unknown augmentation string. initial_instructions might
233 actually start with some augmentation data. */
cie.c 75 /* Grok the augmentation string and its data. */
77 for (const char *ap = info->augmentation; *ap != '\0'; ++ap)
109 /* Unknown augmentation string. If we have 'z' we can ignore it,
  /external/google-breakpad/src/common/dwarf/
cfi_assembler.cc 48 const string &augmentation,
65 AppendCString(augmentation);
dwarf2reader.h 604 // - Linux C++ exception handling data uses CIE augmentation strings
702 string augmentation; // vendor format extension markers member in struct:dwarf2reader::CallFrameInfo::CIE
707 // True if this CIE includes Linux C++ ABI 'z' augmentation data.
710 // Parsed 'z' augmentation data. These are meaningful only if
712 bool has_z_lsda; // The 'z' augmentation included 'L'.
713 bool has_z_personality; // The 'z' augmentation included 'P'.
714 bool has_z_signal_frame; // The 'z' augmentation included 'S'.
721 // personality routine pointer in the augmentation data.
731 // or not we saw a 'z' augmentation string; its default value is
    [all...]
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.cc     [all...]
  /external/google-breakpad/src/common/
dwarf_cfi_to_module.h 141 uint8 version, const string &augmentation,
dwarf_cfi_to_module.cc 146 uint8 version, const string &augmentation,
151 // augmentation, then we should be okay with that, so there's no
  /external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/
dwarfdump-debug-names.s 33 .long 0 # Header: augmentation length
74 .long 0 # Header: augmentation length
108 # CHECK-NEXT: Augmentation: ''
154 # CHECK-NEXT: Augmentation: ''

Completed in 3207 milliseconds

1 2