Searched refs:debug_frame (Results 1 – 9 of 9) 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 | 213 section = interface->debug_frame(); in GetInfo() 235 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 | 81 DwarfLocationEnum location = GetReturnAddressLocation(frame.rel_pc, interface->debug_frame()); in VerifyReturnAddress()
|
D | ElfInterfaceTest.cpp | 681 EXPECT_TRUE(elf.debug_frame() == nullptr); in InitHeadersEhFrameTest() 713 EXPECT_FALSE(elf.debug_frame() == nullptr); in InitHeadersDebugFrame()
|
/system/unwinding/libunwindstack/ |
D | ElfInterface.cpp | 460 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/ |
D | ElfInterface.h | 124 DwarfSection* debug_frame() { return debug_frame_.get(); } in debug_frame() function
|
/system/extras/simpleperf/doc/ |
D | README.md | 201 The debug information needed to unwind C functions is in .debug_frame section, which is usually
|