Home
last modified time | relevance | path

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

/art/libelffile/elf/
Delf_builder.h465 debug_frame_(this, ".debug_frame", SHT_PROGBITS, 0, nullptr, 0, sizeof(Elf_Addr), 0), in ElfBuilder()
497 Section* GetDebugFrame() { return &debug_frame_; } in GetDebugFrame()
949 Section debug_frame_; variable