Lines Matching defs:cie
7031 struct cieinfo *cie = cies;
7032 while (cie != NULL)
7034 ? ((Dwarf_Off) start - cie_id) == (Dwarf_Off) cie->cie_offset
7035 : cie_id == (Dwarf_Off) cie->cie_offset)
7038 cie = cie->next;
7039 if (unlikely (cie == NULL))
7046 fde_encoding = cie->fde_encoding;
7047 lsda_encoding = cie->lsda_encoding;
7048 ptr_size = encoded_ptr_size (fde_encoding, cie->address_size);
7049 code_alignment_factor = cie->code_alignment_factor;
7050 data_alignment_factor = cie->data_alignment_factor;
7071 printf ("\n [%6tx] FDE length=%" PRIu64 " cie=[%6tx]\n"
7075 cie->cie_offset, (uint64_t) cie_id);
7076 print_dwarf_addr (dwflmod, cie->address_size,
7100 if (cie->augmentation[0] == 'z')
7117 const char *cp = cie->augmentation + 1;
7120 && cp < cie->augmentation + augmentationlen + 1)