Lines Matching refs:cie_length
189 *off += cie->cie_length + 4;
216 cie->cie_length = length;
233 cie->cie_length;
290 printf("\tcie_version=%u cie_offset=%ju cie_length=%ju cie_augment=%s"
292 cie->cie_version, cie->cie_offset, cie->cie_length,
1441 cie->cie_length = 0;
1445 RCHECK(WRITE_VALUE(cie->cie_length, 4));
1471 cie->cie_length = roundup(len, dbg->dbg_pointer_size);
1472 while (len++ < cie->cie_length)
1476 dbg->write(ds->ds_data, &offset, cie->cie_length, 4);