Home
last modified time | relevance | path

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

/system/core/libunwindstack/tools/
Dunwind_info.cpp135 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()
Dunwind_reg_info.cpp205 DwarfSection* section = interface->eh_frame(); in GetInfo()
225 section = gnu_debugdata_interface->eh_frame(); in GetInfo()
/system/chre/build/sys_support/qcom/
Duimage_v2.lcs96 .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) }
Duimage.lcs.toolv80104 .eh_frame : { KEEP (*(.eh_frame)) }
/system/core/libunwindstack/tests/
DVerifyBionicTerminationTest.cpp86 location = GetReturnAddressLocation(frame.rel_pc, interface->eh_frame()); in VerifyReturnAddress()
DElfInterfaceTest.cpp672 EXPECT_FALSE(elf.eh_frame() == nullptr); in InitHeadersEhFrameTest()
704 EXPECT_TRUE(elf.eh_frame() == nullptr); in InitHeadersDebugFrame()
/system/core/libbacktrace/
DAndroid.bp166 // This forces the creation of eh_frame with unwind information
/system/core/libunwindstack/
DElfInterface.cpp514 DwarfSection* eh_frame = eh_frame_.get(); in Step() local
515 if (eh_frame != nullptr && eh_frame->Step(pc, regs, process_memory, finished)) { in Step()
/system/core/libunwindstack/include/unwindstack/
DElfInterface.h99 DwarfSection* eh_frame() { return eh_frame_.get(); } in eh_frame() function