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

  /external/lldb/source/Symbol/
DWARFCallFrameInfo.cpp 163 cie_sp->augmentation[i] = m_cfi_data.GetU8(&offset);
164 if (cie_sp->augmentation[i] == '\0')
166 // Zero out remaining bytes in augmentation string
168 cie_sp->augmentation[j] = '\0';
174 if (i == CFI_AUG_MAX_SIZE && cie_sp->augmentation[CFI_AUG_MAX_SIZE-1] != '\0')
176 Host::SystemLog (Host::eSystemLogError, "CIE parse error: CIE augmentation string was too large for the fixed sized buffer of %d bytes.\n", CFI_AUG_MAX_SIZE);
183 if (cie_sp->augmentation[0])
185 // Get the length of the eh_frame augmentation data
189 const size_t aug_str_len = strlen(cie_sp->augmentation);
191 // If present, the Augmentation Data field shall be present
    [all...]
  /external/elfutils/0.153/libdw/
dwarf_next_cfi.c 151 entry->cie.augmentation = (const char *) bytes;
184 const char *ap = entry->cie.augmentation;
186 /* g++ v2 "eh" has pointer immediately following augmentation string,
202 /* If we have sized augmentation data,
236 /* Unknown augmentation string. initial_instructions might
237 actually start with some augmentation data. */
cie.c 96 /* Grok the augmentation string and its data. */
98 for (const char *ap = info->augmentation; *ap != '\0'; ++ap)
130 /* Unknown augmentation string. If we have 'z' we can ignore it,
libdw.h 200 we did not understand the whole augmentation string and it did
201 not use 'z', then there might be more augmentation data here
210 const char *augmentation; /* Augmentation string. */ member in struct:__anon25802
212 /* Augmentation data, might be NULL. The size is correct only if
213 we understood the augmentation string sufficiently. */
229 and checking its augmentation string. Here follows the encoded
230 initial_location and address_range, then any augmentation data,
233 When the CIE augmentation string uses 'z', the augmentation data i
    [all...]
  /external/lldb/include/lldb/Symbol/
DWARFCallFrameInfo.h 87 char augmentation[CFI_AUG_MAX_SIZE]; // This is typically empty or very short. member in struct:lldb_private::DWARFCallFrameInfo::CIE
  /external/elfutils/elfutils/
libdw.h 200 we did not understand the whole augmentation string and it did
201 not use 'z', then there might be more augmentation data here
210 const char *augmentation; /* Augmentation string. */ member in struct:__anon25946
212 /* Augmentation data, might be NULL. The size is correct only if
213 we understood the augmentation string sufficiently. */
229 and checking its augmentation string. Here follows the encoded
230 initial_location and address_range, then any augmentation data,
233 When the CIE augmentation string uses 'z', the augmentation data i
    [all...]
  /external/elfutils/0.153/src/
readelf.c 5214 const char *augmentation; member in struct:cieinfo
5285 const char *const augmentation = (const char *) readp; local
    [all...]
  /external/qemu/tcg/
tcg.c 76 char augmentation[1]; member in struct:__anon34800
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas     [all...]

Completed in 146 milliseconds