Searched refs:cie_offset (Results 1 – 2 of 2) sorted by relevance
78 void WriteDebugFrameFDE(bool is64bit, size_t cie_offset, in WriteDebugFrameFDE() argument88 uint32_t cie_pointer = writer.data()->size() - cie_offset; in WriteDebugFrameFDE()91 uint32_t cie_pointer = cie_offset; in WriteDebugFrameFDE()
181 size_t cie_offset = debug_frame->size(); in WriteCFISection() local188 WriteDebugFrameFDE(Is64BitInstructionSet(isa), cie_offset, in WriteCFISection()