Searched refs:eh_frame (Results 1 – 8 of 8) sorted by relevance
141 if (interface->eh_frame() != nullptr) { in GetElfInfo()143 DumpDwarfSection(&elf, interface->eh_frame(), elf.GetLoadBias()); in GetElfInfo()160 if (gnu_debugdata_interface->eh_frame() != nullptr) { in GetElfInfo()162 DumpDwarfSection(&elf, gnu_debugdata_interface->eh_frame(), 0); in GetElfInfo()
205 DwarfSection* section = interface->eh_frame(); in GetInfo()225 section = gnu_debugdata_interface->eh_frame(); in GetInfo()
96 .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) }
104 .eh_frame : { KEEP (*(.eh_frame)) }
119 // This forces the creation of eh_frame with unwind information
471 DwarfSection* eh_frame = eh_frame_.get(); in Step() local472 if (eh_frame != nullptr && eh_frame->Step(pc, regs, process_memory, finished)) { in Step()
93 DwarfSection* eh_frame() { return eh_frame_.get(); } in eh_frame() function
652 EXPECT_FALSE(elf.eh_frame() == nullptr); in InitHeadersEhFrameTest()684 EXPECT_TRUE(elf.eh_frame() == nullptr); in InitHeadersDebugFrame()