Home | History | Annotate | Download | only in src

Lines Matching defs:fde_offset

138   DCHECK_EQ(eh_frame_offset(), fde_offset());
340 DCHECK_GE(eh_frame_offset(), fde_offset() + kInt32Size);
341 WritePaddingToAlignedSize(eh_frame_offset() - fde_offset() - kInt32Size);
345 int encoded_fde_size = eh_frame_offset() - fde_offset() - kInt32Size;
346 PatchInt32(fde_offset(), encoded_fde_size);
581 const int fde_offset = cie_size;
592 start_ + fde_offset + EhFrameConstants::kProcedureAddressOffsetInFde;
597 start_ + fde_offset + EhFrameConstants::kProcedureSizeOffsetInFde;
600 const byte* fde_start = start_ + fde_offset;
607 const int fde_directives_offset = fde_offset + 4 * kInt32Size + 1;