Lines Matching refs:augmentation
276 cie_sp->augmentation[i] = m_cfi_data.GetU8(&offset); in ParseCIE()
277 if (cie_sp->augmentation[i] == '\0') { in ParseCIE()
280 cie_sp->augmentation[j] = '\0'; in ParseCIE()
287 cie_sp->augmentation[CFI_AUG_MAX_SIZE - 1] != '\0') { in ParseCIE()
310 if (cie_sp->augmentation[0]) { in ParseCIE()
315 const size_t aug_str_len = strlen(cie_sp->augmentation); in ParseCIE()
320 if (cie_sp->augmentation[0] == 'z') { in ParseCIE()
324 char aug = cie_sp->augmentation[aug_str_idx]; in ParseCIE()
368 } 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()