Searched defs:eh_frame (Results 1 – 2 of 2) sorted by relevance
1315 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
933 ElfRawSectionBuilder eh_frame(".eh_frame", SHT_PROGBITS, SHF_ALLOC, nullptr, 0, 4, 0); in Write() local