Searched refs:eh_frame (Results 1 – 10 of 10) sorted by relevance
/system/unwinding/libunwindstack/tools/ |
D | unwind_info.cpp | 135 if (interface->eh_frame() != nullptr) { in GetElfInfo() 137 DumpDwarfSection(&elf, interface->eh_frame(), elf.GetLoadBias()); in GetElfInfo() 154 if (gnu_debugdata_interface->eh_frame() != nullptr) { in GetElfInfo() 156 DumpDwarfSection(&elf, gnu_debugdata_interface->eh_frame(), 0); in GetElfInfo()
|
D | unwind_reg_info.cpp | 212 DwarfSection* section = interface->eh_frame(); in GetInfo() 232 section = gnu_debugdata_interface->eh_frame(); in GetInfo()
|
/system/chre/build/sys_support/qcom/ |
D | uimage_v2.lcs | 96 .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) }
|
D | uimage.lcs.toolv80 | 104 .eh_frame : { KEEP (*(.eh_frame)) }
|
/system/unwinding/libunwindstack/tests/ |
D | VerifyBionicTerminationTest.cpp | 91 location = GetReturnAddressLocation(frame.rel_pc, interface->eh_frame()); in VerifyReturnAddress()
|
D | ElfInterfaceTest.cpp | 679 EXPECT_FALSE(elf.eh_frame() == nullptr); in InitHeadersEhFrameTest() 709 EXPECT_TRUE(elf.eh_frame() == nullptr); in InitHeadersDebugFrame() 1996 EXPECT_TRUE(interface.eh_frame() != nullptr); in TEST_F() 2007 EXPECT_TRUE(interface_both.eh_frame() == nullptr); in TEST_F() 2018 EXPECT_TRUE(interface_hdr.eh_frame() != nullptr); in TEST_F() 2029 EXPECT_TRUE(interface_eh.eh_frame() == nullptr); in TEST_F()
|
/system/unwinding/libunwindstack/ |
D | ElfInterface.cpp | 532 DwarfSection* eh_frame = eh_frame_.get(); in Step() local 533 if (eh_frame != nullptr && eh_frame->Step(pc, regs, process_memory, finished, is_signal_frame)) { in Step()
|
/system/unwinding/libunwindstack/include/unwindstack/ |
D | ElfInterface.h | 130 DwarfSection* eh_frame() { return eh_frame_.get(); } in eh_frame() function
|
/system/extras/simpleperf/doc/ |
D | debug_dwarf_unwinding.md | 6 to unwind the call stack. libunwindstack uses dwarf sections (like .debug_frame or .eh_frame) in
|
D | README.md | 162 should have one of the following sections: .eh_frame, .debug_frame, .ARM.exidx or .gnu_debugdata. 192 1. Most C++ code generates binaries containing call frame info, in .eh_frame or .ARM.exidx sections.
|