Home
last modified time | relevance | path

Searched refs:debug_frame (Results 1 – 10 of 10) 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.cpp220 section = interface->debug_frame(); in GetInfo()
242 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.cpp86 DwarfLocationEnum location = GetReturnAddressLocation(frame.rel_pc, interface->debug_frame()); in VerifyReturnAddress()
DElfInterfaceTest.cpp680 EXPECT_TRUE(elf.debug_frame() == nullptr); in InitHeadersEhFrameTest()
710 EXPECT_FALSE(elf.debug_frame() == nullptr); in InitHeadersDebugFrame()
2038 auto section = elf.interface()->debug_frame(); in TEST_F()
2045 auto section_zlib = elf_zlib.interface()->debug_frame(); in TEST_F()
2052 auto section_zstd = elf_zstd.interface()->debug_frame(); in TEST_F()
2105 auto section = elf.interface()->debug_frame(); in TEST_F()
2129 ASSERT_TRUE(elf.interface()->debug_frame() == nullptr); in TEST_F()
/system/unwinding/libunwindstack/
DElfInterface.cpp525 DwarfSection* debug_frame = debug_frame_.get(); in Step() local
526 if (debug_frame != nullptr && in Step()
527 debug_frame->Step(pc, regs, process_memory, finished, is_signal_frame)) { in Step()
/system/unwinding/libunwindstack/include/unwindstack/
DElfInterface.h131 DwarfSection* debug_frame() { return debug_frame_.get(); } in debug_frame() function
/system/extras/simpleperf/doc/
DREADME.md162 should have one of the following sections: .eh_frame, .debug_frame, .ARM.exidx or .gnu_debugdata.
196 exceptions, the call frame info is generated in .debug_frame section. .debug_frame section is
210 The debug information needed to unwind C functions is in .debug_frame section, which is usually
Ddebug_dwarf_unwinding.md6 to unwind the call stack. libunwindstack uses dwarf sections (like .debug_frame or .eh_frame) in