Home
last modified time | relevance | path

Searched refs:augmentation_start (Results 1 – 1 of 1) sorted by relevance

/external/google-breakpad/src/common/dwarf/
Ddwarf2reader.cc2308 const uint8_t *augmentation_start = cursor; in ReadCIEFields() local
2310 reinterpret_cast<const uint8_t *>(memchr(augmentation_start, '\0', in ReadCIEFields()
2311 cie->end - augmentation_start)); in ReadCIEFields()
2314 cie->augmentation = string(reinterpret_cast<const char *>(augmentation_start), in ReadCIEFields()
2315 cursor - augmentation_start); in ReadCIEFields()