Searched refs:cie_position (Results 1 – 1 of 1) sorted by relevance
1667 uint32_t cie_position = static_cast<uint32_t>(w->position()); in WriteCIE() local1679 WriteLength(w, &cie_length_slot, cie_position); in WriteCIE()1681 return cie_position; in WriteCIE()1685 void UnwindInfoSection::WriteFDE(Writer* w, int cie_position) { in WriteFDE() argument1689 w->Write<int32_t>(fde_position - cie_position + 4); in WriteFDE()1787 uint32_t cie_position = WriteCIE(w); in WriteBodyInternal() local1788 WriteFDE(w, cie_position); in WriteBodyInternal()