Home
last modified time | relevance | path

Searched refs:FDE (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Delf_file.cc1293 struct PACKED(1) FDE { struct
1304 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()