Lines Matching refs:cie_position
1665 uint32_t cie_position = w->position();
1677 WriteLength(w, &cie_length_slot, cie_position);
1679 return cie_position;
1683 void UnwindInfoSection::WriteFDE(Writer* w, int cie_position) {
1687 w->Write<int32_t>(fde_position - cie_position + 4);
1785 uint32_t cie_position = WriteCIE(w);
1786 WriteFDE(w, cie_position);