Searched refs:FDE (Results 1 – 1 of 1) sorted by relevance
1293 struct PACKED(1) FDE { struct1304 static FDE* NextFDE(FDE* frame) { in NextFDE()1307 return reinterpret_cast<FDE*>(fde_bytes); in NextFDE()1310 static bool IsFDE(FDE* frame) { in IsFDE()1316 FDE* last_frame = reinterpret_cast<FDE*>(eh_frame + eh_frame_size); in FixupEHFrame()1317 FDE* frame = NextFDE(reinterpret_cast<FDE*>(eh_frame)); in FixupEHFrame()