Searched refs:eh_frame_size (Results 1 – 1 of 1) sorted by relevance
1315 static bool FixupEHFrame(uintptr_t text_start, byte* eh_frame, size_t eh_frame_size) { in FixupEHFrame() argument1316 FDE* last_frame = reinterpret_cast<FDE*>(eh_frame + eh_frame_size); in FixupEHFrame()1574 byte* eh_frame, size_t eh_frame_size) { in FixupDebugSections() argument1586 && FixupEHFrame(text_start, eh_frame, eh_frame_size); in FixupDebugSections()