Home
last modified time | relevance | path

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

/art/compiler/
Delf_writer_debug.cc208 const int32_t relative_eh_frame_begin = -static_cast<int32_t>(debug_frame->size()); in WriteCFISection() local
209 header.PushInt32(relative_eh_frame_begin - 4U); in WriteCFISection()
221 header.PushInt32(relative_eh_frame_begin + fde_address); in WriteCFISection()