Searched refs:FDE (Results 1 – 1 of 1) sorted by relevance
1264 struct PACKED(1) FDE { struct1275 static FDE* NextFDE(FDE* frame) { in NextFDE()1278 return reinterpret_cast<FDE*>(fde_bytes); in NextFDE()1281 static bool IsFDE(FDE* frame) { in IsFDE()1287 FDE* last_frame = reinterpret_cast<FDE*>(eh_frame + eh_frame_size); in FixupEHFrame()1288 FDE* frame = NextFDE(reinterpret_cast<FDE*>(eh_frame)); in FixupEHFrame()