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