Home
last modified time | relevance | path

Searched defs:debug_frame (Results 1 – 5 of 5) sorted by relevance

/aosp12/art/tools/create_minidebuginfo/
H A Dcreate_minidebuginfo.cc94 auto* debug_frame = builder->GetDebugFrame(); in WriteMinidebugInfo() local
/aosp12/art/libelffile/elf/
H A Delf_debug_reader.h155 const Elf_Shdr* debug_frame = GetSection(".debug_frame"); in VisitDebugFrame() local
/aosp12/system/unwinding/libunwindstack/
H A DElfInterface.cpp460 DwarfSection* debug_frame = debug_frame_.get(); in Step() local
/aosp12/art/compiler/debug/
H A Delf_debug_writer.cc262 auto* debug_frame = builder->GetDebugFrame(); in PackElfFileForJIT() local
/aosp12/system/unwinding/libunwindstack/include/unwindstack/
H A DElfInterface.h124 DwarfSection* debug_frame() { return debug_frame_.get(); } in debug_frame() function