Searched refs:cie_position (Results 1 – 1 of 1) sorted by relevance
1692 uint32_t cie_position = static_cast<uint32_t>(w->position()); in WriteCIE() local1704 WriteLength(w, &cie_length_slot, cie_position); in WriteCIE()1706 return cie_position; in WriteCIE()1710 void UnwindInfoSection::WriteFDE(Writer* w, int cie_position) { in WriteFDE() argument1714 w->Write<int32_t>(fde_position - cie_position + 4); in WriteFDE()1812 uint32_t cie_position = WriteCIE(w); in WriteBodyInternal() local1813 WriteFDE(w, cie_position); in WriteBodyInternal()