Lines Matching refs:augmentation
280 cie_sp->augmentation[i] = m_cfi_data.GetU8(&offset); in ParseCIE()
281 if (cie_sp->augmentation[i] == '\0') { in ParseCIE()
284 cie_sp->augmentation[j] = '\0'; in ParseCIE()
291 cie_sp->augmentation[CFI_AUG_MAX_SIZE - 1] != '\0') { in ParseCIE()
314 if (cie_sp->augmentation[0]) { in ParseCIE()
319 const size_t aug_str_len = strlen(cie_sp->augmentation); in ParseCIE()
324 if (cie_sp->augmentation[0] == 'z') { in ParseCIE()
328 char aug = cie_sp->augmentation[aug_str_idx]; in ParseCIE()
372 } else if (strcmp(cie_sp->augmentation, "eh") == 0) { in ParseCIE()
589 if (cie->augmentation[0] == 'z') { in FDEToUnwindPlan()
606 strchr(cie->augmentation, 'S') ? eLazyBoolYes : eLazyBoolNo); in FDEToUnwindPlan()