3 references to ArmUnwindIndexSection
ILCompiler.Compiler (3)
Compiler\ObjectWriter\ElfObjectWriter.Aot.cs (3)
70
exidxSectionWriter = GetOrCreateSection(
ArmUnwindIndexSection
, currentSymbolName, Utf8String.Concat("_unwind0"u8, currentSymbolName.AsSpan()));
85
exidxSectionWriter = GetOrCreateSection(new ObjectNodeSection($"{
ArmUnwindIndexSection
.Name}{sectionName}",
ArmUnwindIndexSection
.Type));