Searched refs:debug_frame (Results 1 – 10 of 10) sorted by relevance
/system/unwinding/libunwindstack/tools/ |
D | unwind_info.cpp | 143 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()
|
D | unwind_reg_info.cpp | 220 section = interface->debug_frame(); in GetInfo() 242 section = gnu_debugdata_interface->debug_frame(); in GetInfo()
|
/system/chre/build/sys_support/qcom/ |
D | uimage_v2.lcs | 151 .debug_frame 0 : { *(.debug_frame) }
|
D | uimage.lcs.toolv80 | 198 .debug_frame 0 : { *(.debug_frame) }
|
/system/unwinding/libunwindstack/tests/ |
D | VerifyBionicTerminationTest.cpp | 86 DwarfLocationEnum location = GetReturnAddressLocation(frame.rel_pc, interface->debug_frame()); in VerifyReturnAddress()
|
D | ElfInterfaceTest.cpp | 680 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/ |
D | ElfInterface.cpp | 525 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/ |
D | ElfInterface.h | 131 DwarfSection* debug_frame() { return debug_frame_.get(); } in debug_frame() function
|
/system/extras/simpleperf/doc/ |
D | README.md | 162 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
|
D | debug_dwarf_unwinding.md | 6 to unwind the call stack. libunwindstack uses dwarf sections (like .debug_frame or .eh_frame) in
|