Searched refs:eh_frame (Results 1 – 4 of 4) sorted by relevance
/art/compiler/ |
D | elf_writer_debug.cc | 36 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()
|
D | elf_writer_quick.cc | 164 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()
|
D | elf_builder.h | 699 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/ |
D | elf_file.cc | 1470 const Elf_Shdr* eh_frame = all.FindSectionByName(".eh_frame"); in GdbJITSupport() local 1471 if (eh_frame == nullptr) { in GdbJITSupport()
|