Lines Matching refs:augmentation
279 cie_sp->augmentation[i] = m_cfi_data.GetU8(&offset); in ParseCIE()
280 if (cie_sp->augmentation[i] == '\0') { in ParseCIE()
283 cie_sp->augmentation[j] = '\0'; in ParseCIE()
290 cie_sp->augmentation[CFI_AUG_MAX_SIZE - 1] != '\0') { in ParseCIE()
313 if (cie_sp->augmentation[0]) { in ParseCIE()
318 const size_t aug_str_len = strlen(cie_sp->augmentation); in ParseCIE()
323 if (cie_sp->augmentation[0] == 'z') { in ParseCIE()
327 char aug = cie_sp->augmentation[aug_str_idx]; in ParseCIE()
371 } else if (strcmp(cie_sp->augmentation, "eh") == 0) { in ParseCIE()
588 if (cie->augmentation[0] == 'z') { in FDEToUnwindPlan()
605 strchr(cie->augmentation, 'S') ? eLazyBoolYes : eLazyBoolNo); in FDEToUnwindPlan()