Home
last modified time | relevance | path

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

/art/compiler/
Delf_writer_debug.cc36 std::vector<uint8_t>* eh_frame) { in WriteDebugFrameCIE() argument
63 opcodes, format, eh_frame); in WriteDebugFrameCIE()
87 opcodes, format, eh_frame); in WriteDebugFrameCIE()
104 opcodes, format, eh_frame); in WriteDebugFrameCIE()
131 opcodes, format, eh_frame); in WriteDebugFrameCIE()
158 opcodes, format, eh_frame); in WriteDebugFrameCIE()
Delf_writer_quick.cc164 std::unique_ptr<RawSection> eh_frame(new RawSection( in Write() local
200 eh_frame->GetBuffer(), eh_frame->GetPatchLocations(), in Write()
202 builder->RegisterSection(eh_frame.get()); in Write()
Delf_builder.h699 const Section* eh_frame = FindSection(".eh_frame"); in Write() local
700 if (eh_frame != nullptr) { in Write()
701 program_headers.push_back(MakeProgramHeader(PT_LOAD, PF_R, *eh_frame)); in Write()
705 CHECK_LE(eh_frame->GetHeader()->sh_offset, eh_frame_hdr->GetHeader()->sh_offset); in Write()
706 CHECK_EQ(eh_frame->GetHeader()->sh_offset + eh_frame->GetHeader()->sh_size, in Write()
/art/runtime/
Delf_file.cc1470 const Elf_Shdr* eh_frame = all.FindSectionByName(".eh_frame"); in GdbJITSupport() local
1471 if (eh_frame == nullptr) { in GdbJITSupport()