Searched refs:cie_position (Results 1 – 1 of 1) sorted by relevance
1585 uint32_t cie_position = static_cast<uint32_t>(w->position()); in WriteCIE() local1597 WriteLength(w, &cie_length_slot, cie_position); in WriteCIE()1599 return cie_position; in WriteCIE()1602 void UnwindInfoSection::WriteFDE(Writer* w, int cie_position) { in WriteFDE() argument1606 w->Write<int32_t>(fde_position - cie_position + 4); in WriteFDE()1699 uint32_t cie_position = WriteCIE(w); in WriteBodyInternal() local1700 WriteFDE(w, cie_position); in WriteBodyInternal()