Lines Matching defs:fde_offset
139 DCHECK_EQ(eh_frame_offset(), fde_offset());
353 DCHECK_GE(eh_frame_offset(), fde_offset() + kInt32Size);
354 WritePaddingToAlignedSize(eh_frame_offset() - fde_offset() - kInt32Size);
358 int encoded_fde_size = eh_frame_offset() - fde_offset() - kInt32Size;
359 PatchInt32(fde_offset(), encoded_fde_size);
597 const int fde_offset = cie_size;
608 reinterpret_cast<Address>(start_) + fde_offset +
614 fde_offset +
619 const byte* fde_start = start_ + fde_offset;
626 const int fde_directives_offset = fde_offset + 4 * kInt32Size + 1;