3 references to ArmUnwindTableSection
ILCompiler.Compiler (3)
Compiler\ObjectWriter\ElfObjectWriter.Aot.cs (3)
71extabSectionWriter = GetOrCreateSection(ArmUnwindTableSection, currentSymbolName, Utf8String.Concat("_extab0"u8, currentSymbolName.AsSpan())); 86extabSectionWriter = GetOrCreateSection(new ObjectNodeSection($"{ArmUnwindTableSection.Name}{sectionName}", ArmUnwindTableSection.Type));