Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/tools/
Dunwind_info.cpp143 if (interface->debug_frame() != nullptr) { in GetElfInfo()
145 DumpDwarfSection(&elf, interface->debug_frame(), elf.GetLoadBias()); in GetElfInfo()
159 if (gnu_debugdata_interface->debug_frame() != nullptr) { in GetElfInfo()
161 DumpDwarfSection(&elf, gnu_debugdata_interface->debug_frame(), 0); in GetElfInfo()
Dunwind_reg_info.cpp213 section = interface->debug_frame(); in GetInfo()
235 section = gnu_debugdata_interface->debug_frame(); in GetInfo()
/system/chre/build/sys_support/qcom/
Duimage_v2.lcs151 .debug_frame 0 : { *(.debug_frame) }
Duimage.lcs.toolv80198 .debug_frame 0 : { *(.debug_frame) }
/system/unwinding/libunwindstack/tests/
DVerifyBionicTerminationTest.cpp81 DwarfLocationEnum location = GetReturnAddressLocation(frame.rel_pc, interface->debug_frame()); in VerifyReturnAddress()
DElfInterfaceTest.cpp681 EXPECT_TRUE(elf.debug_frame() == nullptr); in InitHeadersEhFrameTest()
713 EXPECT_FALSE(elf.debug_frame() == nullptr); in InitHeadersDebugFrame()
/system/unwinding/libunwindstack/
DElfInterface.cpp460 DwarfSection* debug_frame = debug_frame_.get(); in Step() local
461 if (debug_frame != nullptr && in Step()
462 debug_frame->Step(pc, regs, process_memory, finished, is_signal_frame)) { in Step()
/system/unwinding/libunwindstack/include/unwindstack/
DElfInterface.h124 DwarfSection* debug_frame() { return debug_frame_.get(); } in debug_frame() function
/system/extras/simpleperf/doc/
DREADME.md201 The debug information needed to unwind C functions is in .debug_frame section, which is usually