Searched refs:augmentation_start (Results 1 – 1 of 1) sorted by relevance
2308 const uint8_t *augmentation_start = cursor; in ReadCIEFields() local2310 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()