Home
last modified time | relevance | path

Searched defs:eh_frame (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Delf_file.cc1315 static bool FixupEHFrame(uintptr_t text_start, byte* eh_frame, size_t eh_frame_size) { in FixupEHFrame()
1574 byte* eh_frame, size_t eh_frame_size) { in FixupDebugSections()
1607 const Elf32_Shdr* eh_frame = all.FindSectionByName(".eh_frame"); in GdbJITSupport() local
/art/compiler/
Delf_writer_quick.cc933 ElfRawSectionBuilder eh_frame(".eh_frame", SHT_PROGBITS, SHF_ALLOC, nullptr, 0, 4, 0); in Write() local