relocationSections property

List<ElfSection> get relocationSections

Implementation

List<ElfSection> get relocationSections =>
    sections.where((section) => section.type == ElfSection.typeRel).toList();