Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/include/unwindstack/
DElfInterface.h131 DwarfSection* debug_frame() { return debug_frame_.get(); } in debug_frame() function
/system/unwinding/libunwindstack/
DElfInterface.cpp525 DwarfSection* debug_frame = debug_frame_.get(); in Step() local