Searched defs:eh_frame (Results 1 – 2 of 2) sorted by relevance
1286 static bool FixupEHFrame(uintptr_t text_start, byte* eh_frame, size_t eh_frame_size) { in FixupEHFrame()1545 byte* eh_frame, size_t eh_frame_size) { in FixupDebugSections()1578 const Elf32_Shdr* eh_frame = all.FindSectionByName(".eh_frame"); in GdbJITSupport() local
932 ElfRawSectionBuilder eh_frame(".eh_frame", SHT_PROGBITS, SHF_ALLOC, nullptr, 0, 4, 0); in Write() local