Home
last modified time | relevance | path

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

/art/libelffile/elf/
Delf_debug_reader.h131 const Elf_Shdr* debug_frame = GetSection(".debug_frame"); in VisitDebugFrame() local
132 if (debug_frame != nullptr) { in VisitDebugFrame()
133 for (size_t offset = 0; offset < debug_frame->sh_size;) { in VisitDebugFrame()
134 const CFI* entry = Read<CFI>(debug_frame->sh_offset + offset); in VisitDebugFrame()
135 DCHECK_LE(entry->size(), debug_frame->sh_size - offset); in VisitDebugFrame()
137 visit_cie(Read<CIE>(debug_frame->sh_offset + offset)); in VisitDebugFrame()
139 const FDE* fde = Read<FDE>(debug_frame->sh_offset + offset); in VisitDebugFrame()
140 visit_fde(fde, Read<CIE>(debug_frame->sh_offset + fde->cie_pointer)); in VisitDebugFrame()
/art/compiler/debug/
Delf_debug_writer.cc262 auto* debug_frame = builder->GetDebugFrame(); in PackElfFileForJIT() local
300 debug_frame->Start(); in PackElfFileForJIT()
306 debug_frame->WriteFully(cie->data(), cie->size()); in PackElfFileForJIT()
313 debug_frame->WriteFully(fde->data(), fde->size()); in PackElfFileForJIT()
317 debug_frame->End(); in PackElfFileForJIT()
/art/runtime/
DAndroid.bp33 // so keep the .debug_frame which is relatively small and does